summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-11-20 21:31:49 -0800
committerKhem Raj <raj.khem@gmail.com>2019-11-21 17:51:37 -0800
commit4c00e5fed9532fe6ee71ce96b0124fc234b44d4e (patch)
treeec74c3e49a545e37a85befe3d7f970304af5516c /meta-oe/recipes-extended
parentb77cc676916e7cf06e5a80081aac52a7bdc7d3a9 (diff)
downloadmeta-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-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/boinc/boinc-client_7.12.bb2
-rw-r--r--meta-oe/recipes-extended/gnuplot/gnuplot_5.2.2.bb2
-rw-r--r--meta-oe/recipes-extended/icewm/icewm_1.5.5.bb2
-rw-r--r--meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb2
-rw-r--r--meta-oe/recipes-extended/libreport/libreport_2.10.0.bb2
-rw-r--r--meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb2
-rw-r--r--meta-oe/recipes-extended/mozjs/mozjs_60.5.2.bb2
-rw-r--r--meta-oe/recipes-extended/openwsman/openwsman_2.6.11.bb2
-rw-r--r--meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb2
-rw-r--r--meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb2
-rw-r--r--meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb2
-rw-r--r--meta-oe/recipes-extended/polkit/polkit-group-rule.inc2
-rw-r--r--meta-oe/recipes-extended/polkit/polkit_0.116.bb2
-rw-r--r--meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb2
14 files changed, 14 insertions, 14 deletions
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 e505bb4c5..d472d3269 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
40inherit gettext autotools pkgconfig distro_features_check systemd 40inherit gettext autotools pkgconfig features_check systemd
41 41
42REQUIRED_DISTRO_FEATURES += "opengl" 42REQUIRED_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 f9fd8ae88..898627bc1 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"
7LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f" 7LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f"
8DEPENDS = "${BPN}-native virtual/libx11 gd readline" 8DEPENDS = "${BPN}-native virtual/libx11 gd readline"
9 9
10inherit autotools distro_features_check 10inherit autotools features_check
11# depends on virtual/libx11 11# depends on virtual/libx11
12REQUIRED_DISTRO_FEATURES = "x11" 12REQUIRED_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 63fca1dd1..fe6de008f 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}
8SRC_URI[md5sum] = "6eba94a7935a0531d2c14eeb1426aeef" 8SRC_URI[md5sum] = "6eba94a7935a0531d2c14eeb1426aeef"
9SRC_URI[sha256sum] = "f1c1344b20a9e8635143f70ee27930b55f813c15ca61f84d77584d311b6ac027" 9SRC_URI[sha256sum] = "f1c1344b20a9e8635143f70ee27930b55f813c15ca61f84d77584d311b6ac027"
10 10
11inherit autotools pkgconfig gettext perlnative distro_features_check qemu 11inherit autotools pkgconfig gettext perlnative features_check qemu
12REQUIRED_DISTRO_FEATURES = "x11" 12REQUIRED_DISTRO_FEATURES = "x11"
13 13
14EXTRA_OECONF += "--with-libdir=${datadir}/icewm \ 14EXTRA_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 7e4c330a1..8a2886b8c 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"
26EXTRA_OECONF = " --disable-static --disable-rebuilds --enable-compile-warnings=minimum" 26EXTRA_OECONF = " --disable-static --disable-rebuilds --enable-compile-warnings=minimum"
27DEPENDS += "gtk+ glib-2.0 glib-2.0-native ruby-native intltool-native gnome-common-native" 27DEPENDS += "gtk+ glib-2.0 glib-2.0-native ruby-native intltool-native gnome-common-native"
28 28
29inherit distro_features_check autotools pkgconfig gettext 29inherit features_check autotools pkgconfig gettext
30 30
31REQUIRED_DISTRO_FEATURES = "x11" 31REQUIRED_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 e50226e27..4276c4917 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
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
25 25
26inherit distro_features_check 26inherit features_check
27REQUIRED_DISTRO_FEATURES = "systemd" 27REQUIRED_DISTRO_FEATURES = "systemd"
28 28
29inherit gettext autotools python3native pkgconfig 29inherit 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 2c31a21c0..401c2c4da 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
13BBCLASSEXTEND = "native" 13BBCLASSEXTEND = "native"
14 14
15inherit distro_features_check autotools pkgconfig 15inherit features_check autotools pkgconfig
16 16
17REQUIRED_DISTRO_FEATURES = "x11" 17REQUIRED_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 33142d6fe..41a79daf4 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
32inherit autotools pkgconfig perlnative pythonnative 32inherit autotools pkgconfig perlnative pythonnative
33 33
34inherit distro_features_check 34inherit features_check
35CONFLICT_DISTRO_FEATURES_mipsarchn32 = "ld-is-gold" 35CONFLICT_DISTRO_FEATURES_mipsarchn32 = "ld-is-gold"
36 36
37DEPENDS += "nspr zlib python-six-native python-pytoml-native \ 37DEPENDS += "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 16a83a4be..9d5a2307e 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
13DEPENDS = "curl libxml2 openssl libpam" 13DEPENDS = "curl libxml2 openssl libpam"
14 14
15inherit distro_features_check 15inherit features_check
16REQUIRED_DISTRO_FEATURES = "pam" 16REQUIRED_DISTRO_FEATURES = "pam"
17 17
18SRCREV = "d8eba6cb6682b59d84ca1da67a523520b879ade6" 18SRCREV = "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 95d879dc6..9838e75ef 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
7DEPENDS = "libpam openssl db" 7DEPENDS = "libpam openssl db"
8 8
9inherit distro_features_check 9inherit features_check
10REQUIRED_DISTRO_FEATURES = "pam" 10REQUIRED_DISTRO_FEATURES = "pam"
11 11
12SRCREV = "e2145df09469bf84878e4729b4ecd814efb797d1" 12SRCREV = "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 2fdadcbc9..6864cc317 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
8DEPENDS = "libpam openldap" 8DEPENDS = "libpam openldap"
9 9
10inherit distro_features_check 10inherit features_check
11REQUIRED_DISTRO_FEATURES = "pam" 11REQUIRED_DISTRO_FEATURES = "pam"
12 12
13SRCREV = "84d7b260f1ae6857ae36e014c9a5968e8aa1cbe8" 13SRCREV = "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 ac7fa4bbf..41b4d0d30 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
17DEPENDS += "libpam openssl" 17DEPENDS += "libpam openssl"
18 18
19inherit distro_features_check 19inherit features_check
20REQUIRED_DISTRO_FEATURES = "pam" 20REQUIRED_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 8ced8abe5..e38e344c1 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
2DEPENDS += "polkit" 2DEPENDS += "polkit"
3 3
4inherit distro_features_check 4inherit features_check
5REQUIRED_DISTRO_FEATURES = "polkit" 5REQUIRED_DISTRO_FEATURES = "polkit"
6 6
7inherit useradd 7inherit useradd
diff --git a/meta-oe/recipes-extended/polkit/polkit_0.116.bb b/meta-oe/recipes-extended/polkit/polkit_0.116.bb
index 8754383ef..ad1973b13 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
8DEPENDS = "expat glib-2.0 intltool-native mozjs" 8DEPENDS = "expat glib-2.0 intltool-native mozjs"
9 9
10inherit autotools gtk-doc pkgconfig useradd systemd gobject-introspection distro_features_check 10inherit autotools gtk-doc pkgconfig useradd systemd gobject-introspection features_check
11 11
12REQUIRED_DISTRO_FEATURES = "polkit" 12REQUIRED_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 91c50027d..a527f773a 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"
11LIC_FILES_CHKSUM = "file://COPYING;md5=f300afd598546add034364cd0a533261" 11LIC_FILES_CHKSUM = "file://COPYING;md5=f300afd598546add034364cd0a533261"
12DEPENDS = "curl libpam openssl sblim-sfc-common unzip-native" 12DEPENDS = "curl libpam openssl sblim-sfc-common unzip-native"
13 13
14inherit distro_features_check 14inherit features_check
15REQUIRED_DISTRO_FEATURES = "pam" 15REQUIRED_DISTRO_FEATURES = "pam"
16 16
17SRC_URI = "http://downloads.sourceforge.net/sblim/${BP}.tar.bz2 \ 17SRC_URI = "http://downloads.sourceforge.net/sblim/${BP}.tar.bz2 \