mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 15:40:01 +00:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user