From: Martin Jansa Date: Wed, 8 Dec 2010 21:23:04 +0000 (+0100) Subject: elmdentica: add elmdentica-themes to RDEPENDS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=170128f906503cc3ab8426457228377b2e3e5651;p=openembedded.git elmdentica: add elmdentica-themes to RDEPENDS Signed-off-by: Martin Jansa --- diff --git a/recipes/e17/elmdentica_svn.bb b/recipes/e17/elmdentica_svn.bb index 44730f5000..09f567785a 100644 --- a/recipes/e17/elmdentica_svn.bb +++ b/recipes/e17/elmdentica_svn.bb @@ -10,9 +10,11 @@ inherit e gettext EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" PV = "0.9.9+svnr${SRCPV}" -PR = "r1" +PR = "r2" SRCREV = "${EFL_SRCREV}" +RDEPENDS_${PN} = "${PN}-themes" + do_configure_prepend() { autopoint --force }