From: André Draszik <[email protected]> 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 <[email protected]> --- 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 67f58bcc2..6f0046cf3 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 \ " -- 2.23.0.rc1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
