diff options
-rw-r--r-- | recipes-opie/opie-bluetoothapplet/opie-bluetoothapplet_git.bb | 4 |
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" |