* [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
* Re: [PATCH] bluez4:replace deprecated configure switch
2011-09-21 20:47 [PATCH] bluez4:replace deprecated configure switch Marko Katić
@ 2011-09-26 21:58 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2011-09-26 21:58 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 09/21/2011 01:47 PM, Marko Katić wrote:
> "--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.bb
> <http://bluez4_4.96.bb> b/meta/recipes-connectivity/bluez/bluez4_4
> index 994cec7..7ca6ac1 100644
> --- a/meta/recipes-connectivity/bluez/bluez4_4.96.bb <http://bluez4_4.96.bb>
> +++ b/meta/recipes-connectivity/bluez/bluez4_4.96.bb <http://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() {
>
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [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