]> code.ossystems Code Review - openembedded-core.git/commitdiff
bluez4: Replace deprecated configure switch
authorMarko Katić <dromede@gmail.com>
Wed, 21 Sep 2011 20:47:42 +0000 (22:47 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Sep 2011 03:51:05 +0000 (04:51 +0100)
"--enable-configfiles" is deprecated upstream. Here is the original reason &
patch:

http://www.spinics.net/lists/linux-bluetooth/msg14266.html

Replace "--enable-configfiles" with "--enable-datafiles" in the bluez4
recipe.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/bluez/bluez4_4.96.bb

index 994cec72ff6e29435532e8194ab83d0e6e231206..7ca6ac1040f422533bee09a8e0d0b0be892b105b 100644 (file)
@@ -12,7 +12,7 @@ RDEPENDS_${PN}-dev = "bluez-hcidump"
 
 ASNEEDED = ""
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "\
   ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.gz \
@@ -39,7 +39,7 @@ EXTRA_OECONF = "\
   --enable-dund \
   --disable-cups \
   --enable-test \
-  --enable-configfiles \
+  --enable-datafiles \
 "
 
 do_install_append() {