[oe-commits] [openembedded-core] 04/25: layer.conf: add busybox-inittab to SIGGEN_EXCLUDERECIPES_ABISAFE

git at git.openembedded.org git at git.openembedded.org
Sun Mar 4 13:38:40 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 4d6f572339295bc5670bba7600858a8c825c8d57
Author: Denys Dmytriyenko <denys at ti.com>
AuthorDate: Fri Mar 2 20:46:51 2018 -0500

    layer.conf: add busybox-inittab to SIGGEN_EXCLUDERECIPES_ABISAFE
    
    Similar to sysvinit-inittab
    
    Signed-off-by: Denys Dmytriyenko <denys at ti.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/layer.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index df67716..91935e4 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -21,6 +21,7 @@ COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}'
 # opkg-utils is for update-alternatives :(
 SIGGEN_EXCLUDERECIPES_ABISAFE += " \
   sysvinit-inittab \
+  busybox-inittab \
   shadow-securetty \
   opkg-arch-config \
   netbase \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list