mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
recipes: Use renamed SKIP_RECIPE varFlag
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -21,4 +21,4 @@ do_install () {
|
||||
oe_runmake install DESTDIR="${D}"
|
||||
}
|
||||
|
||||
PNBLACKLIST[drbd] ?= "Needs coccinelle to build with SPAAS"
|
||||
SKIP_RECIPE[drbd] ?= "Needs coccinelle to build with SPAAS"
|
||||
|
||||
@@ -36,4 +36,4 @@ FILES:${PN}-dbg += "${libexecdir}/lowpan-tools/.debug/"
|
||||
PACKAGES =+ "${PN}-python"
|
||||
FILES:${PN}-python = "${libdir}/python*"
|
||||
|
||||
PNBLACKLIST[lowpan-tools] ?= "WARNING these tools are deprecated! Use wpan-tools instead"
|
||||
SKIP_RECIPE[lowpan-tools] ?= "WARNING these tools are deprecated! Use wpan-tools instead"
|
||||
|
||||
Reference in New Issue
Block a user