diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-11 09:37:12 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-10-03 19:19:54 +0200 |
commit | 6ba3b309d7e3c2db0421ddae0f9204961b5cebdb (patch) | |
tree | f8c8d2bc328c94191b4707d9947c6f8988270e7a /meta-filesystems/recipes-utils/dmapi | |
parent | 754111f078d986ee811aba64dab70e58da123412 (diff) | |
download | meta-openembedded-6ba3b309d7e3c2db0421ddae0f9204961b5cebdb.tar.gz |
xfsprogs, xfsdump, dmapi: blacklist, needs upgrade to stay compatible with default kernel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-utils/dmapi')
-rw-r--r-- | meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb b/meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb index 50ecef179..0242a7023 100644 --- a/meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb +++ b/meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb | |||
@@ -29,3 +29,5 @@ do_install () { | |||
29 | install -d ${D}${libdir} | 29 | install -d ${D}${libdir} |
30 | oe_runmake install install-dev PKG_DEVLIB_DIR=${libdir} | 30 | oe_runmake install install-dev PKG_DEVLIB_DIR=${libdir} |
31 | } | 31 | } |
32 | |||
33 | PNBLACKLIST[dmapi] ?= "Depends on broken xfsprogs" | ||