Re: [OE-core] [meta-perl][PATCH] libhtml-tree-perl: fix shebang

2015-11-08 Thread Hongxu Jia
Sorry to the wrong mailing list, please drop it. //Hongxu On 11/09/2015 12:46 PM, Hongxu Jia wrote: There is a build failure while installing libhtml-tree-perl to sdk: ... |Computing transaction...error: Can't install nativesdk-libhtml-tree- perl-5.03-r0.1@x86_64_nativesdk: no package provides

[OE-core] [meta-perl][PATCH] libhtml-tree-perl: fix shebang

2015-11-08 Thread Hongxu Jia
There is a build failure while installing libhtml-tree-perl to sdk: ... |Computing transaction...error: Can't install nativesdk-libhtml-tree- perl-5.03-r0.1@x86_64_nativesdk: no package provides tmp/sysroots/ x86_64-linux/usr/bin/perl-native/perl.real ... The rpm detects the shebang of perl script

Re: [OE-core] Should openssl(-native) build-depends on perl-native?

2015-11-08 Thread Randy MacLeod
On 2015-10-05 04:12 AM, Richard Purdie wrote: On Sat, 2015-10-03 at 14:51 +0200, Jens Rehsack wrote: I hit a build error never seen before: | gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDI

Re: [OE-core] [PATCH 0/1 v2] mdadm: fix CFLAGS and ptest issues

2015-11-08 Thread wenzong fan
Patch included. Wenzong On 11/09/2015 09:26 AM, wenzong@windriver.com wrote: From: Wenzong Fan V2 change: * also fix another ptest error while building poky-lsb: raid6check.c:352:2: error: ignoring return value of posix_memalign, \ declared with attribute warn_unused_result [-Werr

Re: [OE-core] [PATCH 0/1 v2] mdadm: fix CFLAGS and ptest issues

2015-11-08 Thread wenzong fan
The patch for this thread fails to send, anyways I need to re-send them again. Please ignore this cover. Wenzong On 11/09/2015 09:16 AM, wenzong@windriver.com wrote: From: Wenzong Fan V2 change: * also fix another ptest error while building poky-lsb: raid6check.c:352:2: error: igno

[OE-core] [PATCH 1/1 v2] mdadm: fix CFLAGS and ptest issues

2015-11-08 Thread wenzong.fan
From: Wenzong Fan * Pass global CFLAGS to build: The CFLAGS does not pass to build at all since it was redefined by mdadm Makefile: CFLAGS = $(CWFLAGS) $(CXFLAGS) ... This could be done by setting 'CXFLAGS="${CFLAGS}"'. * Also fix ptest build errors caused by global CFLAGS: raid6check.c:

[OE-core] [PATCH 0/1 v2] mdadm: fix CFLAGS and ptest issues

2015-11-08 Thread wenzong.fan
From: Wenzong Fan V2 change: * also fix another ptest error while building poky-lsb: raid6check.c:352:2: error: ignoring return value of posix_memalign, \ declared with attribute warn_unused_result [-Werror=unused-result] The following changes since commit fc45deac89ef63ca1c44e763c38ced7df

Re: [OE-core] [PATCH 0/6] Upgrades: GLib & friends

2015-11-08 Thread Jussi Kukkonen
On 6 November 2015 at 22:38, Burton, Ross wrote: > > On 5 November 2015 at 13:27, Jussi Kukkonen > wrote: > >> This should be a cosmetic issue (as custom allocators didn't >> really work before either) and is already fixed in upstream Qemu. >> > > As this is pretty ugly, can we backport the fix