summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-11-23 14:09:39 +0000
committerPhil Blundell <philb@gnu.org>2004-11-23 14:09:39 +0000
commit4a3d4876a885db593bc74eb08e9dbedc288a2395 (patch)
tree77e0a13d05155e01eb828d3a361caca484225a4d
parent13e964e84743398094dc4e347b71fd40728f2e5c (diff)
add --with-dbus to bluez-utils-dbus EXTRA_OECONF
BKrev: 41a344a3tu5ZbsreTkmfkujletZdsg
-rw-r--r--bluez-utils/bluez-utils-dbus_2.10.oe6
-rw-r--r--bluez-utils/bluez-utils-dbus_2.11.oe6
2 files changed, 12 insertions, 0 deletions
diff --git a/bluez-utils/bluez-utils-dbus_2.10.oe b/bluez-utils/bluez-utils-dbus_2.10.oe
index e69de29bb2..23c4d2669c 100644
--- a/bluez-utils/bluez-utils-dbus_2.10.oe
+++ b/bluez-utils/bluez-utils-dbus_2.10.oe
@@ -0,0 +1,6 @@
+include bluez-utils-common_${PV}.inc
+DEPENDS += "dbus"
+SRC_URI += "file://dbus.patch;patch=1"
+PR = "r4"
+EXTRA_OECONF += "--with-dbus"
+
diff --git a/bluez-utils/bluez-utils-dbus_2.11.oe b/bluez-utils/bluez-utils-dbus_2.11.oe
index e69de29bb2..56c8c3d0df 100644
--- a/bluez-utils/bluez-utils-dbus_2.11.oe
+++ b/bluez-utils/bluez-utils-dbus_2.11.oe
@@ -0,0 +1,6 @@
+include bluez-utils-common_${PV}.inc
+DEPENDS += "dbus"
+SRC_URI += "file://dbus.patch;patch=1"
+PR = "r1"
+EXTRA_OECONF += "--with-dbus"
+