Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] bluez4:replace deprecated configure switch
@ 2011-09-21 20:47 Marko Katić
  2011-09-26 21:58 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Marko Katić @ 2011-09-21 20:47 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 833 bytes --]

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

diff --git a/meta/recipes-connectivity/bluez/bluez4_4.96.bbb/meta/recipes-connectivity/bluez/bluez4_4
index 994cec7..7ca6ac1 100644
--- a/meta/recipes-connectivity/bluez/bluez4_4.96.bb
+++ b/meta/recipes-connectivity/bluez/bluez4_4.96.bb
@@ -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() {

[-- Attachment #2: Type: text/html, Size: 1687 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-26 22:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-21 20:47 [PATCH] bluez4:replace deprecated configure switch Marko Katić
2011-09-26 21:58 ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox