[oe] [meta-filesystems][PATCH] xfsprogs: update depends to work correctly with RSS

Derek Straka derek at asterius.io
Fri Feb 24 22:05:56 UTC 2017


Resolves build issue exposed by RSS
See http://errors.yoctoproject.org/Errors/Details/130663/

Signed-off-by: Derek Straka <derek at asterius.io>
---
 meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.8.0.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.8.0.bb b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.8.0.bb
index b4c50a2..f527237 100644
--- a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.8.0.bb
+++ b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.8.0.bb
@@ -15,6 +15,7 @@ inherit autotools-brokensep
 
 PACKAGES =+ "${PN}-fsck ${PN}-mkfs ${PN}-repair libhandle"
 
+DEPENDS += "util-linux"
 
 RDEPENDS_${PN} = "${PN}-fsck ${PN}-mkfs ${PN}-repair"
 
@@ -54,5 +55,3 @@ do_configure_prepend () {
 do_install_append() {
         oe_runmake 'DESTDIR=${D}' install install-dev
 }
-
-PNBLACKLIST[xfsprogs] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130663/"
-- 
2.7.4




More information about the Openembedded-devel mailing list