Re: [oe] [meta-oe][PATCH 2/2] gpsd: add gpsdctl@.service for USB autoplug

2017-11-16 Thread Martin Kelly
On 11/15/2017 07:13 PM, Khem Raj wrote: On Wed, Nov 15, 2017 at 12:53 PM Martin Kelly > wrote: This service allows gpsd to automatically recognize USB devices but is currently missing from our packaging. Without this service and the

[oe] [meta-oe][PATCH v2 1/2] gpsd: use upstream config instead of our own

2017-11-16 Thread Martin Kelly
We have our own versions of the udev, hotplug, and systemd scripts, but at this point they are several years old and were added to fix bugs at the time. As far as I can tell, the relevant bugs are now fixed upstream, so we can move back to the upstream versions. Signed-off-by: Martin Kelly

[oe] [meta-oe][PATCH v2 2/2] gpsd: add gpsdctl@.service for USB autoplug

2017-11-16 Thread Martin Kelly
This service allows gpsd to automatically recognize USB devices but is currently missing from our packaging. Without this service and the matching udev rules from upstream, gpsd will fail to recognize USB devices when they are plugged in. Signed-off-by: Martin Kelly ---

Re: [oe] [meta-webserver][PATCH] meta-webserver: apache2 allow SYSTEMD_AUTO_ENABLE to be overwritten

2017-11-16 Thread Patrick Ohly
On Thu, 2017-11-16 at 15:00 -0500, Mark Asselstine wrote: > On Thursday, November 16, 2017 7:28:06 PM EST Patrick Ohly wrote: > > On Thu, 2017-11-16 at 10:19 -0500, Mark Asselstine wrote: > > > The current assignment does not allow a bbappend to be used to > > > overwrite the SYSTEMD_AUTO_ENABLE

Re: [oe] [meta-webserver][PATCH] meta-webserver: apache2 allow SYSTEMD_AUTO_ENABLE to be overwritten

2017-11-16 Thread Mark Asselstine
On Thursday, November 16, 2017 7:28:06 PM EST Patrick Ohly wrote: > On Thu, 2017-11-16 at 10:19 -0500, Mark Asselstine wrote: > > The current assignment does not allow a bbappend to be used to > > overwrite the SYSTEMD_AUTO_ENABLE value in order to have apache2 auto > > start. > > Why does

Re: [oe] [meta-oe][morty 2/3] flite-alsa: Fix QA issue

2017-11-16 Thread akuster808
On 11/16/2017 10:57 AM, Martin Jansa wrote: > does this issue exist in master as well? IIRC I haven't seen it in > recent reports. I have not either. Double checking on my local build system. I still need to check pyro & rocko. > > You might want to use ${PN} as in PACKAGES: > PACKAGES +=

Re: [oe] [meta-oe][morty 2/3] flite-alsa: Fix QA issue

2017-11-16 Thread Martin Jansa
does this issue exist in master as well? IIRC I haven't seen it in recent reports. You might want to use ${PN} as in PACKAGES: PACKAGES += "lib${PN} lib${PN}-vox8 lib${PN}-vox16" On Thu, Nov 16, 2017 at 7:32 PM, Armin Kuster wrote: > ERROR: flite-alsa-1.3-r1

Re: [oe] [meta-oe][morty 3/3] system-setup-keyboard: fix QA issue

2017-11-16 Thread Martin Jansa
FWIW: this doesn't fix the QA issue, it only hides it. The same problem existed in master as well before it was removed: http://lists.openembedded.org/pipermail/openembedded-devel/2017-August/114478.html On Thu, Nov 16, 2017 at 7:32 PM, Armin Kuster wrote: > ERROR:

[oe] [meta-oe][morty 3/3] system-setup-keyboard: fix QA issue

2017-11-16 Thread Armin Kuster
ERROR: system-setup-keyboard-0.8.8-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary: '/build/build_artifacts/morty/tmp/work/i586-poky-linux/system-setup-keyboard/0.8.8-r0/packages-split/system-setup-keyboard/usr/bin/system-setup-keyboard' [ldflags] Signed-off-by: Armin Kuster

[oe] [meta-oe][morty 1/3] log4cpp: fix QA issue

