[oe-commits] Martin Jansa : layer.conf: Exclude some theme dependencies from siggen

git at git.openembedded.org git at git.openembedded.org
Tue Jul 15 13:03:45 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 1352f7a5e58549e0b1167edd45393c8dcb296de5
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=1352f7a5e58549e0b1167edd45393c8dcb296de5

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Jun 23 11:12:56 2014 +0200

layer.conf: Exclude some theme dependencies from siggen

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

---

 meta-efl/conf/layer.conf | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/meta-efl/conf/layer.conf b/meta-efl/conf/layer.conf
index 5ed7bd6..53f4ff4 100644
--- a/meta-efl/conf/layer.conf
+++ b/meta-efl/conf/layer.conf
@@ -11,3 +11,15 @@ BBFILE_PRIORITY_efl-layer = "7"
 E_MIRROR = "http://download.enlightenment.org/releases"
 E_RELEASES = "http://download.enlightenment.org/rel"
 E_SVN = "svn://svn.enlightenment.org/svn/e"
+
+# RDEPENDS on update-alternatives provider opkg-utils
+SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
+  exquisite-theme-illume->opkg-utils \
+"
+
+# RDEPENDS on e-wm
+SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
+  e-wm-theme-illume-efenniht->e-wm \
+  e-wm-theme-illume-neo->e-wm \
+  e-wm-theme-b-and-w->e-wm \
+"



More information about the Openembedded-commits mailing list