diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-23 18:15:03 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-23 18:15:03 +0100 |
commit | 7d995c58b1f3c34874110f6040021fd83d618732 (patch) | |
tree | 21db911783f88a232b3bc5a0f669b73833f63f1c /meta-efl/conf | |
parent | 1c2cf0868bcf72847a3150416f5b48e94ba512d4 (diff) | |
download | meta-openembedded-7d995c58b1f3c34874110f6040021fd83d618732.tar.gz |
meta-efl: import from meta-shr.
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-efl/conf')
-rw-r--r-- | meta-efl/conf/layer.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-efl/conf/layer.conf b/meta-efl/conf/layer.conf new file mode 100644 index 000000000..85dbacd14 --- /dev/null +++ b/meta-efl/conf/layer.conf | |||
@@ -0,0 +1,9 @@ | |||
1 | # We have a conf and classes directory, prepend to BBPATH to prefer our versions | ||
2 | BBPATH := "${LAYERDIR}:${BBPATH}" | ||
3 | |||
4 | # We have a recipes directory, add to BBFILES | ||
5 | BBFILES := "${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" | ||