summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb2
-rw-r--r--meta-oe/recipes-support/colord/colord.bb2
-rw-r--r--meta-oe/recipes-support/fltk/fltk.bb2
-rw-r--r--meta-oe/recipes-support/links/links-x11_2.16.bb2
-rw-r--r--meta-oe/recipes-support/pidgin/pidgin-otr_4.0.2.bb2
-rw-r--r--meta-oe/recipes-support/remmina/remmina_1.3.6.bb2
-rw-r--r--meta-oe/recipes-support/synergy/synergy_git.bb2
-rw-r--r--meta-oe/recipes-support/toscoterm/toscoterm_git.bb2
-rw-r--r--meta-oe/recipes-support/udisks/udisks2_git.bb2
-rw-r--r--meta-oe/recipes-support/uim/uim_1.8.8.bb2
-rw-r--r--meta-oe/recipes-support/upower/upower_0.99.11.bb2
-rw-r--r--meta-oe/recipes-support/utouch/utouch-mtview_git.bb2
-rw-r--r--meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb2
-rw-r--r--meta-oe/recipes-support/xrdp/xrdp_0.9.11.bb2
14 files changed, 14 insertions, 14 deletions
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
16inherit autotools pkgconfig python3native lib_package distro_features_check 16inherit autotools pkgconfig python3native lib_package features_check
17 17
18REQUIRED_DISTRO_FEATURES = "x11" 18REQUIRED_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 @@
1require ${BPN}.inc 1require ${BPN}.inc
2 2
3inherit meson gobject-introspection gsettings gettext bash-completion systemd distro_features_check useradd 3inherit 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
6REQUIRED_DISTRO_FEATURES = "polkit gobject-introspection-data" 6REQUIRED_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
3DEPENDS = "alsa-lib zlib jpeg libpng libxext libxft" 3DEPENDS = "alsa-lib zlib jpeg libpng libxext libxft"
4 4
5inherit distro_features_check binconfig lib_package gtk-icon-cache mime 5inherit features_check binconfig lib_package gtk-icon-cache mime
6REQUIRED_DISTRO_FEATURES = "x11" 6REQUIRED_DISTRO_FEATURES = "x11"
7 7
8SRC_URI += "file://0003-CMake-build-Force-shared-libs-with-unsuffixed-names.patch" 8SRC_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
25DEPENDS += "virtual/libx11" 25DEPENDS += "virtual/libx11"
26RCONFLICTS_${PN} = "links" 26RCONFLICTS_${PN} = "links"
27 27
28inherit distro_features_check 28inherit features_check
29# depends on virtual/libx11 29# depends on virtual/libx11
30REQUIRED_DISTRO_FEATURES = "x11" 30REQUIRED_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
13FILES_${PN} = "${libdir}/pidgin/*" 13FILES_${PN} = "${libdir}/pidgin/*"
14 14
15inherit autotools pkgconfig distro_features_check 15inherit 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
19S = "${WORKDIR}/Remmina-v${PV}" 19S = "${WORKDIR}/Remmina-v${PV}"
20 20
21inherit cmake distro_features_check 21inherit cmake features_check
22 22
23# depends on avahi-ui with this restriction 23# depends on avahi-ui with this restriction
24ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 24ANY_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
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20inherit cmake distro_features_check 20inherit cmake features_check
21 21
22EXTRA_OECMAKE += "-DSYNERGY_BUILD_LEGACY_GUI=OFF" 22EXTRA_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
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14inherit distro_features_check gitpkgv pkgconfig 14inherit features_check gitpkgv pkgconfig
15 15
16REQUIRED_DISTRO_FEATURES = "x11" 16REQUIRED_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
27CVE_PRODUCT = "udisks" 27CVE_PRODUCT = "udisks"
28 28
29inherit autotools systemd gtk-doc gobject-introspection gettext distro_features_check 29inherit autotools systemd gtk-doc gobject-introspection gettext features_check
30 30
31REQUIRED_DISTRO_FEATURES = "polkit" 31REQUIRED_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"
25COMPATIBLE_HOST_riscv64 = "null" 25COMPATIBLE_HOST_riscv64 = "null"
26COMPATIBLE_HOST_riscv32 = "null" 26COMPATIBLE_HOST_riscv32 = "null"
27 27
28inherit distro_features_check autotools pkgconfig gettext qemu gtk-immodules-cache 28inherit features_check autotools pkgconfig gettext qemu gtk-immodules-cache
29 29
30REQUIRED_DISTRO_FEATURES = "x11" 30REQUIRED_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 = " \
10SRC_URI[md5sum] = "abe6acb617f11f2e8dbd9846fcf86e24" 10SRC_URI[md5sum] = "abe6acb617f11f2e8dbd9846fcf86e24"
11SRC_URI[sha256sum] = "64b5ffbfccd5bdb15d925777979a4dbee1a957f9eaeb158dc76175267eddbdef" 11SRC_URI[sha256sum] = "64b5ffbfccd5bdb15d925777979a4dbee1a957f9eaeb158dc76175267eddbdef"
12 12
13inherit autotools pkgconfig gettext gobject-introspection systemd distro_features_check 13inherit autotools pkgconfig gettext gobject-introspection systemd features_check
14 14
15PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 15PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
16PACKAGECONFIG[idevice] = "--with-idevice,--without-idevice,libimobiledevice libplist" 16PACKAGECONFIG[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/"
5LICENSE = "GPLv3" 5LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://COPYING;md5=4c61b8950dc1aab4d2aa7c2ae6b1cfb3" 6LIC_FILES_CHKSUM = "file://COPYING;md5=4c61b8950dc1aab4d2aa7c2ae6b1cfb3"
7 7
8inherit autotools pkgconfig distro_features_check 8inherit autotools pkgconfig features_check
9# depends on virtual/libx11 9# depends on virtual/libx11
10REQUIRED_DISTRO_FEATURES = "x11" 10REQUIRED_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
8DEPENDS = "virtual/libx11 xserver-xorg xrdp nasm-native" 8DEPENDS = "virtual/libx11 xserver-xorg xrdp nasm-native"
9 9
10inherit distro_features_check 10inherit features_check
11REQUIRED_DISTRO_FEATURES = "x11 pam" 11REQUIRED_DISTRO_FEATURES = "x11 pam"
12 12
13SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git" 13SRC_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"
4LIC_FILES_CHKSUM = "file://COPYING;md5=72cfbe4e7bd33a0a1de9630c91195c21 \ 4LIC_FILES_CHKSUM = "file://COPYING;md5=72cfbe4e7bd33a0a1de9630c91195c21 \
5" 5"
6 6
7inherit distro_features_check autotools pkgconfig useradd systemd 7inherit features_check autotools pkgconfig useradd systemd
8 8
9DEPENDS = "openssl virtual/libx11 libxfixes libxrandr libpam nasm-native" 9DEPENDS = "openssl virtual/libx11 libxfixes libxrandr libpam nasm-native"
10 10