mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
use weak assignments for PNBLACKLIST in recipe files
Make sure PNBLACKLIST assignments in recipe files use weak assignment, so they can be overridden in, for example, local.conf files. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
8a84a0f802
commit
d7f5367b53
@@ -32,4 +32,4 @@ python do_package_prepend() {
|
||||
}
|
||||
|
||||
B = "${WORKDIR}/${BPN}-${PV}"
|
||||
PNBLACKLIST[bpftool] = "Needs forward porting to kernel 5.2+"
|
||||
PNBLACKLIST[bpftool] ?= "Needs forward porting to kernel 5.2+"
|
||||
|
||||
Reference in New Issue
Block a user