From: Justin Patrin Date: Fri, 4 Aug 2006 21:59:07 +0000 (+0000) Subject: entice: add explicit esmart RDEPENDS X-Git-Tag: Release-2010-05/1~9453^2~999^2~20^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=724605880f14b284a20d341cc39c7578e1b1c35d;p=openembedded.git entice: add explicit esmart RDEPENDS --- 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"