diff options
Diffstat (limited to 'meta-efl/conf/layer.conf')
| -rw-r--r-- | meta-efl/conf/layer.conf | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/meta-efl/conf/layer.conf b/meta-efl/conf/layer.conf deleted file mode 100644 index ea90ce28da..0000000000 --- a/meta-efl/conf/layer.conf +++ /dev/null | |||
| @@ -1,35 +0,0 @@ | |||
| 1 | # We have a conf and classes directory, append to BBPATH | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have a recipes directory, add to BBFILES | ||
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
| 6 | |||
| 7 | BBFILE_COLLECTIONS += "efl-layer" | ||
| 8 | BBFILE_PATTERN_efl-layer := "^${LAYERDIR}/" | ||
| 9 | BBFILE_PRIORITY_efl-layer = "7" | ||
| 10 | |||
| 11 | # This should only be incremented on significant changes that will | ||
| 12 | # cause compatibility issues with other layers | ||
| 13 | LAYERVERSION_efl-layer = "1" | ||
| 14 | |||
| 15 | LAYERDEPENDS_efl-layer = "core openembedded-layer" | ||
| 16 | |||
| 17 | E_MIRROR = "http://download.enlightenment.org/releases" | ||
| 18 | E_RELEASES = "http://download.enlightenment.org/rel" | ||
| 19 | E_SVN = "svn://svn.enlightenment.org/svn/e" | ||
| 20 | |||
| 21 | # RDEPENDS on update-alternatives provider opkg-utils | ||
| 22 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\ | ||
| 23 | exquisite-theme-illume->opkg-utils \ | ||
| 24 | " | ||
| 25 | |||
| 26 | # RDEPENDS on e-wm | ||
| 27 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\ | ||
| 28 | e-wm-theme-illume-efenniht->e-wm \ | ||
| 29 | e-wm-theme-illume-neo->e-wm \ | ||
| 30 | e-wm-theme-b-and-w->e-wm \ | ||
| 31 | " | ||
| 32 | |||
| 33 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | ||
| 34 | packagegroup-efl-sdk->packagegroup-core-sdk \ | ||
| 35 | " | ||
