mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +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
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
|
||||
|
||||
DEPENDS = "glib-2.0 gdk-pixbuf cogl-1.0 clutter-1.0 clutter-gst-3.0 librsvg"
|
||||
|
||||
inherit autotools gettext pkgconfig distro_features_check
|
||||
inherit autotools gettext pkgconfig features_check
|
||||
|
||||
# cogl requires opengl
|
||||
REQUIRED_DISTRO_FEATURES = "opengl"
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
DEPENDS = "gtk+3 libnotify libsecret networkmanager iso-codes nss"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
inherit distro_features_check gnomebase gsettings gtk-doc gtk-icon-cache gobject-introspection gettext
|
||||
inherit features_check gnomebase gsettings gtk-doc gtk-icon-cache gobject-introspection gettext
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://gparted.org/index.php"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
inherit distro_features_check autotools pkgconfig gtk-icon-cache
|
||||
inherit features_check autotools pkgconfig gtk-icon-cache
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ SRC_URI = " \
|
||||
SRC_URI[md5sum] = "26eed0b5b4af5c7e13c551eceaeab832"
|
||||
SRC_URI[sha256sum] = "ecffc17c62b41e196b72340192a90c4223329df041f135e74c0990860595f828"
|
||||
|
||||
inherit distro_features_check pkgconfig gettext
|
||||
inherit features_check pkgconfig gettext
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ DEPENDS = " \
|
||||
${@bb.utils.contains('DISTRO_FEATURES','x11','gnome-desktop3','',d)} \
|
||||
"
|
||||
|
||||
inherit gnomebase itstool gnome-help pkgconfig gsettings gobject-introspection upstream-version-is-even gettext distro_features_check
|
||||
inherit gnomebase itstool gnome-help pkgconfig gsettings gobject-introspection upstream-version-is-even gettext features_check
|
||||
|
||||
SRC_URI[archive.md5sum] = "77b38b625008f5940e9bd4b3d38e8cf8"
|
||||
SRC_URI[archive.sha256sum] = "85e407cde396147b249120d816c7715fb6df191ca561cf65ff3554a5d67626df"
|
||||
|
||||
@@ -6,7 +6,7 @@ DEPENDS = " \
|
||||
dbus db virtual/libiconv zlib libsoup-2.4 libical nss libsecret \
|
||||
"
|
||||
|
||||
inherit gsettings gobject-introspection distro_features_check cmake gtk-doc gettext perlnative pythonnative
|
||||
inherit gsettings gobject-introspection features_check cmake gtk-doc gettext perlnative pythonnative
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ DEPENDS = " \
|
||||
gtksourceview4 \
|
||||
"
|
||||
|
||||
inherit gnomebase itstool gnome-help gobject-introspection gtk-doc vala gettext distro_features_check upstream-version-is-even
|
||||
inherit gnomebase itstool gnome-help gobject-introspection gtk-doc vala gettext features_check upstream-version-is-even
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ BPN = "gnome-desktop"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
|
||||
inherit gnomebase itstool pkgconfig upstream-version-is-even gobject-introspection distro_features_check
|
||||
inherit gnomebase itstool pkgconfig upstream-version-is-even gobject-introspection features_check
|
||||
|
||||
# gobject-introspection is mandatory and cannot be configured
|
||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||
@@ -24,7 +24,7 @@ SRC_URI += " \
|
||||
|
||||
DEPENDS += "gsettings-desktop-schemas virtual/libx11 gtk+3 startup-notification xkeyboard-config iso-codes udev"
|
||||
|
||||
inherit distro_features_check gtk-doc
|
||||
inherit features_check gtk-doc
|
||||
REQUIRED_DISTRO_FEATURES += "x11"
|
||||
|
||||
GTKDOC_MESON_OPTION = "gtk_doc"
|
||||
|
||||
@@ -11,7 +11,7 @@ DEPENDS = " \
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
|
||||
inherit gnomebase gtk-icon-cache gettext distro_features_check upstream-version-is-even
|
||||
inherit gnomebase gtk-icon-cache gettext features_check upstream-version-is-even
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \
|
||||
file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
|
||||
"
|
||||
|
||||
inherit distro_features_check gnomebase remove-libtool gettext upstream-version-is-even
|
||||
inherit features_check gnomebase remove-libtool gettext upstream-version-is-even
|
||||
|
||||
DEPENDS = " \
|
||||
intltool-native \
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
|
||||
DEPENDS = "python libxml2 popt gtk+3 gnome-common-native"
|
||||
|
||||
inherit distro_features_check gnomebase gettext pkgconfig gobject-introspection upstream-version-is-even
|
||||
inherit features_check gnomebase gettext pkgconfig gobject-introspection upstream-version-is-even
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
|
||||
inherit gnomebase gsettings gobject-introspection gettext distro_features_check upstream-version-is-even
|
||||
inherit gnomebase gsettings gobject-introspection gettext features_check upstream-version-is-even
|
||||
|
||||
SRC_URI[archive.md5sum] = "528b0b7cc2dd22c6026a9c8739c71fa7"
|
||||
SRC_URI[archive.sha256sum] = "7ce4979817866911a94ecb75b36db56797e038c0c524c5c1a81aefccafc17337"
|
||||
|
||||
@@ -14,7 +14,7 @@ DEPENDS = " \
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
|
||||
inherit gnomebase gnome-help itstool gtk-icon-cache distro_features_check gettext upstream-version-is-even
|
||||
inherit gnomebase gnome-help itstool gtk-icon-cache features_check gettext upstream-version-is-even
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11 polkit"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ PNAME = "gtksourceview"
|
||||
|
||||
S = "${WORKDIR}/${PNAME}-${PV}"
|
||||
|
||||
inherit gnomebase lib_package gettext distro_features_check gtk-doc gobject-introspection upstream-version-is-even
|
||||
inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection upstream-version-is-even
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ S = "${WORKDIR}/${PNAME}-${PV}"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
|
||||
inherit gnomebase lib_package gettext distro_features_check gtk-doc gobject-introspection vala
|
||||
inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection vala
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ SECTION = "x11/gnome/libs"
|
||||
|
||||
DEPENDS = "gconf glib-2.0 libxklavier gtk+3 intltool-native"
|
||||
|
||||
inherit distro_features_check gnomebase gobject-introspection gettext
|
||||
inherit features_check gnomebase gobject-introspection gettext
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ LICENSE = "LGPL-2.0+"
|
||||
LIC_FILES_CHKSUM = "file://tap.c;beginline=1;endline=20;md5=71756eeb144e9eeb177c69aa672b1635"
|
||||
PR = "r4"
|
||||
|
||||
inherit distro_features_check autotools pkgconfig
|
||||
inherit features_check autotools pkgconfig
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
inherit gnomebase lib_package gtk-doc gobject-introspection gettext upstream-version-is-even
|
||||
|
||||
# depends on libxau
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
SRC_URI[archive.md5sum] = "c6d67325cd97b2208b41e07e6cc7b947"
|
||||
|
||||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
|
||||
inherit gnomebase gsettings gobject-introspection gettext gtk-doc vala distro_features_check upstream-version-is-even
|
||||
inherit gnomebase gsettings gobject-introspection gettext gtk-doc vala features_check upstream-version-is-even
|
||||
|
||||
SRC_URI[archive.md5sum] = "52c3b1e27887fc88f862c92c42d930c1"
|
||||
SRC_URI[archive.sha256sum] = "02245395d639d9749fe2d19b7e66b64a152b9509ab0e5aad92514538b9c6f1b9"
|
||||
|
||||
@@ -12,7 +12,7 @@ DEPENDS = "gtk+3 gdk-pixbuf libsoup-2.4 json-glib gnome-common-native"
|
||||
|
||||
B = "${S}"
|
||||
|
||||
inherit distro_features_check autotools pkgconfig gobject-introspection
|
||||
inherit features_check autotools pkgconfig gobject-introspection
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ GTKDOC_MESON_OPTION = "gtk_doc"
|
||||
GIR_MESON_ENABLE_FLAG = 'enabled'
|
||||
GIR_MESON_DISABLE_FLAG = 'disabled'
|
||||
|
||||
inherit gnomebase gobject-introspection gtk-doc gettext distro_features_check
|
||||
inherit gnomebase gobject-introspection gtk-doc gettext features_check
|
||||
|
||||
SRC_URI[archive.md5sum] = "89dbe5a1843fd3745b8b64b34a2ef55d"
|
||||
SRC_URI[archive.sha256sum] = "9595835cf28d0fc6af5526a18f77f2fcf3ca8c09e36741bb33915b6e69b8e3ca"
|
||||
|
||||
@@ -8,7 +8,7 @@ DEPENDS = "intltool-native gnome-common-native gtk+ gdk-pixbuf-native libxres"
|
||||
PACKAGECONFIG ??= "startup-notification"
|
||||
PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"
|
||||
|
||||
inherit gnomebase gobject-introspection distro_features_check
|
||||
inherit gnomebase gobject-introspection features_check
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
SRC_URI[archive.md5sum] = "f03e1139296e2a3a92e3b65a3080cd32"
|
||||
|
||||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812"
|
||||
|
||||
DEPENDS = "xkbcomp gtk+ iso-codes libxi libxml2"
|
||||
|
||||
inherit autotools pkgconfig gettext gobject-introspection distro_features_check
|
||||
inherit autotools pkgconfig gettext gobject-introspection features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ DEPENDS = "gsettings-desktop-schemas startup-notification \
|
||||
gnome-doc-utils gdk-pixbuf-native \
|
||||
gtk+3 glib-2.0 libcanberra libgtop intltool-native"
|
||||
|
||||
inherit autotools gettext gnomebase distro_features_check
|
||||
inherit autotools gettext gnomebase features_check
|
||||
# depends on startup-notification which depends on virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ DEPENDS = " \
|
||||
tracker \
|
||||
"
|
||||
|
||||
inherit gnomebase gsettings gobject-introspection gtk-doc gettext distro_features_check upstream-version-is-even
|
||||
inherit gnomebase gsettings gobject-introspection gtk-doc gettext features_check upstream-version-is-even
|
||||
|
||||
SRC_URI[archive.md5sum] = "19e4f1d89fb9d0ff135d5b1974ce43b5"
|
||||
SRC_URI[archive.sha256sum] = "37ce2c16a610c589dcc7660f9092446465568e38e29bce6ed8c24f2e8e0077f3"
|
||||
|
||||
@@ -20,7 +20,7 @@ DEPENDS = " \
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
|
||||
inherit gnomebase gsettings gobject-introspection vala gtk-doc manpages bash-completion distro_features_check
|
||||
inherit gnomebase gsettings gobject-introspection vala gtk-doc manpages bash-completion features_check
|
||||
|
||||
SRC_URI[archive.md5sum] = "5e75b611b190c4cebf53e3de15266429"
|
||||
SRC_URI[archive.sha256sum] = "b6748726e465ad2f4d991560634b1fd0df8841f3d981b3b837c4162abedf08a1"
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2+"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
|
||||
|
||||
inherit gnomebase itstool gnome-help distro_features_check gettext
|
||||
inherit gnomebase itstool gnome-help features_check gettext
|
||||
|
||||
DEPENDS = " \
|
||||
yelp-tools-native \
|
||||
|
||||
@@ -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