[OE-core] [PATCH V2 1/2] bluez5: new package for v5.7

Burton, Ross ross.burton at intel.com
Mon Jul 15 14:55:13 UTC 2013


On 15 July 2013 14:44, Cristian Iorga <cristian.iorga at intel.com> wrote:
> +PACKAGECONFIG ??= "\
> +    ${@base_contains('DISTRO_FEATURES', 'pie', 'pie', '', d)}\
> +"
> +PACKAGECONFIG[pie] = "--enable-pie,--disable-pie,"

Just noticed this "pie" thing.  There is no defined "pie"
DISTRO_FEATURE.  PIE is generally a good thing, so just enable this.

> +ASNEEDED = ""

Was this actually needed, or copied from bluez4?

> +  --with-udevrulesdir=`pkg-config --variable=udevdir udev`/rules.d \

The patch that adds this has been removed, so drop this.

> +++ b/meta/recipes-connectivity/bluez5/bluez5_5.7.bb
> @@ -0,0 +1,37 @@
> +require bluez5.inc
> +
> +SRC_URI += "file://bluetooth.conf"
> +
> +SRC_URI[md5sum] = "ce0ef43938e8bfc230f3f06d6ad02d7e"
> +SRC_URI[sha256sum] = "902299204b7139c913765603c7054a604570aea9e9fddb30454bd1b5e5997860"
> +
> +RCONFLICTS_${PN} = "bluez4"
> +RREPLACES_${PN} = "bluez4"
> ...

Didn't notice this before.  :(  The bulk of this isn't specific to 5.7
but general to 5.x, so it should be in the .inc file.

Ross



More information about the Openembedded-core mailing list