[oe-commits] [openembedded-core] 15/45: layer.conf: Add xserver-nodm-init to SIGGEN_EXCLUDERECIPES_ABISAFE

git at git.openembedded.org git at git.openembedded.org
Tue Oct 22 07:52:04 UTC 2019


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 ed88614ed85864262410b5a1920fa623c61d29cb
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Mon Sep 30 14:37:21 2019 -0700

    layer.conf: Add xserver-nodm-init to SIGGEN_EXCLUDERECIPES_ABISAFE
    
    Found signature differences when same machine is used as a copy
    see
    
    ERROR: xscreensaver different signature for task do_package_write_ipk.sigdata between qemux86copy and qemux86
    Hash for dependent task x11-common/xserver-nodm-init_3.0.bb:do_packagedata changed from de0944d4fcaeed0efdb143a18cc406bd043469ae291de1704a999bc878a7691c to ba7bdaf35860ba5bf5a5f4ce06379a77c88eb9806e09a1fc5373933888a46507
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/conf/layer.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index fcdf9ae..292f6bb 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -43,6 +43,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
   opkg-utils \
   gstreamer1.0-meta-base \
   ca-certificates \
+  xserver-nodm-init \
 "
 
 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \

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


More information about the Openembedded-commits mailing list