[OE-core] [PATCH 2/2] bluez4: conflicts with/replaces bluez5

Saul Wold sgw at linux.intel.com
Mon Jul 15 15:24:19 UTC 2013


On 07/15/2013 06:50 AM, Cristian Iorga wrote:
> - RCONFLICTS/RREPLACES bluez5
>
> Signed-off-by: Cristian Iorga <cristian.iorga at intel.com>
> ---
>   meta/recipes-connectivity/bluez/bluez4_4.101.bb |    3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/meta/recipes-connectivity/bluez/bluez4_4.101.bb b/meta/recipes-connectivity/bluez/bluez4_4.101.bb
> index f48adfd..b91c9c3 100644
> --- a/meta/recipes-connectivity/bluez/bluez4_4.101.bb
> +++ b/meta/recipes-connectivity/bluez/bluez4_4.101.bb
> @@ -11,6 +11,9 @@ SRC_URI += "file://bluetooth.conf \
>   SRC_URI[md5sum] = "fb42cb7038c380eb0e2fa208987c96ad"
>   SRC_URI[sha256sum] = "59738410ade9f0e61a13c0f77d9aaffaafe49ba9418107e4ad75fe52846f7487"
>
> +RCONFLICTS_${PN} = "bluez5"
> +RREPLACES_${PN} = "bluez5"
> +
Is the RREPLACES correct here and in the bluez5 recipe?

I know they conflict, but I did not think they could replace each other.

Sau!

>   do_install_append() {
>   	install -m 0644 ${S}/audio/audio.conf ${D}/${sysconfdir}/bluetooth/
>   	install -m 0644 ${S}/network/network.conf ${D}/${sysconfdir}/bluetooth/
>



More information about the Openembedded-core mailing list