mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
* python3-pyelftools and python3-pycryptodome(x) recipes were recently
moved from meta-python to oe-core in:
https://git.openembedded.org/meta-openembedded/commit/?id=7aee545a61c4f91d5e462d5b46b1b8f9a8bad1e3
https://git.openembedded.org/meta-openembedded/commit/?id=a8f3c00d8d113b46a49584682e10435157d516ca
* core version was bumped now:
https://git.openembedded.org/openembedded-core/commit/?id=2d503b27e7c88cee9a37c79c4605c77b11f230b6
* this dependency will make sure that people do upgrade oe-core when they do
upgrade meta-python past these revisions, so the recipes won't suddenly
disappear as a bonus they will get slightly newer version which are now
in oe-core
python3-pycryptodome(x) from 3.9.4 to 3.9.7:
https://www.pycryptodome.org/en/latest/src/changelog.html#february-2020
python2-pyelftools from 0.25 to 0.26:
8a40f295bc (diff-e4eb329834da3d36278b1b7d943b3bc9)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Reviewed-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
20 lines
637 B
Plaintext
20 lines
637 B
Plaintext
# We might have a conf and classes directory, append to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have recipes directories, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "meta-python"
|
|
BBFILE_PATTERN_meta-python := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_meta-python = "7"
|
|
|
|
# This should only be incremented on significant changes that will
|
|
# cause compatibility issues with other layers
|
|
LAYERVERSION_meta-python = "1"
|
|
|
|
LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer"
|
|
|
|
LAYERSERIES_COMPAT_meta-python = "thud warrior zeus dunfell"
|
|
|
|
LICENSE_PATH += "${LAYERDIR}/licenses"
|