diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2019-11-14 19:40:07 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-21 23:08:19 +0000 |
| commit | 9702544b3e75d761d86cae7e8b36f3f2625b68ce (patch) | |
| tree | b8db1573283245d3f7d7c8d9fc32b9bd67c76f14 /meta/recipes-gnome | |
| parent | a616ffebdc6f761635f351432461010de1890b7d (diff) | |
| download | poky-9702544b3e75d761d86cae7e8b36f3f2625b68ce.tar.gz | |
distro_features_check: expand with MACHINE_FEATURES and COMBINED_FEATURES, rename
Besides checking DISTRO_FEATURES for required or conflicting features,
being able to check MACHINE_FEATURES and/or COMBINED_FEATURES may also
be useful at times.
Temporarily support the old class name with a warning about future
deprecation.
(From OE-Core rev: 5f4875b950ce199e91f99c8e945a0c709166dc14)
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
| -rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_3.34.1.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-gnome/gcr/gcr_3.34.0.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-gnome/libdazzle/libdazzle_3.34.1.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-gnome/libnotify/libnotify_0.7.8.bb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_3.34.1.bb b/meta/recipes-gnome/epiphany/epiphany_3.34.1.bb index d1cb515a58..cebd55dc87 100644 --- a/meta/recipes-gnome/epiphany/epiphany_3.34.1.bb +++ b/meta/recipes-gnome/epiphany/epiphany_3.34.1.bb | |||
| @@ -8,7 +8,7 @@ DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes avahi libnotify gcr \ | |||
| 8 | glib-2.0 glib-2.0-native json-glib libdazzle" | 8 | glib-2.0 glib-2.0-native json-glib libdazzle" |
| 9 | 9 | ||
| 10 | GNOMEBASEBUILDCLASS = "meson" | 10 | GNOMEBASEBUILDCLASS = "meson" |
| 11 | inherit gnomebase gsettings distro_features_check upstream-version-is-even gettext | 11 | inherit gnomebase gsettings features_check upstream-version-is-even gettext |
| 12 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | 12 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
| 13 | 13 | ||
| 14 | SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \ | 14 | SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \ |
diff --git a/meta/recipes-gnome/gcr/gcr_3.34.0.bb b/meta/recipes-gnome/gcr/gcr_3.34.0.bb index 616b0e5bf5..e3e8999635 100644 --- a/meta/recipes-gnome/gcr/gcr_3.34.0.bb +++ b/meta/recipes-gnome/gcr/gcr_3.34.0.bb | |||
| @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | |||
| 11 | DEPENDS = "gtk+3 p11-kit glib-2.0 libgcrypt \ | 11 | DEPENDS = "gtk+3 p11-kit glib-2.0 libgcrypt \ |
| 12 | ${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'libxslt-native', '', d)}" | 12 | ${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'libxslt-native', '', d)}" |
| 13 | 13 | ||
| 14 | inherit gnomebase gtk-icon-cache gtk-doc distro_features_check upstream-version-is-even vala gobject-introspection gettext | 14 | inherit gnomebase gtk-icon-cache gtk-doc features_check upstream-version-is-even vala gobject-introspection gettext |
| 15 | # depends on gtk+3, but also x11 through gtk+-x11 | 15 | # depends on gtk+3, but also x11 through gtk+-x11 |
| 16 | REQUIRED_DISTRO_FEATURES = "x11" | 16 | REQUIRED_DISTRO_FEATURES = "x11" |
| 17 | 17 | ||
diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index dc6768c4e8..e1f1e0db31 100644 --- a/meta/recipes-gnome/gtk+/gtk+3.inc +++ b/meta/recipes-gnome/gtk+/gtk+3.inc | |||
| @@ -10,7 +10,7 @@ DEPENDS = "glib-2.0 cairo pango atk jpeg libpng gdk-pixbuf \ | |||
| 10 | 10 | ||
| 11 | LICENSE = "LGPLv2 & LGPLv2+ & LGPLv2.1+" | 11 | LICENSE = "LGPLv2 & LGPLv2+ & LGPLv2.1+" |
| 12 | 12 | ||
| 13 | inherit autotools gettext pkgconfig gtk-doc update-alternatives gtk-immodules-cache gsettings distro_features_check gobject-introspection | 13 | inherit autotools gettext pkgconfig gtk-doc update-alternatives gtk-immodules-cache gsettings features_check gobject-introspection |
| 14 | 14 | ||
| 15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
| 16 | 16 | ||
diff --git a/meta/recipes-gnome/libdazzle/libdazzle_3.34.1.bb b/meta/recipes-gnome/libdazzle/libdazzle_3.34.1.bb index e2973905f8..1c8b2c86e0 100644 --- a/meta/recipes-gnome/libdazzle/libdazzle_3.34.1.bb +++ b/meta/recipes-gnome/libdazzle/libdazzle_3.34.1.bb | |||
| @@ -8,7 +8,7 @@ BUGTRACKER = "https://gitlab.gnome.org/GNOME/libdazzle/issues" | |||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" |
| 9 | 9 | ||
| 10 | GNOMEBASEBUILDCLASS = "meson" | 10 | GNOMEBASEBUILDCLASS = "meson" |
| 11 | inherit gnomebase upstream-version-is-even vala distro_features_check gobject-introspection | 11 | inherit gnomebase upstream-version-is-even vala features_check gobject-introspection |
| 12 | 12 | ||
| 13 | DEPENDS = "glib-2.0-native glib-2.0 gtk+3" | 13 | DEPENDS = "glib-2.0-native glib-2.0 gtk+3" |
| 14 | 14 | ||
diff --git a/meta/recipes-gnome/libnotify/libnotify_0.7.8.bb b/meta/recipes-gnome/libnotify/libnotify_0.7.8.bb index f4cda7bc74..0306b04f4e 100644 --- a/meta/recipes-gnome/libnotify/libnotify_0.7.8.bb +++ b/meta/recipes-gnome/libnotify/libnotify_0.7.8.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | |||
| 7 | 7 | ||
| 8 | DEPENDS = "dbus gtk+3 glib-2.0" | 8 | DEPENDS = "dbus gtk+3 glib-2.0" |
| 9 | 9 | ||
| 10 | inherit gnomebase gtk-doc distro_features_check gobject-introspection | 10 | inherit gnomebase gtk-doc features_check gobject-introspection |
| 11 | # depends on gtk+3 | 11 | # depends on gtk+3 |
| 12 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 12 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 13 | 13 | ||
