diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2014-11-26 00:42:03 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-11-28 13:41:30 +0100 |
| commit | f9fe64fbb4874c6e3443fda5e60312a832cd7748 (patch) | |
| tree | d04783bbc1a092972a59c289488e3b63372ba329 /meta-python/conf/layer.conf | |
| parent | 8d2b47a06450bd0829d046ee1a7e2d4972e30bd2 (diff) | |
| download | meta-openembedded-f9fe64fbb4874c6e3443fda5e60312a832cd7748.tar.gz | |
meta-python: Add LAYERVERSION and LAYERDEPENDS
According to README, it depends on oe-core and openembedded-layer
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/conf/layer.conf')
| -rw-r--r-- | meta-python/conf/layer.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf index 4e8eca3c33..55169e4fbb 100644 --- a/meta-python/conf/layer.conf +++ b/meta-python/conf/layer.conf | |||
| @@ -7,3 +7,9 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | |||
| 7 | BBFILE_COLLECTIONS += "meta-python" | 7 | BBFILE_COLLECTIONS += "meta-python" |
| 8 | BBFILE_PATTERN_meta-python := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_meta-python := "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_meta-python = "7" | 9 | BBFILE_PRIORITY_meta-python = "7" |
| 10 | |||
| 11 | # This should only be incremented on significant changes that will | ||
| 12 | # cause compatibility issues with other layers | ||
| 13 | LAYERVERSION_meta-python = "1" | ||
| 14 | |||
| 15 | LAYERDEPENDS_meta-python = "core openembedded-layer" | ||
