"--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>
ASNEEDED = ""
-PR = "r0"
+PR = "r1"
SRC_URI = "\
${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.gz \
--enable-dund \
--disable-cups \
--enable-test \
- --enable-configfiles \
+ --enable-datafiles \
"
do_install_append() {