[oe-commits] Martin Jansa : e-wm: introduce E17_DEFAULT_CONFIG to remove e-wm-config-default from RRECOMMENDS if needed

git version control git at git.openembedded.org
Mon Aug 23 16:33:36 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 22e3772f799948bf4a7806e74d83948ee2b2e1f4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=22e3772f799948bf4a7806e74d83948ee2b2e1f4

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Aug 23 14:34:09 2010 +0200

e-wm: introduce E17_DEFAULT_CONFIG to remove e-wm-config-default from RRECOMMENDS if needed

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

---

 conf/distro/shr.conf    |    1 +
 recipes/e17/e-wm_svn.bb |    4 +++-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf
index 1191d8c..460e433 100644
--- a/conf/distro/shr.conf
+++ b/conf/distro/shr.conf
@@ -99,6 +99,7 @@ IPKG_VARIANT = "opkg"
 
 #Illume settings
 ILLUME_CONFIG = "e-wm-config-illume2-shr"
+E17_DEFAULT_CONFIG = "e-wm-config-illume2-shr"
 ILLUME_THEME = "e-wm-theme-illume-gry"
 
 # From minimal.conf
diff --git a/recipes/e17/e-wm_svn.bb b/recipes/e17/e-wm_svn.bb
index 557e2d9..99b10d2 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 \





More information about the Openembedded-commits mailing list