summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2020-01-30 15:28:40 -0800
committerJoe MacDonald <joe_macdonald@mentor.com>2020-01-30 21:46:58 -0500
commitf32f21de44f2b5280c2a339b0917f61f698de66c (patch)
tree3ec828577d3b6b299009cc82cf2b8afb1b23e0e9
parent6e18bc43d259c3322d76ef995655dc539a5eb5c2 (diff)
downloadmeta-selinux-f32f21de44f2b5280c2a339b0917f61f698de66c.tar.gz
python: move appends to a dynamic-layer
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r--conf/layer.conf2
-rw-r--r--dynamic-layers/python2-layer/recipes-devtools/python/files/sitecustomize.py (renamed from recipes-devtools/python/files/sitecustomize.py)0
-rw-r--r--dynamic-layers/python2-layer/recipes-devtools/python/python_%.bbappend (renamed from recipes-devtools/python/python_%.bbappend)0
-rw-r--r--dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc (renamed from recipes-devtools/python/python_selinux.inc)0
4 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 226a75a..cdee27a 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -11,6 +11,8 @@ BBFILES_DYNAMIC += "openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-l
11 networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bbappend \ 11 networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bbappend \
12 virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes*/*/*.bb \ 12 virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes*/*/*.bb \
13 virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes*/*/*.bbappend \ 13 virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes*/*/*.bbappend \
14 meta-python2:${LAYERDIR}/dynamic-layers/python2-layer/recipes*/*/*.bb \
15 meta-python2:${LAYERDIR}/dynamic-layers/python2-layer/recipes*/*/*.bbappend \
14 " 16 "
15 17
16BBFILE_COLLECTIONS += "selinux" 18BBFILE_COLLECTIONS += "selinux"
diff --git a/recipes-devtools/python/files/sitecustomize.py b/dynamic-layers/python2-layer/recipes-devtools/python/files/sitecustomize.py
index d2b71fa..d2b71fa 100644
--- a/recipes-devtools/python/files/sitecustomize.py
+++ b/dynamic-layers/python2-layer/recipes-devtools/python/files/sitecustomize.py
diff --git a/recipes-devtools/python/python_%.bbappend b/dynamic-layers/python2-layer/recipes-devtools/python/python_%.bbappend
index 7719d3b..7719d3b 100644
--- a/recipes-devtools/python/python_%.bbappend
+++ b/dynamic-layers/python2-layer/recipes-devtools/python/python_%.bbappend
diff --git a/recipes-devtools/python/python_selinux.inc b/dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc
index bb54a90..bb54a90 100644
--- a/recipes-devtools/python/python_selinux.inc
+++ b/dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc