mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user