diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-23 11:12:56 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:53:31 +0200 |
commit | 1352f7a5e58549e0b1167edd45393c8dcb296de5 (patch) | |
tree | fa497d819bdccd9186e92ae42c3e691c73f133f6 /meta-efl/conf | |
parent | 87bbe91686e1bbc9036aacd924162f17db214aad (diff) | |
download | meta-openembedded-1352f7a5e58549e0b1167edd45393c8dcb296de5.tar.gz |
layer.conf: Exclude some theme dependencies from siggen
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/conf')
-rw-r--r-- | meta-efl/conf/layer.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-efl/conf/layer.conf b/meta-efl/conf/layer.conf index 5ed7bd676..53f4ff47b 100644 --- a/meta-efl/conf/layer.conf +++ b/meta-efl/conf/layer.conf | |||
@@ -11,3 +11,15 @@ BBFILE_PRIORITY_efl-layer = "7" | |||
11 | E_MIRROR = "http://download.enlightenment.org/releases" | 11 | E_MIRROR = "http://download.enlightenment.org/releases" |
12 | E_RELEASES = "http://download.enlightenment.org/rel" | 12 | E_RELEASES = "http://download.enlightenment.org/rel" |
13 | E_SVN = "svn://svn.enlightenment.org/svn/e" | 13 | E_SVN = "svn://svn.enlightenment.org/svn/e" |
14 | |||
15 | # RDEPENDS on update-alternatives provider opkg-utils | ||
16 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\ | ||
17 | exquisite-theme-illume->opkg-utils \ | ||
18 | " | ||
19 | |||
20 | # RDEPENDS on e-wm | ||
21 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\ | ||
22 | e-wm-theme-illume-efenniht->e-wm \ | ||
23 | e-wm-theme-illume-neo->e-wm \ | ||
24 | e-wm-theme-b-and-w->e-wm \ | ||
25 | " | ||