aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1
diff options
context:
space:
mode:
authorThomas Zimmermann <zimmermann@vdm-design.de>2009-11-10 09:02:32 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2009-11-10 11:03:13 +0100
commit51d8c69272483d1749587ba589f038e81718afc3 (patch)
tree5b2eb1277a9802568506166c03426c2a32a06c54 /recipes/efl1
parent67ac107be2a0d8ea1458793fd4eadd1f1cb7d8f8 (diff)
downloadopenembedded-51d8c69272483d1749587ba589f038e81718afc3.tar.gz
elementary: set remove elemntary-tests from RDEPENDS and RRECOMMENDS and put it into RSUGGESTS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/efl1')
-rw-r--r--recipes/efl1/elementary_svn.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/efl1/elementary_svn.bb b/recipes/efl1/elementary_svn.bb
index d523cbf1aa..f1bf50278f 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${SRCREV}"
-PR = "r4"
+PR = "r5"
inherit efl
@@ -11,8 +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"
-RRECOMMENDS_${PN} = "elementary-tests"
+RSUGGESTS_${PN} = "elementary-tests"
do_compile_append() {
sed -i -e s:${STAGING_DIR_TARGET}::g \