1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

bluez4: Replace deprecated configure switch

"--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.

(From OE-Core rev: 95e73d81554969ca4f0af43773343e1fbceda999)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Marko Katić
2011-09-21 22:47:42 +02:00
committed by Richard Purdie
parent a502a18484
commit a5313695cc
@@ -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() {