diff options
author | Denys Dmytriyenko <denys@ti.com> | 2019-11-20 21:31:49 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-21 17:51:37 -0800 |
commit | 4c00e5fed9532fe6ee71ce96b0124fc234b44d4e (patch) | |
tree | ec74c3e49a545e37a85befe3d7f970304af5516c /meta-gnome | |
parent | b77cc676916e7cf06e5a80081aac52a7bdc7d3a9 (diff) | |
download | meta-openembedded-4c00e5fed9532fe6ee71ce96b0124fc234b44d4e.tar.gz |
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>
Diffstat (limited to 'meta-gnome')
32 files changed, 33 insertions, 33 deletions
diff --git a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb index bf5178cf80..6b2688f3e3 100644 --- a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb +++ b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ | |||
9 | 9 | ||
10 | DEPENDS = "glib-2.0 gdk-pixbuf cogl-1.0 clutter-1.0 clutter-gst-3.0 librsvg" | 10 | DEPENDS = "glib-2.0 gdk-pixbuf cogl-1.0 clutter-1.0 clutter-gst-3.0 librsvg" |
11 | 11 | ||
12 | inherit autotools gettext pkgconfig distro_features_check | 12 | inherit autotools gettext pkgconfig features_check |
13 | 13 | ||
14 | # cogl requires opengl | 14 | # cogl requires opengl |
15 | REQUIRED_DISTRO_FEATURES = "opengl" | 15 | REQUIRED_DISTRO_FEATURES = "opengl" |
diff --git a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.8.24.bb b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.8.24.bb index 90390e15f8..0853407ca4 100644 --- a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.8.24.bb +++ b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.8.24.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | |||
5 | DEPENDS = "gtk+3 libnotify libsecret networkmanager iso-codes nss" | 5 | DEPENDS = "gtk+3 libnotify libsecret networkmanager iso-codes nss" |
6 | 6 | ||
7 | GNOMEBASEBUILDCLASS = "meson" | 7 | GNOMEBASEBUILDCLASS = "meson" |
8 | inherit distro_features_check gnomebase gsettings gtk-doc gtk-icon-cache gobject-introspection gettext | 8 | inherit features_check gnomebase gsettings gtk-doc gtk-icon-cache gobject-introspection gettext |
9 | 9 | ||
10 | REQUIRED_DISTRO_FEATURES = "x11" | 10 | REQUIRED_DISTRO_FEATURES = "x11" |
11 | 11 | ||
diff --git a/meta-gnome/recipes-extended/gparted/gparted_0.33.0.bb b/meta-gnome/recipes-extended/gparted/gparted_0.33.0.bb index de143b9c87..aff994af7d 100644 --- a/meta-gnome/recipes-extended/gparted/gparted_0.33.0.bb +++ b/meta-gnome/recipes-extended/gparted/gparted_0.33.0.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://gparted.org/index.php" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | 5 | ||
6 | inherit distro_features_check autotools pkgconfig gtk-icon-cache | 6 | inherit features_check autotools pkgconfig gtk-icon-cache |
7 | 7 | ||
8 | REQUIRED_DISTRO_FEATURES = "x11" | 8 | REQUIRED_DISTRO_FEATURES = "x11" |
9 | 9 | ||
diff --git a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.43.bb b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.43.bb index 6ef8e8a62e..69c23d562a 100644 --- a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.43.bb +++ b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.43.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = " \ | |||
14 | SRC_URI[md5sum] = "26eed0b5b4af5c7e13c551eceaeab832" | 14 | SRC_URI[md5sum] = "26eed0b5b4af5c7e13c551eceaeab832" |
15 | SRC_URI[sha256sum] = "ecffc17c62b41e196b72340192a90c4223329df041f135e74c0990860595f828" | 15 | SRC_URI[sha256sum] = "ecffc17c62b41e196b72340192a90c4223329df041f135e74c0990860595f828" |
16 | 16 | ||
17 | inherit distro_features_check pkgconfig gettext | 17 | inherit features_check pkgconfig gettext |
18 | 18 | ||
19 | REQUIRED_DISTRO_FEATURES = "x11" | 19 | REQUIRED_DISTRO_FEATURES = "x11" |
20 | 20 | ||
diff --git a/meta-gnome/recipes-gnome/evince/evince_3.34.1.bb b/meta-gnome/recipes-gnome/evince/evince_3.34.1.bb index 6f0392d27e..e30162c068 100644 --- a/meta-gnome/recipes-gnome/evince/evince_3.34.1.bb +++ b/meta-gnome/recipes-gnome/evince/evince_3.34.1.bb | |||
@@ -16,7 +16,7 @@ DEPENDS = " \ | |||
16 | ${@bb.utils.contains('DISTRO_FEATURES','x11','gnome-desktop3','',d)} \ | 16 | ${@bb.utils.contains('DISTRO_FEATURES','x11','gnome-desktop3','',d)} \ |
17 | " | 17 | " |
18 | 18 | ||
19 | inherit gnomebase itstool gnome-help pkgconfig gsettings gobject-introspection upstream-version-is-even gettext distro_features_check | 19 | inherit gnomebase itstool gnome-help pkgconfig gsettings gobject-introspection upstream-version-is-even gettext features_check |
20 | 20 | ||
21 | SRC_URI[archive.md5sum] = "77b38b625008f5940e9bd4b3d38e8cf8" | 21 | SRC_URI[archive.md5sum] = "77b38b625008f5940e9bd4b3d38e8cf8" |
22 | SRC_URI[archive.sha256sum] = "85e407cde396147b249120d816c7715fb6df191ca561cf65ff3554a5d67626df" | 22 | SRC_URI[archive.sha256sum] = "85e407cde396147b249120d816c7715fb6df191ca561cf65ff3554a5d67626df" |
diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb index 82160b1ede..08bd778d0e 100644 --- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb +++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb | |||
@@ -6,7 +6,7 @@ DEPENDS = " \ | |||
6 | dbus db virtual/libiconv zlib libsoup-2.4 libical nss libsecret \ | 6 | dbus db virtual/libiconv zlib libsoup-2.4 libical nss libsecret \ |
7 | " | 7 | " |
8 | 8 | ||
9 | inherit gsettings gobject-introspection distro_features_check cmake gtk-doc gettext perlnative pythonnative | 9 | inherit gsettings gobject-introspection features_check cmake gtk-doc gettext perlnative pythonnative |
10 | 10 | ||
11 | REQUIRED_DISTRO_FEATURES = "x11" | 11 | REQUIRED_DISTRO_FEATURES = "x11" |
12 | 12 | ||
diff --git a/meta-gnome/recipes-gnome/gedit/gedit_3.34.0.bb b/meta-gnome/recipes-gnome/gedit/gedit_3.34.0.bb index 9679a1ce6f..5293c5acf1 100644 --- a/meta-gnome/recipes-gnome/gedit/gedit_3.34.0.bb +++ b/meta-gnome/recipes-gnome/gedit/gedit_3.34.0.bb | |||
@@ -19,7 +19,7 @@ DEPENDS = " \ | |||
19 | gtksourceview4 \ | 19 | gtksourceview4 \ |
20 | " | 20 | " |
21 | 21 | ||
22 | inherit gnomebase itstool gnome-help gobject-introspection gtk-doc vala gettext distro_features_check upstream-version-is-even | 22 | inherit gnomebase itstool gnome-help gobject-introspection gtk-doc vala gettext features_check upstream-version-is-even |
23 | 23 | ||
24 | REQUIRED_DISTRO_FEATURES = "x11" | 24 | REQUIRED_DISTRO_FEATURES = "x11" |
25 | 25 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.34.1.bb b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.34.1.bb index 0e3cf5b597..a2f73590fd 100644 --- a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.34.1.bb +++ b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.34.1.bb | |||
@@ -8,7 +8,7 @@ BPN = "gnome-desktop" | |||
8 | 8 | ||
9 | GNOMEBASEBUILDCLASS = "meson" | 9 | GNOMEBASEBUILDCLASS = "meson" |
10 | 10 | ||
11 | inherit gnomebase itstool pkgconfig upstream-version-is-even gobject-introspection distro_features_check | 11 | inherit gnomebase itstool pkgconfig upstream-version-is-even gobject-introspection features_check |
12 | 12 | ||
13 | # gobject-introspection is mandatory and cannot be configured | 13 | # gobject-introspection is mandatory and cannot be configured |
14 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 14 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
@@ -24,7 +24,7 @@ SRC_URI += " \ | |||
24 | 24 | ||
25 | DEPENDS += "gsettings-desktop-schemas virtual/libx11 gtk+3 startup-notification xkeyboard-config iso-codes udev" | 25 | DEPENDS += "gsettings-desktop-schemas virtual/libx11 gtk+3 startup-notification xkeyboard-config iso-codes udev" |
26 | 26 | ||
27 | inherit distro_features_check gtk-doc | 27 | inherit features_check gtk-doc |
28 | REQUIRED_DISTRO_FEATURES += "x11" | 28 | REQUIRED_DISTRO_FEATURES += "x11" |
29 | 29 | ||
30 | GTKDOC_MESON_OPTION = "gtk_doc" | 30 | GTKDOC_MESON_OPTION = "gtk_doc" |
diff --git a/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_3.34.0.bb b/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_3.34.0.bb index 95140ff887..5be8d50377 100644 --- a/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_3.34.0.bb +++ b/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_3.34.0.bb | |||
@@ -11,7 +11,7 @@ DEPENDS = " \ | |||
11 | 11 | ||
12 | GNOMEBASEBUILDCLASS = "meson" | 12 | GNOMEBASEBUILDCLASS = "meson" |
13 | 13 | ||
14 | inherit gnomebase gtk-icon-cache gettext distro_features_check upstream-version-is-even | 14 | inherit gnomebase gtk-icon-cache gettext features_check upstream-version-is-even |
15 | 15 | ||
16 | REQUIRED_DISTRO_FEATURES = "x11" | 16 | REQUIRED_DISTRO_FEATURES = "x11" |
17 | 17 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_3.28.2.bb b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_3.28.2.bb index 8dc11c85d0..a84c218e6f 100644 --- a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_3.28.2.bb +++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_3.28.2.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \ | |||
9 | file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ | 9 | file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ |
10 | " | 10 | " |
11 | 11 | ||
12 | inherit distro_features_check gnomebase remove-libtool gettext upstream-version-is-even | 12 | inherit features_check gnomebase remove-libtool gettext upstream-version-is-even |
13 | 13 | ||
14 | DEPENDS = " \ | 14 | DEPENDS = " \ |
15 | intltool-native \ | 15 | intltool-native \ |
diff --git a/meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.32.0.bb b/meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.32.0.bb index b6d212a27e..3f441d915e 100644 --- a/meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.32.0.bb +++ b/meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.32.0.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
6 | 6 | ||
7 | DEPENDS = "python libxml2 popt gtk+3 gnome-common-native" | 7 | DEPENDS = "python libxml2 popt gtk+3 gnome-common-native" |
8 | 8 | ||
9 | inherit distro_features_check gnomebase gettext pkgconfig gobject-introspection upstream-version-is-even | 9 | inherit features_check gnomebase gettext pkgconfig gobject-introspection upstream-version-is-even |
10 | 10 | ||
11 | REQUIRED_DISTRO_FEATURES = "x11" | 11 | REQUIRED_DISTRO_FEATURES = "x11" |
12 | 12 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.34.1.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.34.1.bb index ba1e734da1..65f6693492 100644 --- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.34.1.bb +++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.34.1.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | |||
4 | 4 | ||
5 | GNOMEBASEBUILDCLASS = "meson" | 5 | GNOMEBASEBUILDCLASS = "meson" |
6 | 6 | ||
7 | inherit gnomebase gsettings gobject-introspection gettext distro_features_check upstream-version-is-even | 7 | inherit gnomebase gsettings gobject-introspection gettext features_check upstream-version-is-even |
8 | 8 | ||
9 | SRC_URI[archive.md5sum] = "528b0b7cc2dd22c6026a9c8739c71fa7" | 9 | SRC_URI[archive.md5sum] = "528b0b7cc2dd22c6026a9c8739c71fa7" |
10 | SRC_URI[archive.sha256sum] = "7ce4979817866911a94ecb75b36db56797e038c0c524c5c1a81aefccafc17337" | 10 | SRC_URI[archive.sha256sum] = "7ce4979817866911a94ecb75b36db56797e038c0c524c5c1a81aefccafc17337" |
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.1.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.1.bb index a9cbf22d77..a3583d1de2 100644 --- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.1.bb | |||
@@ -14,7 +14,7 @@ DEPENDS = " \ | |||
14 | 14 | ||
15 | GNOMEBASEBUILDCLASS = "meson" | 15 | GNOMEBASEBUILDCLASS = "meson" |
16 | 16 | ||
17 | inherit gnomebase gnome-help itstool gtk-icon-cache distro_features_check gettext upstream-version-is-even | 17 | inherit gnomebase gnome-help itstool gtk-icon-cache features_check gettext upstream-version-is-even |
18 | 18 | ||
19 | REQUIRED_DISTRO_FEATURES = "x11 polkit" | 19 | REQUIRED_DISTRO_FEATURES = "x11 polkit" |
20 | 20 | ||
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb index f7884930c0..13f81b4c90 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb | |||
@@ -10,7 +10,7 @@ PNAME = "gtksourceview" | |||
10 | 10 | ||
11 | S = "${WORKDIR}/${PNAME}-${PV}" | 11 | S = "${WORKDIR}/${PNAME}-${PV}" |
12 | 12 | ||
13 | inherit gnomebase lib_package gettext distro_features_check gtk-doc gobject-introspection upstream-version-is-even | 13 | inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection upstream-version-is-even |
14 | 14 | ||
15 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |
16 | 16 | ||
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.4.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.4.0.bb index 63bbb2547d..bb49550c5b 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.4.0.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.4.0.bb | |||
@@ -12,7 +12,7 @@ S = "${WORKDIR}/${PNAME}-${PV}" | |||
12 | 12 | ||
13 | GNOMEBASEBUILDCLASS = "meson" | 13 | GNOMEBASEBUILDCLASS = "meson" |
14 | 14 | ||
15 | inherit gnomebase lib_package gettext distro_features_check gtk-doc gobject-introspection vala | 15 | inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection vala |
16 | 16 | ||
17 | REQUIRED_DISTRO_FEATURES = "x11" | 17 | REQUIRED_DISTRO_FEATURES = "x11" |
18 | 18 | ||
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb index d9f6431069..d3b3bde435 100644 --- a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb +++ b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb | |||
@@ -6,7 +6,7 @@ SECTION = "x11/gnome/libs" | |||
6 | 6 | ||
7 | DEPENDS = "gconf glib-2.0 libxklavier gtk+3 intltool-native" | 7 | DEPENDS = "gconf glib-2.0 libxklavier gtk+3 intltool-native" |
8 | 8 | ||
9 | inherit distro_features_check gnomebase gobject-introspection gettext | 9 | inherit features_check gnomebase gobject-introspection gettext |
10 | 10 | ||
11 | REQUIRED_DISTRO_FEATURES = "x11" | 11 | REQUIRED_DISTRO_FEATURES = "x11" |
12 | 12 | ||
diff --git a/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb b/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb index a7c8a6fce1..a990bfcfd9 100644 --- a/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb +++ b/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "LGPL-2.0+" | |||
5 | LIC_FILES_CHKSUM = "file://tap.c;beginline=1;endline=20;md5=71756eeb144e9eeb177c69aa672b1635" | 5 | LIC_FILES_CHKSUM = "file://tap.c;beginline=1;endline=20;md5=71756eeb144e9eeb177c69aa672b1635" |
6 | PR = "r4" | 6 | PR = "r4" |
7 | 7 | ||
8 | inherit distro_features_check autotools pkgconfig | 8 | inherit features_check autotools pkgconfig |
9 | 9 | ||
10 | REQUIRED_DISTRO_FEATURES = "x11" | 10 | REQUIRED_DISTRO_FEATURES = "x11" |
11 | 11 | ||
diff --git a/meta-gnome/recipes-gnome/libgtop/libgtop_2.40.0.bb b/meta-gnome/recipes-gnome/libgtop/libgtop_2.40.0.bb index b594198a4a..f0c9cdb0e2 100644 --- a/meta-gnome/recipes-gnome/libgtop/libgtop_2.40.0.bb +++ b/meta-gnome/recipes-gnome/libgtop/libgtop_2.40.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | |||
5 | inherit gnomebase lib_package gtk-doc gobject-introspection gettext upstream-version-is-even | 5 | inherit gnomebase lib_package gtk-doc gobject-introspection gettext upstream-version-is-even |
6 | 6 | ||
7 | # depends on libxau | 7 | # depends on libxau |
8 | inherit distro_features_check | 8 | inherit features_check |
9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | REQUIRED_DISTRO_FEATURES = "x11" |
10 | 10 | ||
11 | SRC_URI[archive.md5sum] = "c6d67325cd97b2208b41e07e6cc7b947" | 11 | SRC_URI[archive.md5sum] = "c6d67325cd97b2208b41e07e6cc7b947" |
diff --git a/meta-gnome/recipes-gnome/libgweather/libgweather_3.34.0.bb b/meta-gnome/recipes-gnome/libgweather/libgweather_3.34.0.bb index 69d25362cd..d72b6ce247 100644 --- a/meta-gnome/recipes-gnome/libgweather/libgweather_3.34.0.bb +++ b/meta-gnome/recipes-gnome/libgweather/libgweather_3.34.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
5 | 5 | ||
6 | GNOMEBASEBUILDCLASS = "meson" | 6 | GNOMEBASEBUILDCLASS = "meson" |
7 | 7 | ||
8 | inherit gnomebase gsettings gobject-introspection gettext gtk-doc vala distro_features_check upstream-version-is-even | 8 | inherit gnomebase gsettings gobject-introspection gettext gtk-doc vala features_check upstream-version-is-even |
9 | 9 | ||
10 | SRC_URI[archive.md5sum] = "52c3b1e27887fc88f862c92c42d930c1" | 10 | SRC_URI[archive.md5sum] = "52c3b1e27887fc88f862c92c42d930c1" |
11 | SRC_URI[archive.sha256sum] = "02245395d639d9749fe2d19b7e66b64a152b9509ab0e5aad92514538b9c6f1b9" | 11 | SRC_URI[archive.sha256sum] = "02245395d639d9749fe2d19b7e66b64a152b9509ab0e5aad92514538b9c6f1b9" |
diff --git a/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb b/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb index 7f52c42cd0..a0874521ef 100644 --- a/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb +++ b/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb | |||
@@ -12,7 +12,7 @@ DEPENDS = "gtk+3 gdk-pixbuf libsoup-2.4 json-glib gnome-common-native" | |||
12 | 12 | ||
13 | B = "${S}" | 13 | B = "${S}" |
14 | 14 | ||
15 | inherit distro_features_check autotools pkgconfig gobject-introspection | 15 | inherit features_check autotools pkgconfig gobject-introspection |
16 | 16 | ||
17 | REQUIRED_DISTRO_FEATURES = "x11" | 17 | REQUIRED_DISTRO_FEATURES = "x11" |
18 | 18 | ||
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.32.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.32.0.bb index e4829ea8c4..d88161a3d8 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.32.0.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.32.0.bb | |||
@@ -15,7 +15,7 @@ GTKDOC_MESON_OPTION = "gtk_doc" | |||
15 | GIR_MESON_ENABLE_FLAG = 'enabled' | 15 | GIR_MESON_ENABLE_FLAG = 'enabled' |
16 | GIR_MESON_DISABLE_FLAG = 'disabled' | 16 | GIR_MESON_DISABLE_FLAG = 'disabled' |
17 | 17 | ||
18 | inherit gnomebase gobject-introspection gtk-doc gettext distro_features_check | 18 | inherit gnomebase gobject-introspection gtk-doc gettext features_check |
19 | 19 | ||
20 | SRC_URI[archive.md5sum] = "89dbe5a1843fd3745b8b64b34a2ef55d" | 20 | SRC_URI[archive.md5sum] = "89dbe5a1843fd3745b8b64b34a2ef55d" |
21 | SRC_URI[archive.sha256sum] = "9595835cf28d0fc6af5526a18f77f2fcf3ca8c09e36741bb33915b6e69b8e3ca" | 21 | SRC_URI[archive.sha256sum] = "9595835cf28d0fc6af5526a18f77f2fcf3ca8c09e36741bb33915b6e69b8e3ca" |
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb index f50b9ceb93..9eb041c27f 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "intltool-native gnome-common-native gtk+ gdk-pixbuf-native libxres" | |||
8 | PACKAGECONFIG ??= "startup-notification" | 8 | PACKAGECONFIG ??= "startup-notification" |
9 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" | 9 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" |
10 | 10 | ||
11 | inherit gnomebase gobject-introspection distro_features_check | 11 | inherit gnomebase gobject-introspection features_check |
12 | REQUIRED_DISTRO_FEATURES = "x11" | 12 | REQUIRED_DISTRO_FEATURES = "x11" |
13 | 13 | ||
14 | SRC_URI[archive.md5sum] = "f03e1139296e2a3a92e3b65a3080cd32" | 14 | SRC_URI[archive.md5sum] = "f03e1139296e2a3a92e3b65a3080cd32" |
diff --git a/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb b/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb index 501a449725..3cef0d2e50 100644 --- a/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb +++ b/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812" | |||
4 | 4 | ||
5 | DEPENDS = "xkbcomp gtk+ iso-codes libxi libxml2" | 5 | DEPENDS = "xkbcomp gtk+ iso-codes libxi libxml2" |
6 | 6 | ||
7 | inherit autotools pkgconfig gettext gobject-introspection distro_features_check | 7 | inherit autotools pkgconfig gettext gobject-introspection features_check |
8 | 8 | ||
9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | REQUIRED_DISTRO_FEATURES = "x11" |
10 | 10 | ||
diff --git a/meta-gnome/recipes-gnome/metacity/metacity_3.32.0.bb b/meta-gnome/recipes-gnome/metacity/metacity_3.32.0.bb index ef6ea7946a..8f15c5774a 100644 --- a/meta-gnome/recipes-gnome/metacity/metacity_3.32.0.bb +++ b/meta-gnome/recipes-gnome/metacity/metacity_3.32.0.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "gsettings-desktop-schemas startup-notification \ | |||
10 | gnome-doc-utils gdk-pixbuf-native \ | 10 | gnome-doc-utils gdk-pixbuf-native \ |
11 | gtk+3 glib-2.0 libcanberra libgtop intltool-native" | 11 | gtk+3 glib-2.0 libcanberra libgtop intltool-native" |
12 | 12 | ||
13 | inherit autotools gettext gnomebase distro_features_check | 13 | inherit autotools gettext gnomebase features_check |
14 | # depends on startup-notification which depends on virtual/libx11 | 14 | # depends on startup-notification which depends on virtual/libx11 |
15 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |
16 | 16 | ||
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_3.34.1.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_3.34.1.bb index 11193b5913..789a11dfd2 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_3.34.1.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_3.34.1.bb | |||
@@ -15,7 +15,7 @@ DEPENDS = " \ | |||
15 | tracker \ | 15 | tracker \ |
16 | " | 16 | " |
17 | 17 | ||
18 | inherit gnomebase gsettings gobject-introspection gtk-doc gettext distro_features_check upstream-version-is-even | 18 | inherit gnomebase gsettings gobject-introspection gtk-doc gettext features_check upstream-version-is-even |
19 | 19 | ||
20 | SRC_URI[archive.md5sum] = "19e4f1d89fb9d0ff135d5b1974ce43b5" | 20 | SRC_URI[archive.md5sum] = "19e4f1d89fb9d0ff135d5b1974ce43b5" |
21 | SRC_URI[archive.sha256sum] = "37ce2c16a610c589dcc7660f9092446465568e38e29bce6ed8c24f2e8e0077f3" | 21 | SRC_URI[archive.sha256sum] = "37ce2c16a610c589dcc7660f9092446465568e38e29bce6ed8c24f2e8e0077f3" |
diff --git a/meta-gnome/recipes-gnome/tracker/tracker_2.3.1.bb b/meta-gnome/recipes-gnome/tracker/tracker_2.3.1.bb index 5153aa517a..590d7bdaf2 100644 --- a/meta-gnome/recipes-gnome/tracker/tracker_2.3.1.bb +++ b/meta-gnome/recipes-gnome/tracker/tracker_2.3.1.bb | |||
@@ -20,7 +20,7 @@ DEPENDS = " \ | |||
20 | 20 | ||
21 | GNOMEBASEBUILDCLASS = "meson" | 21 | GNOMEBASEBUILDCLASS = "meson" |
22 | 22 | ||
23 | inherit gnomebase gsettings gobject-introspection vala gtk-doc manpages bash-completion distro_features_check | 23 | inherit gnomebase gsettings gobject-introspection vala gtk-doc manpages bash-completion features_check |
24 | 24 | ||
25 | SRC_URI[archive.md5sum] = "5e75b611b190c4cebf53e3de15266429" | 25 | SRC_URI[archive.md5sum] = "5e75b611b190c4cebf53e3de15266429" |
26 | SRC_URI[archive.sha256sum] = "b6748726e465ad2f4d991560634b1fd0df8841f3d981b3b837c4162abedf08a1" | 26 | SRC_URI[archive.sha256sum] = "b6748726e465ad2f4d991560634b1fd0df8841f3d981b3b837c4162abedf08a1" |
diff --git a/meta-gnome/recipes-gnome/zenity/zenity_3.32.0.bb b/meta-gnome/recipes-gnome/zenity/zenity_3.32.0.bb index 0384a5c5c3..c6883ae449 100644 --- a/meta-gnome/recipes-gnome/zenity/zenity_3.32.0.bb +++ b/meta-gnome/recipes-gnome/zenity/zenity_3.32.0.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2+" | |||
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" |
6 | 6 | ||
7 | inherit gnomebase itstool gnome-help distro_features_check gettext | 7 | inherit gnomebase itstool gnome-help features_check gettext |
8 | 8 | ||
9 | DEPENDS = " \ | 9 | DEPENDS = " \ |
10 | yelp-tools-native \ | 10 | yelp-tools-native \ |
diff --git a/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb b/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb index c960b99c44..8f6cd0431b 100644 --- a/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb +++ b/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://www.freedesktop.org/software/colord/" | |||
3 | LICENSE = "LGPLv3" | 3 | LICENSE = "LGPLv3" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" |
5 | 5 | ||
6 | inherit meson gobject-introspection gettext gtk-doc distro_features_check | 6 | inherit meson gobject-introspection gettext gtk-doc features_check |
7 | 7 | ||
8 | DEPENDS = " \ | 8 | DEPENDS = " \ |
9 | gtk+3 \ | 9 | gtk+3 \ |
diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb index 0a0a3e6b43..d567d00d3f 100644 --- a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb +++ b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb | |||
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0 \ | |||
18 | 18 | ||
19 | RDEPENDS_${PN} = "gtk+" | 19 | RDEPENDS_${PN} = "gtk+" |
20 | 20 | ||
21 | inherit distro_features_check autotools gtk-doc gobject-introspection | 21 | inherit features_check autotools gtk-doc gobject-introspection |
22 | 22 | ||
23 | REQUIRED_DISTRO_FEATURES = "x11" | 23 | REQUIRED_DISTRO_FEATURES = "x11" |
24 | do_configure_prepend() { | 24 | do_configure_prepend() { |
diff --git a/meta-gnome/recipes-support/libuser/libuser_0.62.bb b/meta-gnome/recipes-support/libuser/libuser_0.62.bb index 74053e451a..2c580f8727 100644 --- a/meta-gnome/recipes-support/libuser/libuser_0.62.bb +++ b/meta-gnome/recipes-support/libuser/libuser_0.62.bb | |||
@@ -21,7 +21,7 @@ SRC_URI[sha256sum] = "a58ff4fabb01a25043b142185a33eeea961109dd60d4b40b6a9df4fa3c | |||
21 | 21 | ||
22 | DEPENDS = "popt libpam glib-2.0 python3" | 22 | DEPENDS = "popt libpam glib-2.0 python3" |
23 | 23 | ||
24 | inherit distro_features_check | 24 | inherit features_check |
25 | REQUIRED_DISTRO_FEATURES = "pam" | 25 | REQUIRED_DISTRO_FEATURES = "pam" |
26 | 26 | ||
27 | inherit autotools gettext python3native python3-dir pkgconfig gtk-doc | 27 | inherit autotools gettext python3native python3-dir pkgconfig gtk-doc |
diff --git a/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb b/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb index 4e49becc4f..03fd0517be 100644 --- a/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb +++ b/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb | |||
@@ -10,7 +10,7 @@ SRC_URI = "https://launchpad.net/onboard/1.4/${PV}/+download/${BPN}-${PV}.tar.gz | |||
10 | SRC_URI[md5sum] = "1a2fbe82e934f5b37841d17ff51e80e8" | 10 | SRC_URI[md5sum] = "1a2fbe82e934f5b37841d17ff51e80e8" |
11 | SRC_URI[sha256sum] = "01cae1ac5b1ef1ab985bd2d2d79ded6fc99ee04b1535cc1bb191e43a231a3865" | 11 | SRC_URI[sha256sum] = "01cae1ac5b1ef1ab985bd2d2d79ded6fc99ee04b1535cc1bb191e43a231a3865" |
12 | 12 | ||
13 | inherit distro_features_check setuptools3 pkgconfig gtk-icon-cache gsettings | 13 | inherit features_check setuptools3 pkgconfig gtk-icon-cache gsettings |
14 | 14 | ||
15 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |
16 | 16 | ||
diff --git a/meta-gnome/recipes-support/usermode/usermode_1.113.bb b/meta-gnome/recipes-support/usermode/usermode_1.113.bb index 0527836269..a94440c933 100644 --- a/meta-gnome/recipes-support/usermode/usermode_1.113.bb +++ b/meta-gnome/recipes-support/usermode/usermode_1.113.bb | |||
@@ -22,7 +22,7 @@ SRC_URI[sha256sum] = "99fbfd248b411ed0e7c44d1957b0ecde699b5a968a4db5d37228e82e7b | |||
22 | 22 | ||
23 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 23 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
24 | 24 | ||
25 | inherit distro_features_check autotools gettext pkgconfig | 25 | inherit features_check autotools gettext pkgconfig |
26 | 26 | ||
27 | EXTRA_OEMAKE += "INSTALL='install -p'" | 27 | EXTRA_OEMAKE += "INSTALL='install -p'" |
28 | 28 | ||