mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
base.bbclass: don't skip defaultval
This field is now internal and won't be seen. (From OE-Core rev: 9a715be3b2b4396495f2f8c10dc28b33f206efe4) 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
daeb4a4459
commit
cd904146d6
@@ -347,8 +347,6 @@ python () {
|
||||
extrardeps = []
|
||||
extraconf = []
|
||||
for flag, flagval in sorted(pkgconfigflags.items()):
|
||||
if flag == "defaultval":
|
||||
continue
|
||||
items = flagval.split(",")
|
||||
num = len(items)
|
||||
if num > 4:
|
||||
|
||||
Reference in New Issue
Block a user