All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bluez4: replace deprecated configure switch
@ 2011-09-21 16:36 Marko Katić
  2011-09-21 18:10 ` Koen Kooi
  0 siblings, 1 reply; 4+ messages in thread
From: Marko Katić @ 2011-09-21 16:36 UTC (permalink / raw)
  To: poky

[-- Attachment #1: Type: text/plain, Size: 663 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.96.bb
index 994cec7..062b8f2 100644
--- a/meta/recipes-connectivity/bluez/bluez4_4.96.bb
+++ b/meta/recipes-connectivity/bluez/bluez4_4.96.bb
@@ -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: 1278 bytes --]

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

* Re: [PATCH] bluez4: replace deprecated configure switch
  2011-09-21 16:36 [PATCH] bluez4: replace " Marko Katić
@ 2011-09-21 18:10 ` Koen Kooi
  0 siblings, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2011-09-21 18:10 UTC (permalink / raw)
  To: Marko Katić
  Cc: Poky Project, Patches and discussions about the oe-core layer


Op 21 sep. 2011, om 18:36 heeft Marko Katić het volgende geschreven:

> "--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 b/meta/recipes-connectivity/bluez/bluez4_4.96.bb
> index 994cec7..062b8f2 100644
> --- a/meta/recipes-connectivity/bluez/bluez4_4.96.bb
> +++ b/meta/recipes-connectivity/bluez/bluez4_4.96.bb
> @@ -39,7 +39,7 @@ EXTRA_OECONF = "\
>    --enable-dund \
>    --disable-cups \
>    --enable-test \
> -  --enable-configfiles \
> +  --enable-datafiles \

This needs to go to the oe-core list and is missing a PR bump

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

* [PATCH] bluez4:replace deprecated configure switch
@ 2011-09-21 20:47 Marko Katić
  2011-09-26 21:58 ` Saul Wold
  0 siblings, 1 reply; 4+ 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] 4+ 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; 4+ 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] 4+ messages in thread

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

Thread overview: 4+ 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
  -- strict thread matches above, loose matches on Subject: below --
2011-09-21 16:36 [PATCH] bluez4: replace " Marko Katić
2011-09-21 18:10 ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.