[OE-core] [PATCH] ghostscript: separate objarch.h based on architecture

2017-04-13 Thread Rebecca Chang Swee Fun
From: "Chang, Rebecca Swee Fun" The following warning occurs when building with meta-zephyr with MACHINE set to arduino-101-sss: WARNING: /srv/sdc/builds/11319/meta/recipes-extended/ghostscript/ghostscript_9.20.bb: Unable to get checksum for ghostscript SRC_URI entry objarch.h: file could not

[OE-core] [jethro][PATCH] Forklift OpenSSL 1.0.k to Jethro

2017-03-05 Thread Rebecca Chang Swee Fun
first time I did an upgrade for OpenSSL. Please help to review and provide feedbacks if this approach is not feasible. I'm looking forward to learn from everyone of you. Thank you very much. Regards, Rebecca Chang, Rebecca Swee Fun (1): openssl: upgrade 1.0.2h -> 1.0.2k meta/

[OE-core] [master][PATCH] rpm: enable xz/lzma compression

2016-03-14 Thread Rebecca Chang
From: Anuj Mittal Enable lzma compression support in rpm. [YOCTO #9246] Signed-off-by: Anuj Mittal Signed-off-by: Chang Rebecca Swee Fun --- meta/recipes-devtools/rpm/rpm_5.4.16.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/rpm/rpm_5.4.16.bb b/

[OE-core] [master][jethro][PATCH] make 4.1: fix segfault when ttyname fails

2016-03-09 Thread Rebecca Chang
From: Chang Rebecca Swee Fun GNU make segfaults when run in a chroot environment because of a known bug in GNU make 4.1. See [1] for details. Works if /dev/pts is mounted before chroot. [1] http://savannah.gnu.org/bugs/?43434 [YOCTO #9067] Reported-by: Alexander Larsson Signed-off-by: Anuj M