aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-17 12:41:54 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-17 12:30:12 +0100
commit68201a546ebe5e356280ffc64e4ddc1338b88825 (patch)
tree8f7e19e7bccf14488f4e84af28dd5bb8f553fd2d
parent17d14b8989c4c9ca0eaf2bca49eb0c9454e99583 (diff)
downloadmeta-opie-68201a546ebe5e356280ffc64e4ddc1338b88825.tar.gz
opie-bluetoothapplet: add RDEPENDS on opiebluetoothd for git version
The applet now requires opiebluetoothd in development versions. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--recipes-opie/opie-bluetoothapplet/opie-bluetoothapplet_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-opie/opie-bluetoothapplet/opie-bluetoothapplet_git.bb b/recipes-opie/opie-bluetoothapplet/opie-bluetoothapplet_git.bb
index 3a29621..b90c7c2 100644
--- a/recipes-opie/opie-bluetoothapplet/opie-bluetoothapplet_git.bb
+++ b/recipes-opie/opie-bluetoothapplet/opie-bluetoothapplet_git.bb
@@ -1,7 +1,9 @@
require ${PN}.inc
PV = "${OPIE_GIT_PV}"
-PR = "r2"
+PR = "r3"
+
+RDEPENDS_${PN} += "opie-bluetoothd"
SRC_URI = "${OPIE_GIT};protocol=git;subpath=noncore/net/opietooth/applet \
${OPIE_GIT};protocol=git;subpath=pics"