* update-rc.d now adds initscripts dependency even to allarch recipes making them effectively TUNE_PKGARCH, "fix" it by excluding initscripts from all signatures
Signed-off-by: Martin Jansa <[email protected]> --- meta/conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 18609dd..6b0f806 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -30,4 +30,5 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \ udev-extraconf \ packagegroup-x11-xserver \ systemd-serialgetty \ + initscripts \ " -- 2.0.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
