aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-09 01:39:29 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-09 01:29:22 +0100
commit6e01a4f6a3568730c7ce1285d0e4f266dc209f1a (patch)
tree4e1c67831cb0061b3c775d2fe74aa3b6ea2624bd
parent05965969ae09e9681d2599641f42e2cbb5529560 (diff)
downloadmeta-opie-6e01a4f6a3568730c7ce1285d0e4f266dc209f1a.tar.gz
libopie2: add libdbus-qt2 dependency for libopiebluez2
This is now required for the new BlueZ 4 support. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--recipes-opie/libopie/libopie2_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-opie/libopie/libopie2_git.bb b/recipes-opie/libopie/libopie2_git.bb
index 86d4d83..5355b83 100644
--- a/recipes-opie/libopie/libopie2_git.bb
+++ b/recipes-opie/libopie/libopie2_git.bb
@@ -1,10 +1,13 @@
require ${PN}.inc
PV = "${OPIE_GIT_PV}"
-PR = "r14"
+PR = "r15"
SRC_URI = "${OPIE_GIT};protocol=git;subpath=libopie2 \
file://include.pro"
+# libdbus-qt2 is needed for new bluez4 support
+DEPENDS += "libdbus-qt2"
+
# FIXME remove this!
SRC_URI_append_poodle = " file://poodle-2.6-hotkeys.patch"