opie-recorder: add dependency on libopiemm2
authorPaul Eggleton <bluelightning@bluelightning.org>
Sun, 12 Sep 2010 11:24:44 +0000 (12:24 +0100)
committerPaul Eggleton <bluelightning@bluelightning.org>
Mon, 18 Oct 2010 23:47:10 +0000 (00:47 +0100)
recipes/opie-recorder/opie-recorder_cvs.bb

index dd33b83..b647414 100644 (file)
@@ -2,6 +2,10 @@ require ${PN}.inc
 
 PV = "${OPIE_GIT_PV}"
 
+PR = "r1"
+
 SRC_URI = "${OPIE_GIT};protocol=git;subpath=noncore/multimedia/opierec \
            ${OPIE_GIT};protocol=git;subpath=pics \
            ${OPIE_GIT};protocol=git;subpath=apps"
+
+DEPENDS = "libopiecore2 libopieui2 libopiemm2"