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

git at git.openembedded.org git at git.openembedded.org
Thu Jul 30 19:34:38 UTC 2015


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

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