mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
layer.conf: ignore wireless-regdb->crda dep for siggen purposes
In commit bae481e933 ("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@jci.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -23,4 +23,5 @@ LICENSE_PATH += "${LAYERDIR}/licenses"
|
|||||||
|
|
||||||
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
||||||
wireguard-tools->wireguard-module \
|
wireguard-tools->wireguard-module \
|
||||||
|
wireless-regdb->crda \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user