[oe] [meta-filesystems][PATCH] xorriso: inherit distro_features_check

Martin Jansa martin.jansa at gmail.com
Thu Jul 16 19:12:50 UTC 2015


* it correctly sets REQUIRED_DISTRO_FEATURES = x11, but without the inherit it doesn't do
  anything useful

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-filesystems/recipes-utils/xorriso/xorriso_1.4.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-filesystems/recipes-utils/xorriso/xorriso_1.4.0.bb b/meta-filesystems/recipes-utils/xorriso/xorriso_1.4.0.bb
index 8b181ca..b26709e 100644
--- a/meta-filesystems/recipes-utils/xorriso/xorriso_1.4.0.bb
+++ b/meta-filesystems/recipes-utils/xorriso/xorriso_1.4.0.bb
@@ -17,7 +17,7 @@ PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib,"
 PACKAGECONFIG[bzip2] = "--enable-libbz2,--disable-libbz2,bzip2,"
 PACKAGECONFIG[readline] = "--enable-libreadline,--disable-libreadline,readline,"
 
-inherit autotools-brokensep pkgconfig
+inherit autotools-brokensep pkgconfig distro_features_check
 
 do_configure_prepend () {
     touch NEWS
-- 
2.4.4




More information about the Openembedded-devel mailing list