summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-08-30 19:35:03 -0700
committerArmin Kuster <akuster808@gmail.com>2019-09-07 08:32:50 -0700
commit1b4554dfd7945d8c168c6c1815e9969d89176e02 (patch)
tree51cca47270b0b92a147ee0fca9a531ba2e7c2d94
parent546aca7e8a9d685bb01c6df2e02b62bbfccfd745 (diff)
downloadmeta-security-1b4554dfd7945d8c168c6c1815e9969d89176e02.tar.gz
busybox: fix sig changes when layer added
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-core/busybox/busybox_%.bbappend4
-rw-r--r--recipes-core/busybox/busybox_libsecomp.inc3
2 files changed, 4 insertions, 3 deletions
diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend
index 8bb0706..27a2482 100644
--- a/recipes-core/busybox/busybox_%.bbappend
+++ b/recipes-core/busybox/busybox_%.bbappend
@@ -1,3 +1 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" require ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'busybox_libsecomp.inc', '', d)}
2
3SRC_URI += "file://head.cfg"
diff --git a/recipes-core/busybox/busybox_libsecomp.inc b/recipes-core/busybox/busybox_libsecomp.inc
new file mode 100644
index 0000000..4af22ce
--- /dev/null
+++ b/recipes-core/busybox/busybox_libsecomp.inc
@@ -0,0 +1,3 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/busybox:"
2
3SRC_URI_append = " file://head.cfg"