aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e17
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2006-08-04 21:59:07 +0000
committerJustin Patrin <papercrane@gmail.com>2006-08-04 21:59:07 +0000
commit724605880f14b284a20d341cc39c7578e1b1c35d (patch)
tree2502b34a6910b3c0a53a71d48369c1c724d55b6c /packages/e17
parenta9b96c7308bcb4bfaf5d1fba983375d54f4b386f (diff)
downloadopenembedded-724605880f14b284a20d341cc39c7578e1b1c35d.tar.gz
entice: add explicit esmart RDEPENDS
Diffstat (limited to 'packages/e17')
-rw-r--r--packages/e17/entice_20060128.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/e17/entice_20060128.bb b/packages/e17/entice_20060128.bb
index ffc07f7661..271bcc0e8f 100644
--- a/packages/e17/entice_20060128.bb
+++ b/packages/e17/entice_20060128.bb
@@ -2,10 +2,12 @@ DESCRIPTION = "Entice is the E17 picture viewer"
# can also depend on GIMP for editing
DEPENDS = "edb evas-x11 ecore-x11 edje epsilon esmart-x11"
LICENSE = "MIT"
-PR = "r1"
+PR = "r2"
inherit e
+RDEPENDS += "esmart-x11"
+
SRC_URI = "${E_CVS};module=e17/apps/entice;date=${PV}"
S = "${WORKDIR}/entice"