mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
xfsprogs, xfsdump, dmapi: blacklist, needs upgrade to stay compatible with default kernel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
754111f078
commit
6ba3b309d7
|
|
@ -29,3 +29,5 @@ do_install () {
|
|||
install -d ${D}${libdir}
|
||||
oe_runmake install install-dev PKG_DEVLIB_DIR=${libdir}
|
||||
}
|
||||
|
||||
PNBLACKLIST[dmapi] ?= "Depends on broken xfsprogs"
|
||||
|
|
|
|||
|
|
@ -34,3 +34,5 @@ do_install () {
|
|||
oe_runmake install
|
||||
oe_runmake install-dev
|
||||
}
|
||||
|
||||
PNBLACKLIST[xfsdump] ?= "Depends on broken xfsprogs"
|
||||
|
|
|
|||
|
|
@ -50,3 +50,6 @@ do_install () {
|
|||
# needed for xfsdump
|
||||
oe_runmake install-dev
|
||||
}
|
||||
|
||||
# http://errors.yoctoproject.org/Errors/Details/83236/
|
||||
PNBLACKLIST[xfsprogs] ?= "BROKEN: Needs upgrade to 4.5.0 version to be compatible with Kernel uapi changes from 4.5"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user