diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-07-15 12:11:02 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-07-30 20:21:29 +0200 |
commit | 738005819666619ce9be5023790a9f78699ed807 (patch) | |
tree | f56b39d5420304c0d43ccde58419e4af0cf4dd13 /meta-filesystems | |
parent | 98069929139818596d0d2ff9ecd43f56899ac969 (diff) | |
download | meta-openembedded-738005819666619ce9be5023790a9f78699ed807.tar.gz |
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@gmail.com>
Diffstat (limited to 'meta-filesystems')
-rw-r--r-- | meta-filesystems/recipes-utils/xorriso/xorriso_1.4.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 8b181ca32..b26709e97 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," | |||
17 | PACKAGECONFIG[bzip2] = "--enable-libbz2,--disable-libbz2,bzip2," | 17 | PACKAGECONFIG[bzip2] = "--enable-libbz2,--disable-libbz2,bzip2," |
18 | PACKAGECONFIG[readline] = "--enable-libreadline,--disable-libreadline,readline," | 18 | PACKAGECONFIG[readline] = "--enable-libreadline,--disable-libreadline,readline," |
19 | 19 | ||
20 | inherit autotools-brokensep pkgconfig | 20 | inherit autotools-brokensep pkgconfig distro_features_check |
21 | 21 | ||
22 | do_configure_prepend () { | 22 | do_configure_prepend () { |
23 | touch NEWS | 23 | touch NEWS |