busybox: fix sig changes when layer added

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2019-08-30 19:35:03 -07:00
parent 546aca7e8a
commit 1b4554dfd7
2 changed files with 4 additions and 3 deletions
+1 -3
View File
@@ -1,3 +1 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://head.cfg"
require ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'busybox_libsecomp.inc', '', d)}
@@ -0,0 +1,3 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/busybox:"
SRC_URI_append = " file://head.cfg"