aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-08-23 14:34:09 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-23 18:33:27 +0200
commit22e3772f799948bf4a7806e74d83948ee2b2e1f4 (patch)
tree92c9bb6afefb25464e156a1bd95c14342993157e /recipes/e17
parentdf080ed9068bab1cb317d5ac4bb8d94c37bf12b6 (diff)
downloadopenembedded-22e3772f799948bf4a7806e74d83948ee2b2e1f4.tar.gz
e-wm: introduce E17_DEFAULT_CONFIG to remove e-wm-config-default from RRECOMMENDS if needed
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/e17')
-rw-r--r--recipes/e17/e-wm_svn.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/e17/e-wm_svn.bb b/recipes/e17/e-wm_svn.bb
index 557e2d9fd4..99b10d23f7 100644
--- a/recipes/e17/e-wm_svn.bb
+++ b/recipes/e17/e-wm_svn.bb
@@ -6,6 +6,8 @@ PV = "0.16.999.060+svnr${SRCPV}"
PR = "r15"
SRCREV = "${EFL_SRCREV}"
+E17_DEFAULT_CONFIG ?= "${PN}-config-default"
+
inherit e update-alternatives
SRC_URI += "\
@@ -83,7 +85,7 @@ PACKAGES =+ "\
"
RRECOMMENDS_${PN} = "\
- ${PN}-config-default \
+ ${E17_DEFAULT_CONFIG} \
${PN}-images \
${PN}-icons \
${PN}-other \