From 738005819666619ce9be5023790a9f78699ed807 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 15 Jul 2015 12:11:02 +0200 Subject: 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 --- 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 8b181ca321..b26709e97c 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 -- cgit 1.2.3-korg