[oe-commits] [meta-openembedded] 14/26: layer.conf: ignore wireless-regdb->crda dep for siggen purposes

git at git.openembedded.org git at git.openembedded.org
Thu Aug 8 21:55:18 UTC 2019


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 9aebfb3a8ca895834555df9c5f6cd476e6cd5152
Author: André Draszik <andre.draszik at jci.com>
AuthorDate: Wed Aug 7 09:32:17 2019 +0100

    layer.conf: ignore wireless-regdb->crda dep for siggen purposes
    
    In commit bae481e9331f ("wireless-regdb: make wireless-regdb architecture independent")
    wireless-regdb has been made allarch, but it depends
    (via RSUGGESTS) on a TUNE_PKGARCH recipe (crda).
    This causes needless rebuilds of wireless-regdb when crda
    changes (due to changing sstate checksum).
    
    Add this dependency to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS so
    as to avoid that. Even though wireless-regdb has been
    moved to OE-core since, we still add this dependeny here
    (and not there), as crda is provided in this layer here.
    
    Signed-off-by: André Draszik <andre.draszik at jci.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/conf/layer.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf
index 67f58bc..6f0046c 100644
--- a/meta-networking/conf/layer.conf
+++ b/meta-networking/conf/layer.conf
@@ -23,4 +23,5 @@ LICENSE_PATH += "${LAYERDIR}/licenses"
 
 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
   wireguard-tools->wireguard-module \
+  wireless-regdb->crda \
 "

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


More information about the Openembedded-commits mailing list