diff options
| -rw-r--r-- | meta-filesystems/recipes-utils/dmapi/dmapi_2.2.12.bb | 2 | ||||
| -rw-r--r-- | meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.4.bb | 2 | ||||
| -rw-r--r-- | meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.2.3.bb | 3 |
3 files changed, 7 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 50ecef179b..0242a70231 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" | ||
diff --git a/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.4.bb b/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.4.bb index 5fa5339342..fe5aef1583 100644 --- a/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.4.bb +++ b/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.4.bb | |||
| @@ -34,3 +34,5 @@ do_install () { | |||
| 34 | oe_runmake install | 34 | oe_runmake install |
| 35 | oe_runmake install-dev | 35 | oe_runmake install-dev |
| 36 | } | 36 | } |
| 37 | |||
| 38 | PNBLACKLIST[xfsdump] ?= "Depends on broken xfsprogs" | ||
diff --git a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.2.3.bb b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.2.3.bb index f38239c373..460a898691 100644 --- a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.2.3.bb +++ b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.2.3.bb | |||
| @@ -50,3 +50,6 @@ do_install () { | |||
| 50 | # needed for xfsdump | 50 | # needed for xfsdump |
| 51 | oe_runmake install-dev | 51 | oe_runmake install-dev |
| 52 | } | 52 | } |
| 53 | |||
| 54 | # http://errors.yoctoproject.org/Errors/Details/83236/ | ||
| 55 | PNBLACKLIST[xfsprogs] ?= "BROKEN: Needs upgrade to 4.5.0 version to be compatible with Kernel uapi changes from 4.5" | ||