2017-11-16 Thread Armin Kuster
ERROR: log4cpp-1.1.1-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary: '/build/build_artifacts/morty/tmp/work/i586-poky-linux/log4cpp/1.1.1-r0/packages-split/log4cpp/usr/lib/liblog4cpp.so.5.0.6' [ldflags] Signed-off-by: Armin Kuster ---

[oe] [meta-oe][morty 2/3] flite-alsa: Fix QA issue

2017-11-16 Thread Armin Kuster
ERROR: flite-alsa-1.3-r1 do_package_qa: QA Issue: No GNU_HASH in the elf binary: '/build/build_artifacts/morty/tmp/work/i586-poky-linux/flite-alsa/1.3-r1/packages-split/libflite-alsa/usr/lib/libflite_cmulex.so.1.3' ERROR: flite-alsa-1.3-r1 do_package_qa: QA Issue: No GNU_HASH in the elf

Re: [oe] [meta-webserver][PATCH] meta-webserver: apache2 allow SYSTEMD_AUTO_ENABLE to be overwritten

2017-11-16 Thread Patrick Ohly
On Thu, 2017-11-16 at 10:19 -0500, Mark Asselstine wrote: > The current assignment does not allow a bbappend to be used to > overwrite the SYSTEMD_AUTO_ENABLE value in order to have apache2 auto > start. Why does SYSTEMD_AUTO_ENABLE_${PN} = "enable" in a apache2_*.bb not work? It works fine for

[oe] [meta-oe][PATCH] hiredis: fix paths in pkgconfig conf file

2017-11-16 Thread Andrea Galbusera
Set PREFIX via EXTRA_OEMAKE instead of exporting it in do_install_prepend(): than ensuring the correct prefix gets into hiredis.pc, which is generated by upstream makefile at do_compile() time. Signed-off-by: Andrea Galbusera ---

[oe] [meta-oe][PATCH] drop redundant 'inherit allarch' from packagegroups

2017-11-16 Thread Andrea Galbusera
packagegroup bbclass already takes care of this Signed-off-by: Andrea Galbusera --- meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb | 2 +- meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb | 2 +- 2 files changed, 2 insertions(+), 2

[oe] [meta-python PATCH] python-asn1crypto: Add native and nativesdk variants

2017-11-16 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta-python/recipes-devtools/python/python-asn1crypto.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc b/meta-python/recipes-devtools/python/python-asn1crypto.inc

Re: [oe] [meta-oe][PATCH] meson: update meson to 0.43.0

2017-11-16 Thread Alexander Kanavin
On 11/16/2017 05:37 PM, Ricardo Ribalda Delgado wrote: Signed-off-by: Ricardo Ribalda Delgado Meson is being moved to oe-core; can you please check the patches posted to oe-core list? Do you mean review the patches on oe-core , or port my patches to oe-core?

Re: [oe] [meta-oe][PATCH] meson: update meson to 0.43.0

2017-11-16 Thread Ricardo Ribalda Delgado
Hi Alex On Thu, Nov 16, 2017 at 11:08 AM, Alexander Kanavin wrote: > On 11/15/2017 04:15 PM, Ricardo Ribalda Delgado wrote: >> >> Signed-off-by: Ricardo Ribalda Delgado > > > Meson is being moved to oe-core; can you please check the

[oe] [meta-webserver][PATCH] meta-webserver: apache2 allow SYSTEMD_AUTO_ENABLE to be overwritten

2017-11-16 Thread Mark Asselstine
The current assignment does not allow a bbappend to be used to overwrite the SYSTEMD_AUTO_ENABLE value in order to have apache2 auto start. You would have to resort to 'manually' creating a link in do_install or a postinst. Using the '?=' assignment will correct this. One might argue that if

Re: [oe] [meta-oe][PATCH] meson: update meson to 0.43.0

2017-11-16 Thread Alexander Kanavin
On 11/15/2017 04:15 PM, Ricardo Ribalda Delgado wrote: Signed-off-by: Ricardo Ribalda Delgado Meson is being moved to oe-core; can you please check the patches posted to oe-core list? Alex -- ___ Openembedded-devel