mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
Revert "base.bbclass/blacklist.bbclass: remove doc item when d.getVarFlags()"
This deletes and therefore breaks PACKAGECONFIG[doc], so revert.
This reverts commit b741780d43.
(From OE-Core rev: 45cff248f5f9f4fb2498c34963e6652cc1166737)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d6d7494542
commit
161180b8f4
@@ -28,8 +28,6 @@ python blacklist_multilib_eventhandler() {
|
||||
prefixes.append(eext[1])
|
||||
|
||||
blacklists = e.data.getVarFlags('PNBLACKLIST') or {}
|
||||
# Remove PNBLACKLIST[doc]
|
||||
blacklists.pop('doc', None)
|
||||
for pkg, reason in blacklists.items():
|
||||
if pkg.endswith(("-native", "-crosssdk")) or pkg.startswith(("nativesdk-", "virtual/nativesdk-")) or 'cross-canadian' in pkg:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user