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
@@ -1,4 +1,4 @@
|
||||
inherit xfce distro_features_check
|
||||
inherit xfce features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
inherit xfce distro_features_check
|
||||
inherit xfce features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
inherit xfce distro_features_check
|
||||
inherit xfce features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ DEPENDS = " \
|
||||
intltool-native \
|
||||
"
|
||||
|
||||
inherit distutils3 gtk-icon-cache distro_features_check
|
||||
inherit distutils3 gtk-icon-cache features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ SRCREV = "9ab958a4023b62b43972c55a3143ff0722bd88a6"
|
||||
PV = "0.5.4.14"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit gettext pkgconfig autotools gtk-icon-cache distro_features_check
|
||||
inherit gettext pkgconfig autotools gtk-icon-cache features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=758b03f872a88c99fc36d50c5932091c"
|
||||
|
||||
DEPENDS = "libxfce4ui polkit"
|
||||
|
||||
inherit xfce-app distro_features_check
|
||||
inherit xfce-app features_check
|
||||
REQUIRED_DISTRO_FEATURES = "polkit"
|
||||
|
||||
SRC_URI = " \
|
||||
|
||||
@@ -13,7 +13,7 @@ SRCREV = "5c7a73a3824b03b91719e05e2604b97c7a72d50f"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit gettext meson distro_features_check
|
||||
inherit gettext meson features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "systemd x11"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ SECTION = "x11/application"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
inherit python3native gettext distro_features_check
|
||||
inherit python3native gettext features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
|
||||
DEPENDS = "libxfce4util garcon xfconf libxfce4ui xfce4-panel exo vala xfce4-dev-tools-native"
|
||||
|
||||
inherit xfce pkgconfig distro_features_check
|
||||
inherit xfce pkgconfig features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ IMAGE_INSTALL = "packagegroup-core-boot \
|
||||
kernel-modules \
|
||||
"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
IMAGE_LINGUAS ?= " "
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=aabe87591cb8ae0f3c68be6977bb5522 \
|
||||
file://COPYING.LGPL;md5=252890d9eee26aab7b432e8b8a616475"
|
||||
DEPENDS = "gtk+ gnome-doc-utils gnome-common libxml2 intltool-native"
|
||||
|
||||
inherit distro_features_check autotools pkgconfig pythonnative gtk-icon-cache
|
||||
inherit features_check autotools pkgconfig pythonnative gtk-icon-cache
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ SECTION = "Applications/System"
|
||||
LICENSE = "LGPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
|
||||
inherit autotools gtk-doc gobject-introspection gettext distro_features_check
|
||||
inherit autotools gtk-doc gobject-introspection gettext features_check
|
||||
|
||||
DEPENDS = "gtk+3 libnotify"
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
|
||||
|
||||
inherit autotools pkgconfig gobject-introspection distro_features_check gtk-doc
|
||||
inherit autotools pkgconfig gobject-introspection features_check gtk-doc
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Pulseaudio mixer for the xfce panel"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f5eac6bb0d6ec0dc655e417781d4015f"
|
||||
|
||||
inherit xfce-panel-plugin distro_features_check
|
||||
inherit xfce-panel-plugin features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "pulseaudio x11"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Quickly share a folder using Samba from Thunar"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
inherit thunar-plugin distro_features_check
|
||||
inherit thunar-plugin features_check
|
||||
REQUIRED_DISTRO_FEATURES = "pam"
|
||||
|
||||
SRC_URI[md5sum] = "a1773168c0b3c7c0f253a339f02e5ae2"
|
||||
|
||||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
DEPENDS = "gtk+3 libxfce4ui virtual/libx11 liburi-perl-native cairo"
|
||||
DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native"
|
||||
|
||||
inherit xfce pythonnative perlnative gtk-doc distro_features_check
|
||||
inherit xfce pythonnative perlnative gtk-doc features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
REQUIRED_DISTRO_FEATURES_class-native = ""
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "LGPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b"
|
||||
DEPENDS = "xfce4-dev-tools-native libxfce4ui intltool-native"
|
||||
|
||||
inherit xfce gtk-doc distro_features_check
|
||||
inherit xfce gtk-doc features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
DEPENDS = "gtk+ xfce4-dev-tools-native"
|
||||
|
||||
inherit xfce distro_features_check
|
||||
inherit xfce features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475"
|
||||
DEPENDS = "intltool-native perl-native gtk+ gtk+3 libice libsm libxfce4util xfce4-dev-tools xfconf virtual/libx11"
|
||||
|
||||
inherit xfce gtk-doc gobject-introspection distro_features_check
|
||||
inherit xfce gtk-doc gobject-introspection features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "All packages required for a base installation of XFCE"
|
||||
SECTION = "x11/wm"
|
||||
PR = "r5"
|
||||
|
||||
inherit packagegroup distro_features_check
|
||||
inherit packagegroup features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ SECTION = "x11/wm"
|
||||
|
||||
PR = "r10"
|
||||
|
||||
inherit packagegroup distro_features_check
|
||||
inherit packagegroup features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
DEPENDS = "exo libnotify libgudev"
|
||||
|
||||
inherit xfce distro_features_check
|
||||
inherit xfce features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
DEPENDS = "exo gdk-pixbuf libxfce4ui libsm startup-notification libnotify xfce4-panel udev"
|
||||
|
||||
inherit xfce gobject-introspection distro_features_check
|
||||
inherit xfce gobject-introspection features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
DEPENDS = "glib-2.0 gtk+3 libxfce4util libxfce4ui garcon xfconf"
|
||||
|
||||
inherit xfce distro_features_check
|
||||
inherit xfce features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=26a8bd75d8f8498bdbbe64a27791d4ee"
|
||||
DEPENDS = "garcon exo gtk+3 cairo virtual/libx11 libxml2 libwnck3 vala-native"
|
||||
|
||||
inherit xfce gtk-doc gobject-introspection distro_features_check remove-libtool
|
||||
inherit xfce gtk-doc gobject-introspection features_check remove-libtool
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ SECTION = "x11"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
inherit xfce distro_features_check
|
||||
inherit xfce features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
|
||||
|
||||
DEPENDS = "libwnck3 libsm libxfce4ui virtual/libx11"
|
||||
|
||||
inherit xfce update-alternatives distro_features_check
|
||||
inherit xfce update-alternatives features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
DEPENDS = "exo exo-native garcon libxi virtual/libx11 xrandr libxcursor libxklavier upower"
|
||||
|
||||
inherit xfce distro_features_check
|
||||
inherit xfce features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
DEPENDS = "libxfce4ui libwnck thunar garcon exo"
|
||||
|
||||
inherit xfce distro_features_check
|
||||
inherit xfce features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855"
|
||||
DEPENDS = "virtual/libx11 libxfce4ui libwnck3 libxinerama exo-native"
|
||||
|
||||
inherit xfce update-alternatives distro_features_check
|
||||
inherit xfce update-alternatives features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user