mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +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
@@ -3,7 +3,7 @@ HOMEPAGE = "https://www.freedesktop.org/software/colord/"
|
||||
LICENSE = "LGPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
||||
|
||||
inherit meson gobject-introspection gettext gtk-doc distro_features_check
|
||||
inherit meson gobject-introspection gettext gtk-doc features_check
|
||||
|
||||
DEPENDS = " \
|
||||
gtk+3 \
|
||||
|
||||
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0 \
|
||||
|
||||
RDEPENDS_${PN} = "gtk+"
|
||||
|
||||
inherit distro_features_check autotools gtk-doc gobject-introspection
|
||||
inherit features_check autotools gtk-doc gobject-introspection
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
do_configure_prepend() {
|
||||
|
||||
@@ -21,7 +21,7 @@ SRC_URI[sha256sum] = "a58ff4fabb01a25043b142185a33eeea961109dd60d4b40b6a9df4fa3c
|
||||
|
||||
DEPENDS = "popt libpam glib-2.0 python3"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "pam"
|
||||
|
||||
inherit autotools gettext python3native python3-dir pkgconfig gtk-doc
|
||||
|
||||
@@ -10,7 +10,7 @@ SRC_URI = "https://launchpad.net/onboard/1.4/${PV}/+download/${BPN}-${PV}.tar.gz
|
||||
SRC_URI[md5sum] = "1a2fbe82e934f5b37841d17ff51e80e8"
|
||||
SRC_URI[sha256sum] = "01cae1ac5b1ef1ab985bd2d2d79ded6fc99ee04b1535cc1bb191e43a231a3865"
|
||||
|
||||
inherit distro_features_check setuptools3 pkgconfig gtk-icon-cache gsettings
|
||||
inherit features_check setuptools3 pkgconfig gtk-icon-cache gsettings
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ SRC_URI[sha256sum] = "99fbfd248b411ed0e7c44d1957b0ecde699b5a968a4db5d37228e82e7b
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
inherit distro_features_check autotools gettext pkgconfig
|
||||
inherit features_check autotools gettext pkgconfig
|
||||
|
||||
EXTRA_OEMAKE += "INSTALL='install -p'"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user