[oe-commits] Martin Jansa : xorriso: inherit distro_features_check

git at git.openembedded.org git at git.openembedded.org
Wed Jul 29 15:08:14 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 8069d0d879a101eefda3102f8bf08c8b644f3e0d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8069d0d879a101eefda3102f8bf08c8b644f3e0d

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Jul 15 12:11:02 2015 +0200

xorriso: inherit distro_features_check

* 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



More information about the Openembedded-commits mailing list