aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-12-08 22:23:04 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-12-08 22:24:09 +0100
commit170128f906503cc3ab8426457228377b2e3e5651 (patch)
tree1e3e9e515fecd0b924840a82443debaa0aa1d974 /recipes/e17
parentfc91ef014ed50df83ab046ef42f0849dc6a0471e (diff)
downloadopenembedded-170128f906503cc3ab8426457228377b2e3e5651.tar.gz
elmdentica: add elmdentica-themes to RDEPENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/e17')
-rw-r--r--recipes/e17/elmdentica_svn.bb4
1 files changed, 3 insertions, 1 deletions
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
}