diff options
Diffstat (limited to 'meta-oe')
83 files changed, 83 insertions, 83 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb index 605417634a..d590b0501b 100644 --- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb +++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | |||
| @@ -19,7 +19,7 @@ SRCREV = "c17fd14505f30d9e4dbad276f7aa956fd21a637b" | |||
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| 21 | 21 | ||
| 22 | inherit waf pkgconfig distro_features_check | 22 | inherit waf pkgconfig features_check |
| 23 | 23 | ||
| 24 | REQUIRED_DISTRO_FEATURES += "opengl" | 24 | REQUIRED_DISTRO_FEATURES += "opengl" |
| 25 | 25 | ||
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd_2.9.bb b/meta-oe/recipes-connectivity/hostapd/hostapd_2.9.bb index e26a6ff86c..982514f5df 100644 --- a/meta-oe/recipes-connectivity/hostapd/hostapd_2.9.bb +++ b/meta-oe/recipes-connectivity/hostapd/hostapd_2.9.bb | |||
| @@ -19,7 +19,7 @@ SRC_URI[sha256sum] = "881d7d6a90b2428479288d64233151448f8990ab4958e0ecaca7eeb3c9 | |||
| 19 | S = "${WORKDIR}/hostapd-${PV}" | 19 | S = "${WORKDIR}/hostapd-${PV}" |
| 20 | B = "${WORKDIR}/hostapd-${PV}/hostapd" | 20 | B = "${WORKDIR}/hostapd-${PV}/hostapd" |
| 21 | 21 | ||
| 22 | inherit update-rc.d systemd pkgconfig distro_features_check | 22 | inherit update-rc.d systemd pkgconfig features_check |
| 23 | 23 | ||
| 24 | CONFLICT_DISTRO_FEATURES = "openssl-no-weak-ciphers" | 24 | CONFLICT_DISTRO_FEATURES = "openssl-no-weak-ciphers" |
| 25 | 25 | ||
diff --git a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb index c201c86510..8763709355 100644 --- a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb +++ b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI = "http://tadas.dailyda.com/software/obex-data-server-${PV}.tar.gz \ | |||
| 10 | SRC_URI[md5sum] = "961ca5db6fe9c97024e133cc6203cc4d" | 10 | SRC_URI[md5sum] = "961ca5db6fe9c97024e133cc6203cc4d" |
| 11 | SRC_URI[sha256sum] = "b399465ddbd6d0217abedd9411d9d74a820effa0a6a142adc448268d3920094f" | 11 | SRC_URI[sha256sum] = "b399465ddbd6d0217abedd9411d9d74a820effa0a6a142adc448268d3920094f" |
| 12 | 12 | ||
| 13 | inherit distro_features_check autotools-brokensep pkgconfig | 13 | inherit features_check autotools-brokensep pkgconfig |
| 14 | 14 | ||
| 15 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-core/dbus/dbus-broker_21.bb b/meta-oe/recipes-core/dbus/dbus-broker_21.bb index d639abb429..98c50c4b21 100644 --- a/meta-oe/recipes-core/dbus/dbus-broker_21.bb +++ b/meta-oe/recipes-core/dbus/dbus-broker_21.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI += " file://0004-launcher-fix-build-with-musl-libc.patch" | |||
| 14 | SRC_URI[md5sum] = "a17886a92ab1e0bc2e4b1a274339e388" | 14 | SRC_URI[md5sum] = "a17886a92ab1e0bc2e4b1a274339e388" |
| 15 | SRC_URI[sha256sum] = "6fff9a831a514659e2c7d704e76867ce31ebcf43e8d7a62e080c6656f64cd39e" | 15 | SRC_URI[sha256sum] = "6fff9a831a514659e2c7d704e76867ce31ebcf43e8d7a62e080c6656f64cd39e" |
| 16 | 16 | ||
| 17 | inherit meson pkgconfig systemd distro_features_check | 17 | inherit meson pkgconfig systemd features_check |
| 18 | 18 | ||
| 19 | DEPENDS = "expat systemd" | 19 | DEPENDS = "expat systemd" |
| 20 | DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" | 20 | DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" |
diff --git a/meta-oe/recipes-devtools/geany/geany-plugins_1.36.bb b/meta-oe/recipes-devtools/geany/geany-plugins_1.36.bb index f768998450..c43d23b347 100644 --- a/meta-oe/recipes-devtools/geany/geany-plugins_1.36.bb +++ b/meta-oe/recipes-devtools/geany/geany-plugins_1.36.bb | |||
| @@ -24,7 +24,7 @@ DEPENDS = " \ | |||
| 24 | libgit2 \ | 24 | libgit2 \ |
| 25 | " | 25 | " |
| 26 | 26 | ||
| 27 | inherit distro_features_check autotools pkgconfig gtk-icon-cache | 27 | inherit features_check autotools pkgconfig gtk-icon-cache |
| 28 | 28 | ||
| 29 | REQUIRED_DISTRO_FEATURES = "x11" | 29 | REQUIRED_DISTRO_FEATURES = "x11" |
| 30 | 30 | ||
diff --git a/meta-oe/recipes-devtools/geany/geany_1.36.bb b/meta-oe/recipes-devtools/geany/geany_1.36.bb index 193c198a18..0d29b138a9 100644 --- a/meta-oe/recipes-devtools/geany/geany_1.36.bb +++ b/meta-oe/recipes-devtools/geany/geany_1.36.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5" | |||
| 5 | 5 | ||
| 6 | DEPENDS = "gtk+3 libxml-parser-perl-native python3-docutils-native intltool-native" | 6 | DEPENDS = "gtk+3 libxml-parser-perl-native python3-docutils-native intltool-native" |
| 7 | 7 | ||
| 8 | inherit distro_features_check autotools pkgconfig perlnative pythonnative gettext | 8 | inherit features_check autotools pkgconfig perlnative pythonnative gettext |
| 9 | 9 | ||
| 10 | REQUIRED_DISTRO_FEATURES = "x11" | 10 | REQUIRED_DISTRO_FEATURES = "x11" |
| 11 | 11 | ||
diff --git a/meta-oe/recipes-devtools/glade/glade_3.22.1.bb b/meta-oe/recipes-devtools/glade/glade_3.22.1.bb index bd4b586f1b..cdd7057b39 100644 --- a/meta-oe/recipes-devtools/glade/glade_3.22.1.bb +++ b/meta-oe/recipes-devtools/glade/glade_3.22.1.bb | |||
| @@ -9,7 +9,7 @@ DEPENDS = "gtk+ gtk+3 glib-2.0 libxml2 intltool-native \ | |||
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | 11 | ||
| 12 | inherit distro_features_check autotools pkgconfig gnomebase gobject-introspection | 12 | inherit features_check autotools pkgconfig gnomebase gobject-introspection |
| 13 | 13 | ||
| 14 | REQUIRED_DISTRO_FEATURES = "x11" | 14 | REQUIRED_DISTRO_FEATURES = "x11" |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-devtools/tcltk/tk_8.6.9.bb b/meta-oe/recipes-devtools/tcltk/tk_8.6.9.bb index 459ae8253b..3d77670749 100644 --- a/meta-oe/recipes-devtools/tcltk/tk_8.6.9.bb +++ b/meta-oe/recipes-devtools/tcltk/tk_8.6.9.bb | |||
| @@ -35,7 +35,7 @@ S = "${WORKDIR}/${BPN}${PV}/unix" | |||
| 35 | VER = "${@os.path.splitext(d.getVar('PV'))[0]}" | 35 | VER = "${@os.path.splitext(d.getVar('PV'))[0]}" |
| 36 | 36 | ||
| 37 | LDFLAGS += "-Wl,-rpath,${libdir}/tcltk/${PV}/lib" | 37 | LDFLAGS += "-Wl,-rpath,${libdir}/tcltk/${PV}/lib" |
| 38 | inherit autotools distro_features_check | 38 | inherit autotools features_check |
| 39 | # depends on virtual/libx11 | 39 | # depends on virtual/libx11 |
| 40 | REQUIRED_DISTRO_FEATURES = "x11" | 40 | REQUIRED_DISTRO_FEATURES = "x11" |
| 41 | 41 | ||
diff --git a/meta-oe/recipes-extended/boinc/boinc-client_7.12.bb b/meta-oe/recipes-extended/boinc/boinc-client_7.12.bb index e505bb4c5f..d472d3269e 100644 --- a/meta-oe/recipes-extended/boinc/boinc-client_7.12.bb +++ b/meta-oe/recipes-extended/boinc/boinc-client_7.12.bb | |||
| @@ -37,7 +37,7 @@ SRC_URI = "git://github.com/BOINC/boinc;protocol=https;branch=${BRANCH} \ | |||
| 37 | file://gtk-configure.patch \ | 37 | file://gtk-configure.patch \ |
| 38 | " | 38 | " |
| 39 | 39 | ||
| 40 | inherit gettext autotools pkgconfig distro_features_check systemd | 40 | inherit gettext autotools pkgconfig features_check systemd |
| 41 | 41 | ||
| 42 | REQUIRED_DISTRO_FEATURES += "opengl" | 42 | REQUIRED_DISTRO_FEATURES += "opengl" |
| 43 | 43 | ||
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot_5.2.2.bb b/meta-oe/recipes-extended/gnuplot/gnuplot_5.2.2.bb index f9fd8ae88e..898627bc17 100644 --- a/meta-oe/recipes-extended/gnuplot/gnuplot_5.2.2.bb +++ b/meta-oe/recipes-extended/gnuplot/gnuplot_5.2.2.bb | |||
| @@ -7,7 +7,7 @@ LICENSE = "gnuplot" | |||
| 7 | LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f" | 7 | LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f" |
| 8 | DEPENDS = "${BPN}-native virtual/libx11 gd readline" | 8 | DEPENDS = "${BPN}-native virtual/libx11 gd readline" |
| 9 | 9 | ||
| 10 | inherit autotools distro_features_check | 10 | inherit autotools features_check |
| 11 | # depends on virtual/libx11 | 11 | # depends on virtual/libx11 |
| 12 | REQUIRED_DISTRO_FEATURES = "x11" | 12 | REQUIRED_DISTRO_FEATURES = "x11" |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-extended/icewm/icewm_1.5.5.bb b/meta-oe/recipes-extended/icewm/icewm_1.5.5.bb index 63fca1dd11..fe6de008f9 100644 --- a/meta-oe/recipes-extended/icewm/icewm_1.5.5.bb +++ b/meta-oe/recipes-extended/icewm/icewm_1.5.5.bb | |||
| @@ -8,7 +8,7 @@ SRC_URI = "https://github.com/ice-wm/${BPN}/releases/download/${PV}/${BPN}-${PV} | |||
| 8 | SRC_URI[md5sum] = "6eba94a7935a0531d2c14eeb1426aeef" | 8 | SRC_URI[md5sum] = "6eba94a7935a0531d2c14eeb1426aeef" |
| 9 | SRC_URI[sha256sum] = "f1c1344b20a9e8635143f70ee27930b55f813c15ca61f84d77584d311b6ac027" | 9 | SRC_URI[sha256sum] = "f1c1344b20a9e8635143f70ee27930b55f813c15ca61f84d77584d311b6ac027" |
| 10 | 10 | ||
| 11 | inherit autotools pkgconfig gettext perlnative distro_features_check qemu | 11 | inherit autotools pkgconfig gettext perlnative features_check qemu |
| 12 | REQUIRED_DISTRO_FEATURES = "x11" | 12 | REQUIRED_DISTRO_FEATURES = "x11" |
| 13 | 13 | ||
| 14 | EXTRA_OECONF += "--with-libdir=${datadir}/icewm \ | 14 | EXTRA_OECONF += "--with-libdir=${datadir}/icewm \ |
diff --git a/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb b/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb index 7e4c330a19..8a2886b8cd 100644 --- a/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb +++ b/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb | |||
| @@ -26,6 +26,6 @@ file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | |||
| 26 | EXTRA_OECONF = " --disable-static --disable-rebuilds --enable-compile-warnings=minimum" | 26 | EXTRA_OECONF = " --disable-static --disable-rebuilds --enable-compile-warnings=minimum" |
| 27 | DEPENDS += "gtk+ glib-2.0 glib-2.0-native ruby-native intltool-native gnome-common-native" | 27 | DEPENDS += "gtk+ glib-2.0 glib-2.0-native ruby-native intltool-native gnome-common-native" |
| 28 | 28 | ||
| 29 | inherit distro_features_check autotools pkgconfig gettext | 29 | inherit features_check autotools pkgconfig gettext |
| 30 | 30 | ||
| 31 | REQUIRED_DISTRO_FEATURES = "x11" | 31 | REQUIRED_DISTRO_FEATURES = "x11" |
diff --git a/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb b/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb index e50226e276..4276c49173 100644 --- a/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb +++ b/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb | |||
| @@ -23,7 +23,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | |||
| 23 | 23 | ||
| 24 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
| 25 | 25 | ||
| 26 | inherit distro_features_check | 26 | inherit features_check |
| 27 | REQUIRED_DISTRO_FEATURES = "systemd" | 27 | REQUIRED_DISTRO_FEATURES = "systemd" |
| 28 | 28 | ||
| 29 | inherit gettext autotools python3native pkgconfig | 29 | inherit gettext autotools python3native pkgconfig |
diff --git a/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb b/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb index 2c31a21c0e..401c2c4dab 100644 --- a/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb +++ b/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb | |||
| @@ -12,7 +12,7 @@ DEPENDS = "freetype libpng jpeg expat gtk+" | |||
| 12 | 12 | ||
| 13 | BBCLASSEXTEND = "native" | 13 | BBCLASSEXTEND = "native" |
| 14 | 14 | ||
| 15 | inherit distro_features_check autotools pkgconfig | 15 | inherit features_check autotools pkgconfig |
| 16 | 16 | ||
| 17 | REQUIRED_DISTRO_FEATURES = "x11" | 17 | REQUIRED_DISTRO_FEATURES = "x11" |
| 18 | 18 | ||
diff --git a/meta-oe/recipes-extended/mozjs/mozjs_60.5.2.bb b/meta-oe/recipes-extended/mozjs/mozjs_60.5.2.bb index 33142d6fe5..41a79daf4c 100644 --- a/meta-oe/recipes-extended/mozjs/mozjs_60.5.2.bb +++ b/meta-oe/recipes-extended/mozjs/mozjs_60.5.2.bb | |||
| @@ -31,7 +31,7 @@ SRC_URI[sha256sum] = "f51039c997415fd0f13f8e01966b4a8ff80cbf90deb8b14c18827104a3 | |||
| 31 | 31 | ||
| 32 | inherit autotools pkgconfig perlnative pythonnative | 32 | inherit autotools pkgconfig perlnative pythonnative |
| 33 | 33 | ||
| 34 | inherit distro_features_check | 34 | inherit features_check |
| 35 | CONFLICT_DISTRO_FEATURES_mipsarchn32 = "ld-is-gold" | 35 | CONFLICT_DISTRO_FEATURES_mipsarchn32 = "ld-is-gold" |
| 36 | 36 | ||
| 37 | DEPENDS += "nspr zlib python-six-native python-pytoml-native \ | 37 | DEPENDS += "nspr zlib python-six-native python-pytoml-native \ |
diff --git a/meta-oe/recipes-extended/openwsman/openwsman_2.6.11.bb b/meta-oe/recipes-extended/openwsman/openwsman_2.6.11.bb index 16a83a4be3..9d5a2307e7 100644 --- a/meta-oe/recipes-extended/openwsman/openwsman_2.6.11.bb +++ b/meta-oe/recipes-extended/openwsman/openwsman_2.6.11.bb | |||
| @@ -12,7 +12,7 @@ SECTION = "Applications/System" | |||
| 12 | 12 | ||
| 13 | DEPENDS = "curl libxml2 openssl libpam" | 13 | DEPENDS = "curl libxml2 openssl libpam" |
| 14 | 14 | ||
| 15 | inherit distro_features_check | 15 | inherit features_check |
| 16 | REQUIRED_DISTRO_FEATURES = "pam" | 16 | REQUIRED_DISTRO_FEATURES = "pam" |
| 17 | 17 | ||
| 18 | SRCREV = "d8eba6cb6682b59d84ca1da67a523520b879ade6" | 18 | SRCREV = "d8eba6cb6682b59d84ca1da67a523520b879ade6" |
diff --git a/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb b/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb index 95d879dc67..9838e75ef5 100644 --- a/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb +++ b/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
| 6 | 6 | ||
| 7 | DEPENDS = "libpam openssl db" | 7 | DEPENDS = "libpam openssl db" |
| 8 | 8 | ||
| 9 | inherit distro_features_check | 9 | inherit features_check |
| 10 | REQUIRED_DISTRO_FEATURES = "pam" | 10 | REQUIRED_DISTRO_FEATURES = "pam" |
| 11 | 11 | ||
| 12 | SRCREV = "e2145df09469bf84878e4729b4ecd814efb797d1" | 12 | SRCREV = "e2145df09469bf84878e4729b4ecd814efb797d1" |
diff --git a/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb b/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb index 2fdadcbc9f..6864cc3174 100644 --- a/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb +++ b/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=41ab94182d94be9bb35e2a8b933f1e7d" | |||
| 7 | 7 | ||
| 8 | DEPENDS = "libpam openldap" | 8 | DEPENDS = "libpam openldap" |
| 9 | 9 | ||
| 10 | inherit distro_features_check | 10 | inherit features_check |
| 11 | REQUIRED_DISTRO_FEATURES = "pam" | 11 | REQUIRED_DISTRO_FEATURES = "pam" |
| 12 | 12 | ||
| 13 | SRCREV = "84d7b260f1ae6857ae36e014c9a5968e8aa1cbe8" | 13 | SRCREV = "84d7b260f1ae6857ae36e014c9a5968e8aa1cbe8" |
diff --git a/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb b/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb index ac7fa4bbf7..41b4d0d309 100644 --- a/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb +++ b/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb | |||
| @@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "3c53d358d6eaed1b211239df017c27c6f9970995d14102ae67bae16d4f | |||
| 16 | 16 | ||
| 17 | DEPENDS += "libpam openssl" | 17 | DEPENDS += "libpam openssl" |
| 18 | 18 | ||
| 19 | inherit distro_features_check | 19 | inherit features_check |
| 20 | REQUIRED_DISTRO_FEATURES = "pam" | 20 | REQUIRED_DISTRO_FEATURES = "pam" |
| 21 | 21 | ||
| 22 | # This gets us ssh-agent, which we are almost certain to want. | 22 | # This gets us ssh-agent, which we are almost certain to want. |
diff --git a/meta-oe/recipes-extended/polkit/polkit-group-rule.inc b/meta-oe/recipes-extended/polkit/polkit-group-rule.inc index 8ced8abe59..e38e344c14 100644 --- a/meta-oe/recipes-extended/polkit/polkit-group-rule.inc +++ b/meta-oe/recipes-extended/polkit/polkit-group-rule.inc | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # polkit must prepare polkitd group | 1 | # polkit must prepare polkitd group |
| 2 | DEPENDS += "polkit" | 2 | DEPENDS += "polkit" |
| 3 | 3 | ||
| 4 | inherit distro_features_check | 4 | inherit features_check |
| 5 | REQUIRED_DISTRO_FEATURES = "polkit" | 5 | REQUIRED_DISTRO_FEATURES = "polkit" |
| 6 | 6 | ||
| 7 | inherit useradd | 7 | inherit useradd |
diff --git a/meta-oe/recipes-extended/polkit/polkit_0.116.bb b/meta-oe/recipes-extended/polkit/polkit_0.116.bb index 8754383efa..ad1973b136 100644 --- a/meta-oe/recipes-extended/polkit/polkit_0.116.bb +++ b/meta-oe/recipes-extended/polkit/polkit_0.116.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \ | |||
| 7 | 7 | ||
| 8 | DEPENDS = "expat glib-2.0 intltool-native mozjs" | 8 | DEPENDS = "expat glib-2.0 intltool-native mozjs" |
| 9 | 9 | ||
| 10 | inherit autotools gtk-doc pkgconfig useradd systemd gobject-introspection distro_features_check | 10 | inherit autotools gtk-doc pkgconfig useradd systemd gobject-introspection features_check |
| 11 | 11 | ||
| 12 | REQUIRED_DISTRO_FEATURES = "polkit" | 12 | REQUIRED_DISTRO_FEATURES = "polkit" |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb index 91c50027d8..a527f773a6 100644 --- a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb +++ b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb | |||
| @@ -11,7 +11,7 @@ LICENSE = "EPL-1.0" | |||
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f300afd598546add034364cd0a533261" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f300afd598546add034364cd0a533261" |
| 12 | DEPENDS = "curl libpam openssl sblim-sfc-common unzip-native" | 12 | DEPENDS = "curl libpam openssl sblim-sfc-common unzip-native" |
| 13 | 13 | ||
| 14 | inherit distro_features_check | 14 | inherit features_check |
| 15 | REQUIRED_DISTRO_FEATURES = "pam" | 15 | REQUIRED_DISTRO_FEATURES = "pam" |
| 16 | 16 | ||
| 17 | SRC_URI = "http://downloads.sourceforge.net/sblim/${BP}.tar.bz2 \ | 17 | SRC_URI = "http://downloads.sourceforge.net/sblim/${BP}.tar.bz2 \ |
diff --git a/meta-oe/recipes-gnome/atk/atkmm_2.28.0.bb b/meta-oe/recipes-gnome/atk/atkmm_2.28.0.bb index e587e2a109..0e09c3a64b 100644 --- a/meta-oe/recipes-gnome/atk/atkmm_2.28.0.bb +++ b/meta-oe/recipes-gnome/atk/atkmm_2.28.0.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | |||
| 7 | 7 | ||
| 8 | DEPENDS = "atk glibmm" | 8 | DEPENDS = "atk glibmm" |
| 9 | 9 | ||
| 10 | inherit distro_features_check gnomebase autotools pkgconfig | 10 | inherit features_check gnomebase autotools pkgconfig |
| 11 | 11 | ||
| 12 | REQUIRED_DISTRO_FEATURES = "x11" | 12 | REQUIRED_DISTRO_FEATURES = "x11" |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-gnome/gnome-themes/gnome-themes-standard_3.28.bb b/meta-oe/recipes-gnome/gnome-themes/gnome-themes-standard_3.28.bb index 53eb32be90..2fa754e79d 100644 --- a/meta-oe/recipes-gnome/gnome-themes/gnome-themes-standard_3.28.bb +++ b/meta-oe/recipes-gnome/gnome-themes/gnome-themes-standard_3.28.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1" | |||
| 9 | # Upstream renamed this package to gnome-themes-extra at some point | 9 | # Upstream renamed this package to gnome-themes-extra at some point |
| 10 | BPN = "gnome-themes-extra" | 10 | BPN = "gnome-themes-extra" |
| 11 | 11 | ||
| 12 | inherit gnomebase gettext gtk-icon-cache upstream-version-is-even distro_features_check | 12 | inherit gnomebase gettext gtk-icon-cache upstream-version-is-even features_check |
| 13 | 13 | ||
| 14 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | 14 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-gnome/gtk+/gtk+.inc b/meta-oe/recipes-gnome/gtk+/gtk+.inc index d6d14a79d5..ccbcfc8da4 100644 --- a/meta-oe/recipes-gnome/gtk+/gtk+.inc +++ b/meta-oe/recipes-gnome/gtk+/gtk+.inc | |||
| @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | |||
| 10 | 10 | ||
| 11 | SECTION = "libs" | 11 | SECTION = "libs" |
| 12 | 12 | ||
| 13 | inherit distro_features_check | 13 | inherit features_check |
| 14 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | 14 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" |
| 15 | 15 | ||
| 16 | # This picks stable releases in the 2.x series (but not 2.90 onwards, | 16 | # This picks stable releases in the 2.x series (but not 2.90 onwards, |
diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.2.bb b/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.2.bb index 4ded679012..adc38d8cff 100644 --- a/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.2.bb +++ b/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.2.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS = "atkmm pangomm glibmm gtk+3 cairomm" | |||
| 10 | 10 | ||
| 11 | BPN = "gtkmm" | 11 | BPN = "gtkmm" |
| 12 | 12 | ||
| 13 | inherit gnomebase distro_features_check | 13 | inherit gnomebase features_check |
| 14 | 14 | ||
| 15 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb b/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb index b780d09bc3..bb179447b8 100644 --- a/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb +++ b/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb | |||
| @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ | |||
| 8 | 8 | ||
| 9 | DEPENDS = "atkmm pangomm glibmm gtk+ cairomm" | 9 | DEPENDS = "atkmm pangomm glibmm gtk+ cairomm" |
| 10 | 10 | ||
| 11 | inherit gnomebase distro_features_check | 11 | inherit gnomebase features_check |
| 12 | 12 | ||
| 13 | REQUIRED_DISTRO_FEATURES = "x11" | 13 | REQUIRED_DISTRO_FEATURES = "x11" |
| 14 | 14 | ||
diff --git a/meta-oe/recipes-gnome/vte9/vte9.inc b/meta-oe/recipes-gnome/vte9/vte9.inc index d860d44e24..14d194004e 100644 --- a/meta-oe/recipes-gnome/vte9/vte9.inc +++ b/meta-oe/recipes-gnome/vte9/vte9.inc | |||
| @@ -8,7 +8,7 @@ RDEPENDS_libvte = "vte-termcap" | |||
| 8 | GNOMEBN = "vte" | 8 | GNOMEBN = "vte" |
| 9 | S = "${WORKDIR}/vte-${PV}" | 9 | S = "${WORKDIR}/vte-${PV}" |
| 10 | 10 | ||
| 11 | inherit gnomebase gtk-doc distro_features_check upstream-version-is-even gobject-introspection | 11 | inherit gnomebase gtk-doc features_check upstream-version-is-even gobject-introspection |
| 12 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | 12 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" |
| 13 | 13 | ||
| 14 | EXTRA_OECONF = "--disable-python" | 14 | EXTRA_OECONF = "--disable-python" |
diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb index 25c2ce81f8..99c108da10 100644 --- a/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb +++ b/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \ | |||
| 9 | DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool uthash gettext-native" | 9 | DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool uthash gettext-native" |
| 10 | DEPENDS_append_class-target = " libxi" | 10 | DEPENDS_append_class-target = " libxi" |
| 11 | 11 | ||
| 12 | inherit autotools pkgconfig pythonnative distro_features_check gettext gtk-icon-cache mime | 12 | inherit autotools pkgconfig pythonnative features_check gettext gtk-icon-cache mime |
| 13 | 13 | ||
| 14 | REQUIRED_DISTRO_FEATURES_append_class-target = " x11" | 14 | REQUIRED_DISTRO_FEATURES_append_class-target = " x11" |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-graphics/freeglut/freeglut_3.0.0.bb b/meta-oe/recipes-graphics/freeglut/freeglut_3.0.0.bb index d54fafc8d4..3b540bb789 100644 --- a/meta-oe/recipes-graphics/freeglut/freeglut_3.0.0.bb +++ b/meta-oe/recipes-graphics/freeglut/freeglut_3.0.0.bb | |||
| @@ -7,7 +7,7 @@ SRC_URI = "https://sourceforge.net/projects/${BPN}/files/${BPN}/${PV}/${BPN}-${P | |||
| 7 | SRC_URI[md5sum] = "90c3ca4dd9d51cf32276bc5344ec9754" | 7 | SRC_URI[md5sum] = "90c3ca4dd9d51cf32276bc5344ec9754" |
| 8 | SRC_URI[sha256sum] = "2a43be8515b01ea82bcfa17d29ae0d40bd128342f0930cd1f375f1ff999f76a2" | 8 | SRC_URI[sha256sum] = "2a43be8515b01ea82bcfa17d29ae0d40bd128342f0930cd1f375f1ff999f76a2" |
| 9 | 9 | ||
| 10 | inherit cmake distro_features_check | 10 | inherit cmake features_check |
| 11 | 11 | ||
| 12 | # depends on virtual/libx11, virtual/libgl | 12 | # depends on virtual/libx11, virtual/libgl |
| 13 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | 13 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
diff --git a/meta-oe/recipes-graphics/ftgl/ftgl_2.1.3-rc5.bb b/meta-oe/recipes-graphics/ftgl/ftgl_2.1.3-rc5.bb index 343c983c3d..65f72747cc 100644 --- a/meta-oe/recipes-graphics/ftgl/ftgl_2.1.3-rc5.bb +++ b/meta-oe/recipes-graphics/ftgl/ftgl_2.1.3-rc5.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://sourceforge.net/projects/ftgl/" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=527a83e92c7bf363025380eec05df6e4" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=527a83e92c7bf363025380eec05df6e4" |
| 5 | 5 | ||
| 6 | inherit autotools pkgconfig distro_features_check | 6 | inherit autotools pkgconfig features_check |
| 7 | 7 | ||
| 8 | REQUIRED_DISTRO_FEATURES = "opengl x11" | 8 | REQUIRED_DISTRO_FEATURES = "opengl x11" |
| 9 | 9 | ||
diff --git a/meta-oe/recipes-graphics/fvwm/fvwm_2.6.8.bb b/meta-oe/recipes-graphics/fvwm/fvwm_2.6.8.bb index e1c3158bb0..b3cb01aaa7 100644 --- a/meta-oe/recipes-graphics/fvwm/fvwm_2.6.8.bb +++ b/meta-oe/recipes-graphics/fvwm/fvwm_2.6.8.bb | |||
| @@ -42,7 +42,7 @@ SRCREV = "dc6a396bfe5cd6c53eb1df103c3af505d0899f90" | |||
| 42 | 42 | ||
| 43 | S = "${WORKDIR}/git" | 43 | S = "${WORKDIR}/git" |
| 44 | 44 | ||
| 45 | inherit autotools gettext update-alternatives pkgconfig pythonnative perlnative distro_features_check | 45 | inherit autotools gettext update-alternatives pkgconfig pythonnative perlnative features_check |
| 46 | # depends on virtual/libx11 | 46 | # depends on virtual/libx11 |
| 47 | REQUIRED_DISTRO_FEATURES = "x11" | 47 | REQUIRED_DISTRO_FEATURES = "x11" |
| 48 | 48 | ||
diff --git a/meta-oe/recipes-graphics/gegl/gegl_0.3.18.bb b/meta-oe/recipes-graphics/gegl/gegl_0.3.18.bb index 0053c0c689..0db0f793d5 100644 --- a/meta-oe/recipes-graphics/gegl/gegl_0.3.18.bb +++ b/meta-oe/recipes-graphics/gegl/gegl_0.3.18.bb | |||
| @@ -5,7 +5,7 @@ DEPENDS = "babl librsvg glib-2.0 gtk+ pango cairo expat zlib libpng jpeg virtual | |||
| 5 | 5 | ||
| 6 | EXTRA_OECONF = "--disable-docs" | 6 | EXTRA_OECONF = "--disable-docs" |
| 7 | 7 | ||
| 8 | inherit distro_features_check gnomebase vala gobject-introspection | 8 | inherit features_check gnomebase vala gobject-introspection |
| 9 | 9 | ||
| 10 | REQUIRED_DISTRO_FEATURES = "x11" | 10 | REQUIRED_DISTRO_FEATURES = "x11" |
| 11 | 11 | ||
diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb index 1d64910fd8..024534508c 100644 --- a/meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb +++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb | |||
| @@ -25,7 +25,7 @@ DEPENDS = " \ | |||
| 25 | " | 25 | " |
| 26 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}" | 26 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}" |
| 27 | 27 | ||
| 28 | inherit distro_features_check gnomebase gtk-icon-cache gtk-doc | 28 | inherit features_check gnomebase gtk-icon-cache gtk-doc |
| 29 | 29 | ||
| 30 | REQUIRED_DISTRO_FEATURES = "x11" | 30 | REQUIRED_DISTRO_FEATURES = "x11" |
| 31 | 31 | ||
diff --git a/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb b/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb index 4094513b29..6fe258271d 100644 --- a/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb +++ b/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb | |||
| @@ -16,7 +16,7 @@ DEPENDS = "gtk+" | |||
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/${BPN}" | 17 | S = "${WORKDIR}/${BPN}" |
| 18 | 18 | ||
| 19 | inherit distro_features_check autotools binconfig pkgconfig gettext | 19 | inherit features_check autotools binconfig pkgconfig gettext |
| 20 | 20 | ||
| 21 | REQUIRED_DISTRO_FEATURES = "x11" | 21 | REQUIRED_DISTRO_FEATURES = "x11" |
| 22 | 22 | ||
diff --git a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.102.bb b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.102.bb index 1644e38daf..cd3b6629e4 100644 --- a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.102.bb +++ b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.102.bb | |||
| @@ -15,7 +15,7 @@ DEPENDS = "tcl tk gperf-native bzip2 xz pango zlib gtk+ gdk-pixbuf glib-2.0" | |||
| 15 | RDEPENDS_${PN} = "tk-lib" | 15 | RDEPENDS_${PN} = "tk-lib" |
| 16 | 16 | ||
| 17 | # depends on gtk+ which has this restriction | 17 | # depends on gtk+ which has this restriction |
| 18 | inherit distro_features_check | 18 | inherit features_check |
| 19 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | 19 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" |
| 20 | 20 | ||
| 21 | EXTRA_OECONF = "--with-tcl=${STAGING_BINDIR_CROSS} --with-tk=${STAGING_BINDIR_CROSS} --with-tirpc" | 21 | EXTRA_OECONF = "--with-tcl=${STAGING_BINDIR_CROSS} --with-tk=${STAGING_BINDIR_CROSS} --with-tirpc" |
diff --git a/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb b/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb index 5d33185900..999d53d4a9 100644 --- a/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb +++ b/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI = "http://download.savannah.nongnu.org/releases/xforms/xforms-${PV}.tar. | |||
| 14 | SRC_URI[md5sum] = "235720a758a8b8d9e6e452dc67190e9b" | 14 | SRC_URI[md5sum] = "235720a758a8b8d9e6e452dc67190e9b" |
| 15 | SRC_URI[sha256sum] = "7989b39598c769820ad451ad91e5cb0de29946940c8240aac94ca8238c2def61" | 15 | SRC_URI[sha256sum] = "7989b39598c769820ad451ad91e5cb0de29946940c8240aac94ca8238c2def61" |
| 16 | 16 | ||
| 17 | inherit autotools distro_features_check | 17 | inherit autotools features_check |
| 18 | 18 | ||
| 19 | REQUIRED_DISTRO_FEATURES = "opengl x11" | 19 | REQUIRED_DISTRO_FEATURES = "opengl x11" |
| 20 | 20 | ||
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.14.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.14.bb index 4601593ad8..6224ad3e75 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.14.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.14.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "34db5e20bcf64e7071fe9ae25acaa7d72bdc4f11ab3ce59acc768ab62f | |||
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/SDL2_ttf-${PV}" | 15 | S = "${WORKDIR}/SDL2_ttf-${PV}" |
| 16 | 16 | ||
| 17 | inherit autotools pkgconfig distro_features_check | 17 | inherit autotools pkgconfig features_check |
| 18 | 18 | ||
| 19 | # links to libGL.so | 19 | # links to libGL.so |
| 20 | REQUIRED_DISTRO_FEATURES += "x11 opengl" | 20 | REQUIRED_DISTRO_FEATURES += "x11 opengl" |
diff --git a/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb b/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb index 701266bccd..db4767bb30 100644 --- a/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb +++ b/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb | |||
| @@ -22,7 +22,7 @@ DEPENDS_append_libc-musl = " libexecinfo" | |||
| 22 | # combine oe-core way with angstrom DISTRO_TYPE | 22 | # combine oe-core way with angstrom DISTRO_TYPE |
| 23 | DISTRO_TYPE ?= "${@bb.utils.contains("IMAGE_FEATURES", "debug-tweaks", "debug", "",d)}" | 23 | DISTRO_TYPE ?= "${@bb.utils.contains("IMAGE_FEATURES", "debug-tweaks", "debug", "",d)}" |
| 24 | 24 | ||
| 25 | inherit autotools pkgconfig gettext systemd distro_features_check | 25 | inherit autotools pkgconfig gettext systemd features_check |
| 26 | # depends on virtual/libx11 | 26 | # depends on virtual/libx11 |
| 27 | REQUIRED_DISTRO_FEATURES = "x11" | 27 | REQUIRED_DISTRO_FEATURES = "x11" |
| 28 | 28 | ||
diff --git a/meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb b/meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb index 08d7f5b52a..ac2634d8ed 100644 --- a/meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb +++ b/meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/numlockx/numlockx-${PV}.tar.g | |||
| 10 | SRC_URI[md5sum] = "be9109370447eae23f6f3f8527bb1a67" | 10 | SRC_URI[md5sum] = "be9109370447eae23f6f3f8527bb1a67" |
| 11 | SRC_URI[sha256sum] = "e468eb9121c94c9089dc6a287eeb347e900ce04a14be37da29d7696cbce772e4" | 11 | SRC_URI[sha256sum] = "e468eb9121c94c9089dc6a287eeb347e900ce04a14be37da29d7696cbce772e4" |
| 12 | 12 | ||
| 13 | inherit autotools distro_features_check | 13 | inherit autotools features_check |
| 14 | # depends on virtual/libx11 | 14 | # depends on virtual/libx11 |
| 15 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb index 9af3798aa1..33f34e4282 100644 --- a/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb +++ b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb | |||
| @@ -12,7 +12,7 @@ SRC_URI = " \ | |||
| 12 | SRC_URI[md5sum] = "b72794996c6a3ad94634727b95f9d204" | 12 | SRC_URI[md5sum] = "b72794996c6a3ad94634727b95f9d204" |
| 13 | SRC_URI[sha256sum] = "8b4ac0760018c77c0044fab06a4f0c510ba87eae934d9983b10878483bde7ef7" | 13 | SRC_URI[sha256sum] = "8b4ac0760018c77c0044fab06a4f0c510ba87eae934d9983b10878483bde7ef7" |
| 14 | 14 | ||
| 15 | inherit autotools gettext update-alternatives pkgconfig distro_features_check | 15 | inherit autotools gettext update-alternatives pkgconfig features_check |
| 16 | # depends on virtual/libx11 | 16 | # depends on virtual/libx11 |
| 17 | REQUIRED_DISTRO_FEATURES = "x11" | 17 | REQUIRED_DISTRO_FEATURES = "x11" |
| 18 | 18 | ||
diff --git a/meta-oe/recipes-graphics/pango/pangomm_2.42.0.bb b/meta-oe/recipes-graphics/pango/pangomm_2.42.0.bb index 8a85db4754..35e71ab42e 100644 --- a/meta-oe/recipes-graphics/pango/pangomm_2.42.0.bb +++ b/meta-oe/recipes-graphics/pango/pangomm_2.42.0.bb | |||
| @@ -12,7 +12,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/pangomm/${SHRT_VER}/pangomm-${ | |||
| 12 | SRC_URI[md5sum] = "6cffedf2225c4e72645a7d757fb5b832" | 12 | SRC_URI[md5sum] = "6cffedf2225c4e72645a7d757fb5b832" |
| 13 | SRC_URI[sha256sum] = "ca6da067ff93a6445780c0b4b226eb84f484ab104b8391fb744a45cbc7edbf56" | 13 | SRC_URI[sha256sum] = "ca6da067ff93a6445780c0b4b226eb84f484ab104b8391fb744a45cbc7edbf56" |
| 14 | 14 | ||
| 15 | inherit distro_features_check autotools pkgconfig | 15 | inherit features_check autotools pkgconfig |
| 16 | 16 | ||
| 17 | REQUIRED_DISTRO_FEATURES = "x11" | 17 | REQUIRED_DISTRO_FEATURES = "x11" |
| 18 | 18 | ||
diff --git a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.4.bb b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.4.bb index 684a204ead..784f6fbb8c 100644 --- a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.4.bb +++ b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.4.bb | |||
| @@ -14,7 +14,7 @@ DEPENDS += "virtual/libx11 virtual/libgl libxcb xcb-util-keysyms vim-native" | |||
| 14 | 14 | ||
| 15 | RDEPENDS_${PN} = "libxcb xcb-util-keysyms" | 15 | RDEPENDS_${PN} = "libxcb xcb-util-keysyms" |
| 16 | 16 | ||
| 17 | inherit cmake python3native distro_features_check | 17 | inherit cmake python3native features_check |
| 18 | 18 | ||
| 19 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | 19 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
| 20 | 20 | ||
diff --git a/meta-oe/recipes-graphics/surf/surf_2.0.bb b/meta-oe/recipes-graphics/surf/surf_2.0.bb index 5b03f8bcef..9932d0a1c4 100644 --- a/meta-oe/recipes-graphics/surf/surf_2.0.bb +++ b/meta-oe/recipes-graphics/surf/surf_2.0.bb | |||
| @@ -16,7 +16,7 @@ SRCREV = "b814567e2bf8bda07cea8de1c7a062f4aa437b65" | |||
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
| 19 | inherit pkgconfig distro_features_check | 19 | inherit pkgconfig features_check |
| 20 | 20 | ||
| 21 | TARGET_CC_ARCH += "${LDFLAGS}" | 21 | TARGET_CC_ARCH += "${LDFLAGS}" |
| 22 | 22 | ||
diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.9.0.bb b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.9.0.bb index f3dc89972c..d0ee2a50ec 100644 --- a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.9.0.bb +++ b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.9.0.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENCE.TXT;md5=75b02c2872421380bbd47781d2bd75d3" | |||
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
| 12 | inherit distro_features_check | 12 | inherit features_check |
| 13 | REQUIRED_DISTRO_FEATURES = "x11" | 13 | REQUIRED_DISTRO_FEATURES = "x11" |
| 14 | 14 | ||
| 15 | inherit autotools cmake | 15 | inherit autotools cmake |
diff --git a/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.5.bb b/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.5.bb index a566bc18a3..7e22038f24 100644 --- a/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.5.bb +++ b/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.5.bb | |||
| @@ -9,7 +9,7 @@ SRC_URI = "git://github.com/Airblader/unclutter-xfixes.git \ | |||
| 9 | file://0001-build-use-autotools.patch" | 9 | file://0001-build-use-autotools.patch" |
| 10 | SRCREV = "10fd337bb77e4e93c3380f630a0555372778a948" | 10 | SRCREV = "10fd337bb77e4e93c3380f630a0555372778a948" |
| 11 | 11 | ||
| 12 | inherit autotools pkgconfig distro_features_check | 12 | inherit autotools pkgconfig features_check |
| 13 | 13 | ||
| 14 | REQUIRED_DISTRO_FEATURES = "x11" | 14 | REQUIRED_DISTRO_FEATURES = "x11" |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-graphics/vdpau/libvdpau_1.3.bb b/meta-oe/recipes-graphics/vdpau/libvdpau_1.3.bb index d96b50186a..240949f55c 100644 --- a/meta-oe/recipes-graphics/vdpau/libvdpau_1.3.bb +++ b/meta-oe/recipes-graphics/vdpau/libvdpau_1.3.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI = "git://anongit.freedesktop.org/vdpau/libvdpau" | |||
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
| 13 | inherit distro_features_check meson | 13 | inherit features_check meson |
| 14 | 14 | ||
| 15 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb b/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb index e4a0321357..d0c9f774fe 100644 --- a/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb +++ b/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb | |||
| @@ -23,7 +23,7 @@ DEPENDS = "\ | |||
| 23 | zlib \ | 23 | zlib \ |
| 24 | " | 24 | " |
| 25 | 25 | ||
| 26 | inherit pkgconfig autotools distro_features_check | 26 | inherit pkgconfig autotools features_check |
| 27 | 27 | ||
| 28 | ANY_OF_DISTRO_FEATURES = "x11 fbdev" | 28 | ANY_OF_DISTRO_FEATURES = "x11 fbdev" |
| 29 | 29 | ||
diff --git a/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.7.bb b/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.7.bb index 3f4bfaaf19..936d71b101 100644 --- a/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.7.bb +++ b/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.7.bb | |||
| @@ -7,7 +7,7 @@ SRC_URI = "http://xorg.freedesktop.org/archive/individual/app/${BPN}-${PV}.tar.b | |||
| 7 | SRC_URI[md5sum] = "25cc7ca1ce5dcbb61c2b471c55e686b5" | 7 | SRC_URI[md5sum] = "25cc7ca1ce5dcbb61c2b471c55e686b5" |
| 8 | SRC_URI[sha256sum] = "35b6f844b24f1776e9006c880a745728800764dbe3b327a128772b4610d8eb3d" | 8 | SRC_URI[sha256sum] = "35b6f844b24f1776e9006c880a745728800764dbe3b327a128772b4610d8eb3d" |
| 9 | 9 | ||
| 10 | inherit distro_features_check autotools pkgconfig | 10 | inherit features_check autotools pkgconfig |
| 11 | 11 | ||
| 12 | REQUIRED_DISTRO_FEATURES = "x11" | 12 | REQUIRED_DISTRO_FEATURES = "x11" |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb b/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb index b68e994ab2..aeae071dcb 100644 --- a/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb +++ b/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb | |||
| @@ -7,7 +7,7 @@ DEPENDS = "virtual/libx11 libxtst" | |||
| 7 | 7 | ||
| 8 | PR = "r1" | 8 | PR = "r1" |
| 9 | 9 | ||
| 10 | inherit distro_features_check pkgconfig | 10 | inherit features_check pkgconfig |
| 11 | # depends on virtual/libx11 | 11 | # depends on virtual/libx11 |
| 12 | REQUIRED_DISTRO_FEATURES = "x11" | 12 | REQUIRED_DISTRO_FEATURES = "x11" |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc b/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc index cb6b5ac773..958fecc116 100644 --- a/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc +++ b/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc | |||
| @@ -7,6 +7,6 @@ XORG_PN = "${BPN}" | |||
| 7 | SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.bz2" | 7 | SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.bz2" |
| 8 | S = "${WORKDIR}/${XORG_PN}-${PV}" | 8 | S = "${WORKDIR}/${XORG_PN}-${PV}" |
| 9 | 9 | ||
| 10 | inherit distro_features_check autotools pkgconfig | 10 | inherit features_check autotools pkgconfig |
| 11 | 11 | ||
| 12 | REQUIRED_DISTRO_FEATURES = "x11" | 12 | REQUIRED_DISTRO_FEATURES = "x11" |
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_19.0.1.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_19.0.1.bb index 971de731a2..4042150b1a 100644 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_19.0.1.bb +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_19.0.1.bb | |||
| @@ -9,7 +9,7 @@ DESCRIPTION = "Open-source X.org graphics driver for ATI Radeon graphics" | |||
| 9 | DEPENDS += "virtual/libx11 libxvmc drm \ | 9 | DEPENDS += "virtual/libx11 libxvmc drm \ |
| 10 | virtual/libgl xorgproto libpciaccess" | 10 | virtual/libgl xorgproto libpciaccess" |
| 11 | 11 | ||
| 12 | inherit distro_features_check | 12 | inherit features_check |
| 13 | REQUIRED_DISTRO_FEATURES += "opengl" | 13 | REQUIRED_DISTRO_FEATURES += "opengl" |
| 14 | 14 | ||
| 15 | SRC_URI[md5sum] = "47eccf71823206ade9629cba69de7ef6" | 15 | SRC_URI[md5sum] = "47eccf71823206ade9629cba69de7ef6" |
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.16.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.16.bb index 3966867ee3..5c9061a058 100644 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.16.bb +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.16.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS += "virtual/libx11 libxvmc drm xorgproto \ | |||
| 10 | virtual/libgl libpciaccess" | 10 | virtual/libgl libpciaccess" |
| 11 | RDEPENDS_${PN} += "xserver-xorg-module-exa" | 11 | RDEPENDS_${PN} += "xserver-xorg-module-exa" |
| 12 | 12 | ||
| 13 | inherit distro_features_check | 13 | inherit features_check |
| 14 | REQUIRED_DISTRO_FEATURES += "opengl" | 14 | REQUIRED_DISTRO_FEATURES += "opengl" |
| 15 | 15 | ||
| 16 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | 16 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |
diff --git a/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb index 29229bb510..d7dd109322 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util" | |||
| 10 | RDEPENDS_${PN} = "encodings font-util" | 10 | RDEPENDS_${PN} = "encodings font-util" |
| 11 | RDEPENDS_${PN}_class-native = "font-util-native" | 11 | RDEPENDS_${PN}_class-native = "font-util-native" |
| 12 | 12 | ||
| 13 | inherit distro_features_check | 13 | inherit features_check |
| 14 | # depends on bdftopcf-native -> virtual/libx11 | 14 | # depends on bdftopcf-native -> virtual/libx11 |
| 15 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb b/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb index 898850bbca..5c00b4b6ad 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util" | |||
| 10 | RDEPENDS_${PN} = "encodings font-util" | 10 | RDEPENDS_${PN} = "encodings font-util" |
| 11 | RDEPENDS_${PN}_class-native = "font-util-native" | 11 | RDEPENDS_${PN}_class-native = "font-util-native" |
| 12 | 12 | ||
| 13 | inherit distro_features_check | 13 | inherit features_check |
| 14 | # depends on bdftopcf-native -> virtual/libx11 | 14 | # depends on bdftopcf-native -> virtual/libx11 |
| 15 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb index 4976e527f2..f9bdaf366a 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS += "util-macros-native font-util-native bdftopcf-native font-util" | |||
| 10 | RDEPENDS_${PN} = "encodings font-util" | 10 | RDEPENDS_${PN} = "encodings font-util" |
| 11 | RDEPENDS_${PN}_class-native = "font-util-native" | 11 | RDEPENDS_${PN}_class-native = "font-util-native" |
| 12 | 12 | ||
| 13 | inherit distro_features_check | 13 | inherit features_check |
| 14 | # depends on bdftopcf-native -> virtual/libx11 | 14 | # depends on bdftopcf-native -> virtual/libx11 |
| 15 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb index 6e0b33ca31..872ef4d016 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util" | |||
| 10 | RDEPENDS_${PN} = "encodings font-util" | 10 | RDEPENDS_${PN} = "encodings font-util" |
| 11 | RDEPENDS_${PN}_class-native = "font-util-native" | 11 | RDEPENDS_${PN}_class-native = "font-util-native" |
| 12 | 12 | ||
| 13 | inherit distro_features_check | 13 | inherit features_check |
| 14 | # depends on bdftopcf-native -> virtual/libx11 | 14 | # depends on bdftopcf-native -> virtual/libx11 |
| 15 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-graphics/xorg-font/font-bitstream-100dpi_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-bitstream-100dpi_1.0.3.bb index e8cfb615a9..a4ae91a388 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-bitstream-100dpi_1.0.3.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-bitstream-100dpi_1.0.3.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS = "util-macros-native font-util-native bdftopcf-native" | |||
| 10 | RDEPENDS_${PN} = "encodings font-util" | 10 | RDEPENDS_${PN} = "encodings font-util" |
| 11 | RDEPENDS_${PN}_class-native = "font-util-native" | 11 | RDEPENDS_${PN}_class-native = "font-util-native" |
| 12 | 12 | ||
| 13 | inherit distro_features_check | 13 | inherit features_check |
| 14 | # depends on bdftopcf-native -> virtual/libx11 | 14 | # depends on bdftopcf-native -> virtual/libx11 |
| 15 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb index d425ce5157..ee8cb360ad 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8b32ccac3ad25e75e68478deb7780265" | |||
| 9 | DEPENDS = "util-macros-native font-util-native bdftopcf-native" | 9 | DEPENDS = "util-macros-native font-util-native bdftopcf-native" |
| 10 | RDEPENDS_${PN} = "encodings font-util" | 10 | RDEPENDS_${PN} = "encodings font-util" |
| 11 | 11 | ||
| 12 | inherit distro_features_check | 12 | inherit features_check |
| 13 | # depends on bdftopcf-native -> virtual/libx11 | 13 | # depends on bdftopcf-native -> virtual/libx11 |
| 14 | REQUIRED_DISTRO_FEATURES = "x11" | 14 | REQUIRED_DISTRO_FEATURES = "x11" |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb b/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb index e4cd90a7af..355fb528f8 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=200c507f595ee97008c7c5c3e94ab9a8" | |||
| 9 | DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util" | 9 | DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util" |
| 10 | RDEPENDS_${PN} = "encodings font-util" | 10 | RDEPENDS_${PN} = "encodings font-util" |
| 11 | 11 | ||
| 12 | inherit distro_features_check | 12 | inherit features_check |
| 13 | # depends on bdftopcf-native -> virtual/libx11 | 13 | # depends on bdftopcf-native -> virtual/libx11 |
| 14 | REQUIRED_DISTRO_FEATURES = "x11" | 14 | REQUIRED_DISTRO_FEATURES = "x11" |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb index ae9704050c..06778b3e81 100644 --- a/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb +++ b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUMMARY = "Xorg 100 DPI font set" | 1 | SUMMARY = "Xorg 100 DPI font set" |
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | 3 | ||
| 4 | inherit packagegroup distro_features_check | 4 | inherit packagegroup features_check |
| 5 | # rdepends on font recipes with this restriction | 5 | # rdepends on font recipes with this restriction |
| 6 | REQUIRED_DISTRO_FEATURES = "x11" | 6 | REQUIRED_DISTRO_FEATURES = "x11" |
| 7 | 7 | ||
diff --git a/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.39.bb b/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.39.bb index 62f00563cd..b8c1881d97 100644 --- a/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.39.bb +++ b/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.39.bb | |||
| @@ -17,7 +17,7 @@ DEPENDS = "intltool-native libx11 libxext libxt libxft glib-2.0-native bc-native | |||
| 17 | # These are only needed as part of the stopgap screensaver implementation: | 17 | # These are only needed as part of the stopgap screensaver implementation: |
| 18 | RDEPENDS_${PN} += "liberation-fonts" | 18 | RDEPENDS_${PN} += "liberation-fonts" |
| 19 | 19 | ||
| 20 | inherit systemd perlnative pkgconfig gettext autotools-brokensep distro_features_check | 20 | inherit systemd perlnative pkgconfig gettext autotools-brokensep features_check |
| 21 | 21 | ||
| 22 | EXTRA_OECONF += "--with-x-app-defaults=${datadir}/X11/app-defaults" | 22 | EXTRA_OECONF += "--with-x-app-defaults=${datadir}/X11/app-defaults" |
| 23 | 23 | ||
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb index a5ed21d458..2c09a4853c 100644 --- a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb +++ b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | |||
| 5 | PR = "r9" | 5 | PR = "r9" |
| 6 | 6 | ||
| 7 | # we are using a gpe-style Makefile | 7 | # we are using a gpe-style Makefile |
| 8 | inherit distro_features_check gpe | 8 | inherit features_check gpe |
| 9 | 9 | ||
| 10 | REQUIRED_DISTRO_FEATURES = "x11" | 10 | REQUIRED_DISTRO_FEATURES = "x11" |
| 11 | 11 | ||
diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb index d334956a8f..1ba9f0f6c8 100644 --- a/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb +++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb | |||
| @@ -24,7 +24,7 @@ SRC_URI[waf.sha256sum] = "01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f2 | |||
| 24 | 24 | ||
| 25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
| 26 | 26 | ||
| 27 | inherit waf pkgconfig pythonnative distro_features_check | 27 | inherit waf pkgconfig pythonnative features_check |
| 28 | 28 | ||
| 29 | LUA ?= "lua" | 29 | LUA ?= "lua" |
| 30 | LUA_mips64 = "" | 30 | LUA_mips64 = "" |
diff --git a/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb b/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb index 3588ce7233..51d7e2a2ed 100644 --- a/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb +++ b/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb | |||
| @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" | |||
| 10 | # mind when doing version upgrades). | 10 | # mind when doing version upgrades). |
| 11 | DEPENDS = "intltool-native glib-2.0-native gtkmm3 libcanberra pulseaudio" | 11 | DEPENDS = "intltool-native glib-2.0-native gtkmm3 libcanberra pulseaudio" |
| 12 | 12 | ||
| 13 | inherit autotools distro_features_check | 13 | inherit autotools features_check |
| 14 | 14 | ||
| 15 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb index 526659e451..b6aafdee19 100644 --- a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb +++ b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb | |||
| @@ -9,7 +9,7 @@ SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/${BPN}/${BPN}_${ | |||
| 9 | file://auxdir.patch;striplevel=0" | 9 | file://auxdir.patch;striplevel=0" |
| 10 | S = "${WORKDIR}/xpext-1.0" | 10 | S = "${WORKDIR}/xpext-1.0" |
| 11 | 11 | ||
| 12 | inherit autotools pkgconfig distro_features_check | 12 | inherit autotools pkgconfig features_check |
| 13 | # depends on virtual/libx11 | 13 | # depends on virtual/libx11 |
| 14 | REQUIRED_DISTRO_FEATURES = "x11" | 14 | REQUIRED_DISTRO_FEATURES = "x11" |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb b/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb index c7a068df38..c611da48c0 100644 --- a/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb +++ b/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb | |||
| @@ -7,7 +7,7 @@ SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/${BPN}_${PV} | |||
| 7 | file://xsp-fix-pc.patch" | 7 | file://xsp-fix-pc.patch" |
| 8 | S = "${WORKDIR}/Xsp" | 8 | S = "${WORKDIR}/Xsp" |
| 9 | 9 | ||
| 10 | inherit autotools pkgconfig distro_features_check | 10 | inherit autotools pkgconfig features_check |
| 11 | # depends on virtual/libx11 | 11 | # depends on virtual/libx11 |
| 12 | REQUIRED_DISTRO_FEATURES = "x11" | 12 | REQUIRED_DISTRO_FEATURES = "x11" |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-navigation/orrery/orrery_2.7.bb b/meta-oe/recipes-navigation/orrery/orrery_2.7.bb index 010f65fb9b..589fc5f7c8 100644 --- a/meta-oe/recipes-navigation/orrery/orrery_2.7.bb +++ b/meta-oe/recipes-navigation/orrery/orrery_2.7.bb | |||
| @@ -5,7 +5,7 @@ LICENSE = "GPLv2+" | |||
| 5 | LIC_FILES_CHKSUM = "file://orrery.c;endline=25;md5=d792bdf2b591972da175aecc38d88cfe" | 5 | LIC_FILES_CHKSUM = "file://orrery.c;endline=25;md5=d792bdf2b591972da175aecc38d88cfe" |
| 6 | DEPENDS = "gtk+" | 6 | DEPENDS = "gtk+" |
| 7 | 7 | ||
| 8 | inherit distro_features_check autotools-brokensep pkgconfig | 8 | inherit features_check autotools-brokensep pkgconfig |
| 9 | 9 | ||
| 10 | REQUIRED_DISTRO_FEATURES = "x11" | 10 | REQUIRED_DISTRO_FEATURES = "x11" |
| 11 | 11 | ||
diff --git a/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb b/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb index ed90352fc1..504ac1537e 100644 --- a/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb +++ b/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb | |||
| @@ -21,7 +21,7 @@ SECTION = "System Environment/Base" | |||
| 21 | 21 | ||
| 22 | DEPENDS += "libpam" | 22 | DEPENDS += "libpam" |
| 23 | 23 | ||
| 24 | inherit distro_features_check | 24 | inherit features_check |
| 25 | REQUIRED_DISTRO_FEATURES = "pam" | 25 | REQUIRED_DISTRO_FEATURES = "pam" |
| 26 | 26 | ||
| 27 | LICENSE = "BSD-1-Clause" | 27 | LICENSE = "BSD-1-Clause" |
diff --git a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb index 30d41a16e6..9362a5c110 100644 --- a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb +++ b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb | |||
| @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = " \ | |||
| 13 | file://COPYING.GPL;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ | 13 | file://COPYING.GPL;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | inherit autotools pkgconfig python3native lib_package distro_features_check | 16 | inherit autotools pkgconfig python3native lib_package features_check |
| 17 | 17 | ||
| 18 | REQUIRED_DISTRO_FEATURES = "x11" | 18 | REQUIRED_DISTRO_FEATURES = "x11" |
| 19 | 19 | ||
diff --git a/meta-oe/recipes-support/colord/colord.bb b/meta-oe/recipes-support/colord/colord.bb index aa5d1d129b..df86708e2b 100644 --- a/meta-oe/recipes-support/colord/colord.bb +++ b/meta-oe/recipes-support/colord/colord.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
| 2 | 2 | ||
| 3 | inherit meson gobject-introspection gsettings gettext bash-completion systemd distro_features_check useradd | 3 | inherit meson gobject-introspection gsettings gettext bash-completion systemd features_check useradd |
| 4 | 4 | ||
| 5 | # polkit and gobject-introspection are mandatory and cannot be configured | 5 | # polkit and gobject-introspection are mandatory and cannot be configured |
| 6 | REQUIRED_DISTRO_FEATURES = "polkit gobject-introspection-data" | 6 | REQUIRED_DISTRO_FEATURES = "polkit gobject-introspection-data" |
diff --git a/meta-oe/recipes-support/fltk/fltk.bb b/meta-oe/recipes-support/fltk/fltk.bb index ec9e04bed6..7ad4ac70a9 100644 --- a/meta-oe/recipes-support/fltk/fltk.bb +++ b/meta-oe/recipes-support/fltk/fltk.bb | |||
| @@ -2,7 +2,7 @@ require ${BPN}.inc | |||
| 2 | 2 | ||
| 3 | DEPENDS = "alsa-lib zlib jpeg libpng libxext libxft" | 3 | DEPENDS = "alsa-lib zlib jpeg libpng libxext libxft" |
| 4 | 4 | ||
| 5 | inherit distro_features_check binconfig lib_package gtk-icon-cache mime | 5 | inherit features_check binconfig lib_package gtk-icon-cache mime |
| 6 | REQUIRED_DISTRO_FEATURES = "x11" | 6 | REQUIRED_DISTRO_FEATURES = "x11" |
| 7 | 7 | ||
| 8 | SRC_URI += "file://0003-CMake-build-Force-shared-libs-with-unsuffixed-names.patch" | 8 | SRC_URI += "file://0003-CMake-build-Force-shared-libs-with-unsuffixed-names.patch" |
diff --git a/meta-oe/recipes-support/links/links-x11_2.16.bb b/meta-oe/recipes-support/links/links-x11_2.16.bb index f55a6fc7b3..90fa200845 100644 --- a/meta-oe/recipes-support/links/links-x11_2.16.bb +++ b/meta-oe/recipes-support/links/links-x11_2.16.bb | |||
| @@ -25,7 +25,7 @@ require links.inc | |||
| 25 | DEPENDS += "virtual/libx11" | 25 | DEPENDS += "virtual/libx11" |
| 26 | RCONFLICTS_${PN} = "links" | 26 | RCONFLICTS_${PN} = "links" |
| 27 | 27 | ||
| 28 | inherit distro_features_check | 28 | inherit features_check |
| 29 | # depends on virtual/libx11 | 29 | # depends on virtual/libx11 |
| 30 | REQUIRED_DISTRO_FEATURES = "x11" | 30 | REQUIRED_DISTRO_FEATURES = "x11" |
| 31 | 31 | ||
diff --git a/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.2.bb b/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.2.bb index 5a21cd3fc9..04133c1b3d 100644 --- a/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.2.bb +++ b/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.2.bb | |||
| @@ -12,4 +12,4 @@ SRC_URI[sha256sum] = "f4b59eef4a94b1d29dbe0c106dd00cdc630e47f18619fc754e5afbf572 | |||
| 12 | 12 | ||
| 13 | FILES_${PN} = "${libdir}/pidgin/*" | 13 | FILES_${PN} = "${libdir}/pidgin/*" |
| 14 | 14 | ||
| 15 | inherit autotools pkgconfig distro_features_check | 15 | inherit autotools pkgconfig features_check |
diff --git a/meta-oe/recipes-support/remmina/remmina_1.3.6.bb b/meta-oe/recipes-support/remmina/remmina_1.3.6.bb index 82b803a4d2..14fbc94b21 100644 --- a/meta-oe/recipes-support/remmina/remmina_1.3.6.bb +++ b/meta-oe/recipes-support/remmina/remmina_1.3.6.bb | |||
| @@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "fbed745438bb0c21467b60cbd67c8148a9289b5ebc7482d06db443bea5 | |||
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/Remmina-v${PV}" | 19 | S = "${WORKDIR}/Remmina-v${PV}" |
| 20 | 20 | ||
| 21 | inherit cmake distro_features_check | 21 | inherit cmake features_check |
| 22 | 22 | ||
| 23 | # depends on avahi-ui with this restriction | 23 | # depends on avahi-ui with this restriction |
| 24 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 24 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
diff --git a/meta-oe/recipes-support/synergy/synergy_git.bb b/meta-oe/recipes-support/synergy/synergy_git.bb index f5518bd8c1..dba89d181c 100644 --- a/meta-oe/recipes-support/synergy/synergy_git.bb +++ b/meta-oe/recipes-support/synergy/synergy_git.bb | |||
| @@ -17,7 +17,7 @@ PV = "1.10.1+git${SRCPV}" | |||
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | 19 | ||
| 20 | inherit cmake distro_features_check | 20 | inherit cmake features_check |
| 21 | 21 | ||
| 22 | EXTRA_OECMAKE += "-DSYNERGY_BUILD_LEGACY_GUI=OFF" | 22 | EXTRA_OECMAKE += "-DSYNERGY_BUILD_LEGACY_GUI=OFF" |
| 23 | 23 | ||
diff --git a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb index 879b67b7f5..aba485e1a4 100644 --- a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb +++ b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb | |||
| @@ -11,7 +11,7 @@ SRC_URI = "git://github.com/OSSystems/toscoterm.git" | |||
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | inherit distro_features_check gitpkgv pkgconfig | 14 | inherit features_check gitpkgv pkgconfig |
| 15 | 15 | ||
| 16 | REQUIRED_DISTRO_FEATURES = "x11" | 16 | REQUIRED_DISTRO_FEATURES = "x11" |
| 17 | 17 | ||
diff --git a/meta-oe/recipes-support/udisks/udisks2_git.bb b/meta-oe/recipes-support/udisks/udisks2_git.bb index 9c9e5e52a6..f0aad95384 100644 --- a/meta-oe/recipes-support/udisks/udisks2_git.bb +++ b/meta-oe/recipes-support/udisks/udisks2_git.bb | |||
| @@ -26,7 +26,7 @@ S = "${WORKDIR}/git" | |||
| 26 | 26 | ||
| 27 | CVE_PRODUCT = "udisks" | 27 | CVE_PRODUCT = "udisks" |
| 28 | 28 | ||
| 29 | inherit autotools systemd gtk-doc gobject-introspection gettext distro_features_check | 29 | inherit autotools systemd gtk-doc gobject-introspection gettext features_check |
| 30 | 30 | ||
| 31 | REQUIRED_DISTRO_FEATURES = "polkit" | 31 | REQUIRED_DISTRO_FEATURES = "polkit" |
| 32 | 32 | ||
diff --git a/meta-oe/recipes-support/uim/uim_1.8.8.bb b/meta-oe/recipes-support/uim/uim_1.8.8.bb index 8948ebf30f..c1136cd998 100644 --- a/meta-oe/recipes-support/uim/uim_1.8.8.bb +++ b/meta-oe/recipes-support/uim/uim_1.8.8.bb | |||
| @@ -25,7 +25,7 @@ LEAD_SONAME = "libuim.so.1" | |||
| 25 | COMPATIBLE_HOST_riscv64 = "null" | 25 | COMPATIBLE_HOST_riscv64 = "null" |
| 26 | COMPATIBLE_HOST_riscv32 = "null" | 26 | COMPATIBLE_HOST_riscv32 = "null" |
| 27 | 27 | ||
| 28 | inherit distro_features_check autotools pkgconfig gettext qemu gtk-immodules-cache | 28 | inherit features_check autotools pkgconfig gettext qemu gtk-immodules-cache |
| 29 | 29 | ||
| 30 | REQUIRED_DISTRO_FEATURES = "x11" | 30 | REQUIRED_DISTRO_FEATURES = "x11" |
| 31 | 31 | ||
diff --git a/meta-oe/recipes-support/upower/upower_0.99.11.bb b/meta-oe/recipes-support/upower/upower_0.99.11.bb index c4cc627116..6408417920 100644 --- a/meta-oe/recipes-support/upower/upower_0.99.11.bb +++ b/meta-oe/recipes-support/upower/upower_0.99.11.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI = " \ | |||
| 10 | SRC_URI[md5sum] = "abe6acb617f11f2e8dbd9846fcf86e24" | 10 | SRC_URI[md5sum] = "abe6acb617f11f2e8dbd9846fcf86e24" |
| 11 | SRC_URI[sha256sum] = "64b5ffbfccd5bdb15d925777979a4dbee1a957f9eaeb158dc76175267eddbdef" | 11 | SRC_URI[sha256sum] = "64b5ffbfccd5bdb15d925777979a4dbee1a957f9eaeb158dc76175267eddbdef" |
| 12 | 12 | ||
| 13 | inherit autotools pkgconfig gettext gobject-introspection systemd distro_features_check | 13 | inherit autotools pkgconfig gettext gobject-introspection systemd features_check |
| 14 | 14 | ||
| 15 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 15 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
| 16 | PACKAGECONFIG[idevice] = "--with-idevice,--without-idevice,libimobiledevice libplist" | 16 | PACKAGECONFIG[idevice] = "--with-idevice,--without-idevice,libimobiledevice libplist" |
diff --git a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb index 8cb180dc8b..5f07bf28ee 100644 --- a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb +++ b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb | |||
| @@ -5,7 +5,7 @@ HOMEPAGE = "http://bitmath.org/code/mtview/" | |||
| 5 | LICENSE = "GPLv3" | 5 | LICENSE = "GPLv3" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4c61b8950dc1aab4d2aa7c2ae6b1cfb3" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4c61b8950dc1aab4d2aa7c2ae6b1cfb3" |
| 7 | 7 | ||
| 8 | inherit autotools pkgconfig distro_features_check | 8 | inherit autotools pkgconfig features_check |
| 9 | # depends on virtual/libx11 | 9 | # depends on virtual/libx11 |
| 10 | REQUIRED_DISTRO_FEATURES = "x11" | 10 | REQUIRED_DISTRO_FEATURES = "x11" |
| 11 | 11 | ||
diff --git a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb index 0bdafdf3bd..481e7303b3 100644 --- a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb +++ b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb | |||
| @@ -7,7 +7,7 @@ inherit autotools pkgconfig | |||
| 7 | 7 | ||
| 8 | DEPENDS = "virtual/libx11 xserver-xorg xrdp nasm-native" | 8 | DEPENDS = "virtual/libx11 xserver-xorg xrdp nasm-native" |
| 9 | 9 | ||
| 10 | inherit distro_features_check | 10 | inherit features_check |
| 11 | REQUIRED_DISTRO_FEATURES = "x11 pam" | 11 | REQUIRED_DISTRO_FEATURES = "x11 pam" |
| 12 | 12 | ||
| 13 | SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git" | 13 | SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git" |
diff --git a/meta-oe/recipes-support/xrdp/xrdp_0.9.11.bb b/meta-oe/recipes-support/xrdp/xrdp_0.9.11.bb index 75caf8d6bb..deda0fd1b5 100644 --- a/meta-oe/recipes-support/xrdp/xrdp_0.9.11.bb +++ b/meta-oe/recipes-support/xrdp/xrdp_0.9.11.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "Apache-2.0" | |||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=72cfbe4e7bd33a0a1de9630c91195c21 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=72cfbe4e7bd33a0a1de9630c91195c21 \ |
| 5 | " | 5 | " |
| 6 | 6 | ||
| 7 | inherit distro_features_check autotools pkgconfig useradd systemd | 7 | inherit features_check autotools pkgconfig useradd systemd |
| 8 | 8 | ||
| 9 | DEPENDS = "openssl virtual/libx11 libxfixes libxrandr libpam nasm-native" | 9 | DEPENDS = "openssl virtual/libx11 libxfixes libxrandr libpam nasm-native" |
| 10 | 10 | ||
