[oe-commits] Martin Jansa : elementary: readd RDEPENDS on elementary-themes, accidentally removed in 51d8c69272483d1749587ba589f038e81718afc3

git version control git at git.openembedded.org
Wed Dec 9 16:23:50 UTC 2009


Module: openembedded.git
Branch: shr/testing2009
Commit: 19b79af410ad913ddd09636a8947402b0d990f64
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=19b79af410ad913ddd09636a8947402b0d990f64

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Dec  9 17:03:26 2009 +0100

elementary: readd RDEPENDS on elementary-themes, accidentally removed in 51d8c69272483d1749587ba589f038e81718afc3

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/efl1/elementary_svn.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/efl1/elementary_svn.bb b/recipes/efl1/elementary_svn.bb
index e82272d..b37e989 100644
--- a/recipes/efl1/elementary_svn.bb
+++ b/recipes/efl1/elementary_svn.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "EFL based widget set for mobile devices"
 LICENSE = "LGPL"
 DEPENDS = "efreet evas ecore edje eet edbus"
 PV = "0.0.0+svnr${SRCPV}"
-PR = "r5"
+PR = "r6"
 
 inherit efl
 
@@ -11,6 +11,7 @@ EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
 SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/TMP/st;module=elementary;proto=http"
 S = "${WORKDIR}/elementary"
 
+RDEPENDS_${PN} = "elementary-themes"
 RSUGGESTS_${PN} = "elementary-tests"
 
 do_compile_append() {





More information about the Openembedded-commits mailing list