diff options
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/colord/colord.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/fltk/fltk.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/links/links-x11_2.16.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/pidgin/pidgin-otr_4.0.2.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/remmina/remmina_1.3.6.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/synergy/synergy_git.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/toscoterm/toscoterm_git.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/udisks/udisks2_git.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/uim/uim_1.8.8.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/upower/upower_0.99.11.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/utouch/utouch-mtview_git.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/xrdp/xrdp_0.9.11.bb | 2 |
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 | ||
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 | ||