mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
recipes: Use renamed SKIP_RECIPE varFlag
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -69,4 +69,4 @@ RDEPENDS:${PN}-server += "tcp-wrappers xinetd rpcbind"
|
||||
|
||||
# http://errors.yoctoproject.org/Errors/Details/186962/
|
||||
COMPATIBLE_HOST:libc-musl = 'null'
|
||||
PNBLACKLIST[netkit-rusers] ?= "Fails to build rup.c:51:10: fatal error: rstat.h: No such file or directory"
|
||||
SKIP_RECIPE[netkit-rusers] ?= "Fails to build rup.c:51:10: fatal error: rstat.h: No such file or directory"
|
||||
|
||||
@@ -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