[oe-commits] Stanislav Brabec : bluez4: Fixed typo that caused missing pand.

git version control git at git.openembedded.org
Fri Jul 24 11:56:35 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5696146f49b990049ed9d42312d9f788b53b8b4a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5696146f49b990049ed9d42312d9f788b53b8b4a

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Fri Jul 24 11:54:31 2009 +0000

bluez4: Fixed typo that caused missing pand.

---

 recipes/bluez/bluez4.inc     |    4 ++--
 recipes/bluez/bluez4_4.31.bb |    4 ++--
 recipes/bluez/bluez4_4.35.bb |    4 ++--
 recipes/bluez/bluez4_4.37.bb |    4 +++-
 4 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/recipes/bluez/bluez4.inc b/recipes/bluez/bluez4.inc
index 431faf6..7f69677 100644
--- a/recipes/bluez/bluez4.inc
+++ b/recipes/bluez/bluez4.inc
@@ -4,7 +4,7 @@ PRIORITY = "optional"
 DEPENDS = "gst-plugins-base alsa-lib virtual/libusb0 dbus-glib"
 HOMEPAGE = "http://www.bluez.org"
 LICENSE = "GPL"
-INC_PR = "r2"
+INC_PR = "r3"
 
 # For angstrom we want this to replace at least bluez-libs
 PROVIDES_append_angstrom = " bluez-utils-dbus bluez-utils bluez-libs"
@@ -31,7 +31,7 @@ EXTRA_OECONF = "\
   --enable-hid2hci \
   --enable-dfutool \
   --enable-hidd \
-  --enable-pandd \
+  --enable-pand \
   --enable-dund \
   --disable-cups \
   --enable-test \
diff --git a/recipes/bluez/bluez4_4.31.bb b/recipes/bluez/bluez4_4.31.bb
index ef35f1b..ede2857 100644
--- a/recipes/bluez/bluez4_4.31.bb
+++ b/recipes/bluez/bluez4_4.31.bb
@@ -4,7 +4,7 @@ PRIORITY = "optional"
 DEPENDS = "gst-plugins-base alsa-lib virtual/libusb0 dbus-glib"
 HOMEPAGE = "http://www.bluez.org"
 LICENSE = "GPL"
-PR = "r6"
+PR = "r7"
 
 SRC_URI = "\
   http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \
@@ -30,7 +30,7 @@ EXTRA_OECONF = "\
   --enable-hid2hci \
   --enable-dfutool \
   --enable-hidd \
-  --enable-pandd \
+  --enable-pand \
   --enable-dund \
   --disable-cups \
   --enable-test \
diff --git a/recipes/bluez/bluez4_4.35.bb b/recipes/bluez/bluez4_4.35.bb
index 1049e8d..5a47b5c 100644
--- a/recipes/bluez/bluez4_4.35.bb
+++ b/recipes/bluez/bluez4_4.35.bb
@@ -9,7 +9,7 @@ LICENSE = "GPL"
 PROVIDES_append_angstrom = " bluez-utils bluez-libs"
 
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "\
   http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \
@@ -32,7 +32,7 @@ EXTRA_OECONF = "\
   --enable-hid2hci \
   --enable-dfutool \
   --enable-hidd \
-  --enable-pandd \
+  --enable-pand \
   --enable-dund \
   --disable-cups \
   --enable-test \
diff --git a/recipes/bluez/bluez4_4.37.bb b/recipes/bluez/bluez4_4.37.bb
index f860b80..d1cbc2c 100644
--- a/recipes/bluez/bluez4_4.37.bb
+++ b/recipes/bluez/bluez4_4.37.bb
@@ -8,6 +8,8 @@ LICENSE = "GPL"
 # For angstrom we want this to replace at least bluez-libs
 PROVIDES_append_angstrom = " bluez-utils bluez-libs"
 
+PR = "r1"
+
 SRC_URI = "\
   http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \
   file://fix-dfutool-usb-declaration-mismatch.patch;patch=1 \
@@ -29,7 +31,7 @@ EXTRA_OECONF = "\
   --enable-hid2hci \
   --enable-dfutool \
   --enable-hidd \
-  --enable-pandd \
+  --enable-pand \
   --enable-dund \
   --disable-cups \
   --enable-test \





More information about the Openembedded-commits mailing list