mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-09 16:19:59 +00:00
recipes: rename distro_features_check to features_check
Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
b77cc67691
commit
4c00e5fed9
@@ -12,7 +12,7 @@ DEPENDS = "fuse samba"
|
||||
DEPENDS_append_libc-musl = " libexecinfo"
|
||||
|
||||
# samba depends on libpam
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "pam"
|
||||
|
||||
inherit autotools gitpkgv pkgconfig
|
||||
|
||||
@@ -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 distro_features_check
|
||||
inherit autotools-brokensep pkgconfig features_check
|
||||
|
||||
do_configure_prepend () {
|
||||
touch NEWS
|
||||
|
||||
Reference in New Issue
Block a user