diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-07-16 18:26:02 +0300 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-07-18 07:16:17 -0700 |
commit | 34ad3decaa0c90238693c43294648dcb1f187ed8 (patch) | |
tree | df531e5a37984b67f25153f0ab0e0e9dc72001c9 /meta/recipes-connectivity | |
parent | b45f322abfa72fb0330aac9a1e4c86aebcc4598e (diff) | |
download | openembedded-core-34ad3decaa0c90238693c43294648dcb1f187ed8.tar.gz openembedded-core-34ad3decaa0c90238693c43294648dcb1f187ed8.tar.bz2 openembedded-core-34ad3decaa0c90238693c43294648dcb1f187ed8.zip |
bluez4: conflicts with bluez5
- RCONFLICTS bluez5
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/bluez/bluez4_4.101.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez/bluez4_4.101.bb b/meta/recipes-connectivity/bluez/bluez4_4.101.bb index f48adfd0a2..7af1305e66 100644 --- a/meta/recipes-connectivity/bluez/bluez4_4.101.bb +++ b/meta/recipes-connectivity/bluez/bluez4_4.101.bb @@ -11,6 +11,8 @@ SRC_URI += "file://bluetooth.conf \ SRC_URI[md5sum] = "fb42cb7038c380eb0e2fa208987c96ad" SRC_URI[sha256sum] = "59738410ade9f0e61a13c0f77d9aaffaafe49ba9418107e4ad75fe52846f7487" +RCONFLICTS_${PN} = "bluez5" + do_install_append() { install -m 0644 ${S}/audio/audio.conf ${D}/${sysconfdir}/bluetooth/ install -m 0644 ${S}/network/network.conf ${D}/${sysconfdir}/bluetooth/ |