aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/conf/layer.conf
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2021-08-23 16:31:42 -0700
committerTim Orling <ticotimo@gmail.com>2021-08-24 15:32:59 -0700
commit410db2030bb8eb892209b971fac1e60a655fc112 (patch)
treea29b42eae0a9d9da25d646f152a14308700d1a1f /meta-python/conf/layer.conf
parent88c67feaf1c3635ad954fcb55289c74227aee3bb (diff)
downloadmeta-openembedded-contrib-410db2030bb8eb892209b971fac1e60a655fc112.tar.gz
python3-setuptools-rust-native add 0.12.1
Dependency for python3-cryptography 3.4.7 Depends on meta-rust (until rust support lands in oe-core) Add to dynamic-layers/rust-layer. Only -native is supported at this time, no target rust compiler yet. Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'meta-python/conf/layer.conf')
-rw-r--r--meta-python/conf/layer.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf
index ffad953f93..aa985361f4 100644
--- a/meta-python/conf/layer.conf
+++ b/meta-python/conf/layer.conf
@@ -8,6 +8,11 @@ BBFILE_COLLECTIONS += "meta-python"
BBFILE_PATTERN_meta-python := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-python = "7"
+BBFILES_DYNAMIC += " \
+ meta-python:${LAYERDIR}/dynamic-layers/rust-layer/*/*/*.bb \
+ meta-python:${LAYERDIR}/dynamic-layers/rust-layer/*/*/*.bbappend \
+"
+
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_meta-python = "1"