mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
b77cc67691
commit
4c00e5fed9
@@ -19,7 +19,7 @@ SRCREV = "c17fd14505f30d9e4dbad276f7aa956fd21a637b"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit waf pkgconfig distro_features_check
|
||||
inherit waf pkgconfig features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES += "opengl"
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ SRC_URI[sha256sum] = "881d7d6a90b2428479288d64233151448f8990ab4958e0ecaca7eeb3c9
|
||||
S = "${WORKDIR}/hostapd-${PV}"
|
||||
B = "${WORKDIR}/hostapd-${PV}/hostapd"
|
||||
|
||||
inherit update-rc.d systemd pkgconfig distro_features_check
|
||||
inherit update-rc.d systemd pkgconfig features_check
|
||||
|
||||
CONFLICT_DISTRO_FEATURES = "openssl-no-weak-ciphers"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ SRC_URI = "http://tadas.dailyda.com/software/obex-data-server-${PV}.tar.gz \
|
||||
SRC_URI[md5sum] = "961ca5db6fe9c97024e133cc6203cc4d"
|
||||
SRC_URI[sha256sum] = "b399465ddbd6d0217abedd9411d9d74a820effa0a6a142adc448268d3920094f"
|
||||
|
||||
inherit distro_features_check autotools-brokensep pkgconfig
|
||||
inherit features_check autotools-brokensep pkgconfig
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ SRC_URI += " file://0004-launcher-fix-build-with-musl-libc.patch"
|
||||
SRC_URI[md5sum] = "a17886a92ab1e0bc2e4b1a274339e388"
|
||||
SRC_URI[sha256sum] = "6fff9a831a514659e2c7d704e76867ce31ebcf43e8d7a62e080c6656f64cd39e"
|
||||
|
||||
inherit meson pkgconfig systemd distro_features_check
|
||||
inherit meson pkgconfig systemd features_check
|
||||
|
||||
DEPENDS = "expat systemd"
|
||||
DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}"
|
||||
|
||||
@@ -24,7 +24,7 @@ DEPENDS = " \
|
||||
libgit2 \
|
||||
"
|
||||
|
||||
inherit distro_features_check autotools pkgconfig gtk-icon-cache
|
||||
inherit features_check autotools pkgconfig gtk-icon-cache
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5"
|
||||
|
||||
DEPENDS = "gtk+3 libxml-parser-perl-native python3-docutils-native intltool-native"
|
||||
|
||||
inherit distro_features_check autotools pkgconfig perlnative pythonnative gettext
|
||||
inherit features_check autotools pkgconfig perlnative pythonnative gettext
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ DEPENDS = "gtk+ gtk+3 glib-2.0 libxml2 intltool-native \
|
||||
"
|
||||
|
||||
|
||||
inherit distro_features_check autotools pkgconfig gnomebase gobject-introspection
|
||||
inherit features_check autotools pkgconfig gnomebase gobject-introspection
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ S = "${WORKDIR}/${BPN}${PV}/unix"
|
||||
VER = "${@os.path.splitext(d.getVar('PV'))[0]}"
|
||||
|
||||
LDFLAGS += "-Wl,-rpath,${libdir}/tcltk/${PV}/lib"
|
||||
inherit autotools distro_features_check
|
||||
inherit autotools features_check
|
||||
# depends on virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ SRC_URI = "git://github.com/BOINC/boinc;protocol=https;branch=${BRANCH} \
|
||||
file://gtk-configure.patch \
|
||||
"
|
||||
|
||||
inherit gettext autotools pkgconfig distro_features_check systemd
|
||||
inherit gettext autotools pkgconfig features_check systemd
|
||||
|
||||
REQUIRED_DISTRO_FEATURES += "opengl"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ LICENSE = "gnuplot"
|
||||
LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f"
|
||||
DEPENDS = "${BPN}-native virtual/libx11 gd readline"
|
||||
|
||||
inherit autotools distro_features_check
|
||||
inherit autotools features_check
|
||||
# depends on virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ SRC_URI = "https://github.com/ice-wm/${BPN}/releases/download/${PV}/${BPN}-${PV}
|
||||
SRC_URI[md5sum] = "6eba94a7935a0531d2c14eeb1426aeef"
|
||||
SRC_URI[sha256sum] = "f1c1344b20a9e8635143f70ee27930b55f813c15ca61f84d77584d311b6ac027"
|
||||
|
||||
inherit autotools pkgconfig gettext perlnative distro_features_check qemu
|
||||
inherit autotools pkgconfig gettext perlnative features_check qemu
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
EXTRA_OECONF += "--with-libdir=${datadir}/icewm \
|
||||
|
||||
@@ -26,6 +26,6 @@ file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
EXTRA_OECONF = " --disable-static --disable-rebuilds --enable-compile-warnings=minimum"
|
||||
DEPENDS += "gtk+ glib-2.0 glib-2.0-native ruby-native intltool-native gnome-common-native"
|
||||
|
||||
inherit distro_features_check autotools pkgconfig gettext
|
||||
inherit features_check autotools pkgconfig gettext
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
@@ -23,7 +23,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "systemd"
|
||||
|
||||
inherit gettext autotools python3native pkgconfig
|
||||
|
||||
@@ -12,7 +12,7 @@ DEPENDS = "freetype libpng jpeg expat gtk+"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
inherit distro_features_check autotools pkgconfig
|
||||
inherit features_check autotools pkgconfig
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ SRC_URI[sha256sum] = "f51039c997415fd0f13f8e01966b4a8ff80cbf90deb8b14c18827104a3
|
||||
|
||||
inherit autotools pkgconfig perlnative pythonnative
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
CONFLICT_DISTRO_FEATURES_mipsarchn32 = "ld-is-gold"
|
||||
|
||||
DEPENDS += "nspr zlib python-six-native python-pytoml-native \
|
||||
|
||||
@@ -12,7 +12,7 @@ SECTION = "Applications/System"
|
||||
|
||||
DEPENDS = "curl libxml2 openssl libpam"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "pam"
|
||||
|
||||
SRCREV = "d8eba6cb6682b59d84ca1da67a523520b879ade6"
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
DEPENDS = "libpam openssl db"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "pam"
|
||||
|
||||
SRCREV = "e2145df09469bf84878e4729b4ecd814efb797d1"
|
||||
|
||||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=41ab94182d94be9bb35e2a8b933f1e7d"
|
||||
|
||||
DEPENDS = "libpam openldap"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "pam"
|
||||
|
||||
SRCREV = "84d7b260f1ae6857ae36e014c9a5968e8aa1cbe8"
|
||||
|
||||
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "3c53d358d6eaed1b211239df017c27c6f9970995d14102ae67bae16d4f
|
||||
|
||||
DEPENDS += "libpam openssl"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "pam"
|
||||
|
||||
# This gets us ssh-agent, which we are almost certain to want.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# polkit must prepare polkitd group
|
||||
DEPENDS += "polkit"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "polkit"
|
||||
|
||||
inherit useradd
|
||||
|
||||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
|
||||
|
||||
DEPENDS = "expat glib-2.0 intltool-native mozjs"
|
||||
|
||||
inherit autotools gtk-doc pkgconfig useradd systemd gobject-introspection distro_features_check
|
||||
inherit autotools gtk-doc pkgconfig useradd systemd gobject-introspection features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "polkit"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ LICENSE = "EPL-1.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f300afd598546add034364cd0a533261"
|
||||
DEPENDS = "curl libpam openssl sblim-sfc-common unzip-native"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "pam"
|
||||
|
||||
SRC_URI = "http://downloads.sourceforge.net/sblim/${BP}.tar.bz2 \
|
||||
|
||||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||||
|
||||
DEPENDS = "atk glibmm"
|
||||
|
||||
inherit distro_features_check gnomebase autotools pkgconfig
|
||||
inherit features_check gnomebase autotools pkgconfig
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
# Upstream renamed this package to gnome-themes-extra at some point
|
||||
BPN = "gnome-themes-extra"
|
||||
|
||||
inherit gnomebase gettext gtk-icon-cache upstream-version-is-even distro_features_check
|
||||
inherit gnomebase gettext gtk-icon-cache upstream-version-is-even features_check
|
||||
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
|
||||
|
||||
SECTION = "libs"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
|
||||
|
||||
# This picks stable releases in the 2.x series (but not 2.90 onwards,
|
||||
|
||||
@@ -10,7 +10,7 @@ DEPENDS = "atkmm pangomm glibmm gtk+3 cairomm"
|
||||
|
||||
BPN = "gtkmm"
|
||||
|
||||
inherit gnomebase distro_features_check
|
||||
inherit gnomebase features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \
|
||||
|
||||
DEPENDS = "atkmm pangomm glibmm gtk+ cairomm"
|
||||
|
||||
inherit gnomebase distro_features_check
|
||||
inherit gnomebase features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ RDEPENDS_libvte = "vte-termcap"
|
||||
GNOMEBN = "vte"
|
||||
S = "${WORKDIR}/vte-${PV}"
|
||||
|
||||
inherit gnomebase gtk-doc distro_features_check upstream-version-is-even gobject-introspection
|
||||
inherit gnomebase gtk-doc features_check upstream-version-is-even gobject-introspection
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
|
||||
|
||||
EXTRA_OECONF = "--disable-python"
|
||||
|
||||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \
|
||||
DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool uthash gettext-native"
|
||||
DEPENDS_append_class-target = " libxi"
|
||||
|
||||
inherit autotools pkgconfig pythonnative distro_features_check gettext gtk-icon-cache mime
|
||||
inherit autotools pkgconfig pythonnative features_check gettext gtk-icon-cache mime
|
||||
|
||||
REQUIRED_DISTRO_FEATURES_append_class-target = " x11"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ SRC_URI = "https://sourceforge.net/projects/${BPN}/files/${BPN}/${PV}/${BPN}-${P
|
||||
SRC_URI[md5sum] = "90c3ca4dd9d51cf32276bc5344ec9754"
|
||||
SRC_URI[sha256sum] = "2a43be8515b01ea82bcfa17d29ae0d40bd128342f0930cd1f375f1ff999f76a2"
|
||||
|
||||
inherit cmake distro_features_check
|
||||
inherit cmake features_check
|
||||
|
||||
# depends on virtual/libx11, virtual/libgl
|
||||
REQUIRED_DISTRO_FEATURES = "x11 opengl"
|
||||
|
||||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://sourceforge.net/projects/ftgl/"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=527a83e92c7bf363025380eec05df6e4"
|
||||
|
||||
inherit autotools pkgconfig distro_features_check
|
||||
inherit autotools pkgconfig features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "opengl x11"
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ SRCREV = "dc6a396bfe5cd6c53eb1df103c3af505d0899f90"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools gettext update-alternatives pkgconfig pythonnative perlnative distro_features_check
|
||||
inherit autotools gettext update-alternatives pkgconfig pythonnative perlnative features_check
|
||||
# depends on virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ DEPENDS = "babl librsvg glib-2.0 gtk+ pango cairo expat zlib libpng jpeg virtual
|
||||
|
||||
EXTRA_OECONF = "--disable-docs"
|
||||
|
||||
inherit distro_features_check gnomebase vala gobject-introspection
|
||||
inherit features_check gnomebase vala gobject-introspection
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ DEPENDS = " \
|
||||
"
|
||||
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}"
|
||||
|
||||
inherit distro_features_check gnomebase gtk-icon-cache gtk-doc
|
||||
inherit features_check gnomebase gtk-icon-cache gtk-doc
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ DEPENDS = "gtk+"
|
||||
|
||||
S = "${WORKDIR}/${BPN}"
|
||||
|
||||
inherit distro_features_check autotools binconfig pkgconfig gettext
|
||||
inherit features_check autotools binconfig pkgconfig gettext
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ DEPENDS = "tcl tk gperf-native bzip2 xz pango zlib gtk+ gdk-pixbuf glib-2.0"
|
||||
RDEPENDS_${PN} = "tk-lib"
|
||||
|
||||
# depends on gtk+ which has this restriction
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
|
||||
|
||||
EXTRA_OECONF = "--with-tcl=${STAGING_BINDIR_CROSS} --with-tk=${STAGING_BINDIR_CROSS} --with-tirpc"
|
||||
|
||||
@@ -14,7 +14,7 @@ SRC_URI = "http://download.savannah.nongnu.org/releases/xforms/xforms-${PV}.tar.
|
||||
SRC_URI[md5sum] = "235720a758a8b8d9e6e452dc67190e9b"
|
||||
SRC_URI[sha256sum] = "7989b39598c769820ad451ad91e5cb0de29946940c8240aac94ca8238c2def61"
|
||||
|
||||
inherit autotools distro_features_check
|
||||
inherit autotools features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "opengl x11"
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "34db5e20bcf64e7071fe9ae25acaa7d72bdc4f11ab3ce59acc768ab62f
|
||||
|
||||
S = "${WORKDIR}/SDL2_ttf-${PV}"
|
||||
|
||||
inherit autotools pkgconfig distro_features_check
|
||||
inherit autotools pkgconfig features_check
|
||||
|
||||
# links to libGL.so
|
||||
REQUIRED_DISTRO_FEATURES += "x11 opengl"
|
||||
|
||||
@@ -22,7 +22,7 @@ DEPENDS_append_libc-musl = " libexecinfo"
|
||||
# combine oe-core way with angstrom DISTRO_TYPE
|
||||
DISTRO_TYPE ?= "${@bb.utils.contains("IMAGE_FEATURES", "debug-tweaks", "debug", "",d)}"
|
||||
|
||||
inherit autotools pkgconfig gettext systemd distro_features_check
|
||||
inherit autotools pkgconfig gettext systemd features_check
|
||||
# depends on virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/numlockx/numlockx-${PV}.tar.g
|
||||
SRC_URI[md5sum] = "be9109370447eae23f6f3f8527bb1a67"
|
||||
SRC_URI[sha256sum] = "e468eb9121c94c9089dc6a287eeb347e900ce04a14be37da29d7696cbce772e4"
|
||||
|
||||
inherit autotools distro_features_check
|
||||
inherit autotools features_check
|
||||
# depends on virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ SRC_URI = " \
|
||||
SRC_URI[md5sum] = "b72794996c6a3ad94634727b95f9d204"
|
||||
SRC_URI[sha256sum] = "8b4ac0760018c77c0044fab06a4f0c510ba87eae934d9983b10878483bde7ef7"
|
||||
|
||||
inherit autotools gettext update-alternatives pkgconfig distro_features_check
|
||||
inherit autotools gettext update-alternatives pkgconfig features_check
|
||||
# depends on virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/pangomm/${SHRT_VER}/pangomm-${
|
||||
SRC_URI[md5sum] = "6cffedf2225c4e72645a7d757fb5b832"
|
||||
SRC_URI[sha256sum] = "ca6da067ff93a6445780c0b4b226eb84f484ab104b8391fb744a45cbc7edbf56"
|
||||
|
||||
inherit distro_features_check autotools pkgconfig
|
||||
inherit features_check autotools pkgconfig
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ DEPENDS += "virtual/libx11 virtual/libgl libxcb xcb-util-keysyms vim-native"
|
||||
|
||||
RDEPENDS_${PN} = "libxcb xcb-util-keysyms"
|
||||
|
||||
inherit cmake python3native distro_features_check
|
||||
inherit cmake python3native features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11 opengl"
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ SRCREV = "b814567e2bf8bda07cea8de1c7a062f4aa437b65"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit pkgconfig distro_features_check
|
||||
inherit pkgconfig features_check
|
||||
|
||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENCE.TXT;md5=75b02c2872421380bbd47781d2bd75d3"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit autotools cmake
|
||||
|
||||
@@ -9,7 +9,7 @@ SRC_URI = "git://github.com/Airblader/unclutter-xfixes.git \
|
||||
file://0001-build-use-autotools.patch"
|
||||
SRCREV = "10fd337bb77e4e93c3380f630a0555372778a948"
|
||||
|
||||
inherit autotools pkgconfig distro_features_check
|
||||
inherit autotools pkgconfig features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ SRC_URI = "git://anongit.freedesktop.org/vdpau/libvdpau"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit distro_features_check meson
|
||||
inherit features_check meson
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ DEPENDS = "\
|
||||
zlib \
|
||||
"
|
||||
|
||||
inherit pkgconfig autotools distro_features_check
|
||||
inherit pkgconfig autotools features_check
|
||||
|
||||
ANY_OF_DISTRO_FEATURES = "x11 fbdev"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ SRC_URI = "http://xorg.freedesktop.org/archive/individual/app/${BPN}-${PV}.tar.b
|
||||
SRC_URI[md5sum] = "25cc7ca1ce5dcbb61c2b471c55e686b5"
|
||||
SRC_URI[sha256sum] = "35b6f844b24f1776e9006c880a745728800764dbe3b327a128772b4610d8eb3d"
|
||||
|
||||
inherit distro_features_check autotools pkgconfig
|
||||
inherit features_check autotools pkgconfig
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ DEPENDS = "virtual/libx11 libxtst"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
inherit distro_features_check pkgconfig
|
||||
inherit features_check pkgconfig
|
||||
# depends on virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -7,6 +7,6 @@ XORG_PN = "${BPN}"
|
||||
SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.bz2"
|
||||
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
||||
|
||||
inherit distro_features_check autotools pkgconfig
|
||||
inherit features_check autotools pkgconfig
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
@@ -9,7 +9,7 @@ DESCRIPTION = "Open-source X.org graphics driver for ATI Radeon graphics"
|
||||
DEPENDS += "virtual/libx11 libxvmc drm \
|
||||
virtual/libgl xorgproto libpciaccess"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES += "opengl"
|
||||
|
||||
SRC_URI[md5sum] = "47eccf71823206ade9629cba69de7ef6"
|
||||
|
||||
@@ -10,7 +10,7 @@ DEPENDS += "virtual/libx11 libxvmc drm xorgproto \
|
||||
virtual/libgl libpciaccess"
|
||||
RDEPENDS_${PN} += "xserver-xorg-module-exa"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES += "opengl"
|
||||
|
||||
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
|
||||
|
||||
@@ -10,7 +10,7 @@ DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util"
|
||||
RDEPENDS_${PN} = "encodings font-util"
|
||||
RDEPENDS_${PN}_class-native = "font-util-native"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
# depends on bdftopcf-native -> virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util"
|
||||
RDEPENDS_${PN} = "encodings font-util"
|
||||
RDEPENDS_${PN}_class-native = "font-util-native"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
# depends on bdftopcf-native -> virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ DEPENDS += "util-macros-native font-util-native bdftopcf-native font-util"
|
||||
RDEPENDS_${PN} = "encodings font-util"
|
||||
RDEPENDS_${PN}_class-native = "font-util-native"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
# depends on bdftopcf-native -> virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util"
|
||||
RDEPENDS_${PN} = "encodings font-util"
|
||||
RDEPENDS_${PN}_class-native = "font-util-native"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
# depends on bdftopcf-native -> virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ DEPENDS = "util-macros-native font-util-native bdftopcf-native"
|
||||
RDEPENDS_${PN} = "encodings font-util"
|
||||
RDEPENDS_${PN}_class-native = "font-util-native"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
# depends on bdftopcf-native -> virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8b32ccac3ad25e75e68478deb7780265"
|
||||
DEPENDS = "util-macros-native font-util-native bdftopcf-native"
|
||||
RDEPENDS_${PN} = "encodings font-util"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
# depends on bdftopcf-native -> virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=200c507f595ee97008c7c5c3e94ab9a8"
|
||||
DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util"
|
||||
RDEPENDS_${PN} = "encodings font-util"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
# depends on bdftopcf-native -> virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Xorg 100 DPI font set"
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit packagegroup distro_features_check
|
||||
inherit packagegroup features_check
|
||||
# rdepends on font recipes with this restriction
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ DEPENDS = "intltool-native libx11 libxext libxt libxft glib-2.0-native bc-native
|
||||
# These are only needed as part of the stopgap screensaver implementation:
|
||||
RDEPENDS_${PN} += "liberation-fonts"
|
||||
|
||||
inherit systemd perlnative pkgconfig gettext autotools-brokensep distro_features_check
|
||||
inherit systemd perlnative pkgconfig gettext autotools-brokensep features_check
|
||||
|
||||
EXTRA_OECONF += "--with-x-app-defaults=${datadir}/X11/app-defaults"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
PR = "r9"
|
||||
|
||||
# we are using a gpe-style Makefile
|
||||
inherit distro_features_check gpe
|
||||
inherit features_check gpe
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ SRC_URI[waf.sha256sum] = "01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f2
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit waf pkgconfig pythonnative distro_features_check
|
||||
inherit waf pkgconfig pythonnative features_check
|
||||
|
||||
LUA ?= "lua"
|
||||
LUA_mips64 = ""
|
||||
|
||||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
|
||||
# mind when doing version upgrades).
|
||||
DEPENDS = "intltool-native glib-2.0-native gtkmm3 libcanberra pulseaudio"
|
||||
|
||||
inherit autotools distro_features_check
|
||||
inherit autotools features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/${BPN}/${BPN}_${
|
||||
file://auxdir.patch;striplevel=0"
|
||||
S = "${WORKDIR}/xpext-1.0"
|
||||
|
||||
inherit autotools pkgconfig distro_features_check
|
||||
inherit autotools pkgconfig features_check
|
||||
# depends on virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/${BPN}_${PV}
|
||||
file://xsp-fix-pc.patch"
|
||||
S = "${WORKDIR}/Xsp"
|
||||
|
||||
inherit autotools pkgconfig distro_features_check
|
||||
inherit autotools pkgconfig features_check
|
||||
# depends on virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://orrery.c;endline=25;md5=d792bdf2b591972da175aecc38d88cfe"
|
||||
DEPENDS = "gtk+"
|
||||
|
||||
inherit distro_features_check autotools-brokensep pkgconfig
|
||||
inherit features_check autotools-brokensep pkgconfig
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ SECTION = "System Environment/Base"
|
||||
|
||||
DEPENDS += "libpam"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "pam"
|
||||
|
||||
LICENSE = "BSD-1-Clause"
|
||||
|
||||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = " \
|
||||
file://COPYING.GPL;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
|
||||
"
|
||||
|
||||
inherit autotools pkgconfig python3native lib_package distro_features_check
|
||||
inherit autotools pkgconfig python3native lib_package features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require ${BPN}.inc
|
||||
|
||||
inherit meson gobject-introspection gsettings gettext bash-completion systemd distro_features_check useradd
|
||||
inherit meson gobject-introspection gsettings gettext bash-completion systemd features_check useradd
|
||||
|
||||
# polkit and gobject-introspection are mandatory and cannot be configured
|
||||
REQUIRED_DISTRO_FEATURES = "polkit gobject-introspection-data"
|
||||
|
||||
@@ -2,7 +2,7 @@ require ${BPN}.inc
|
||||
|
||||
DEPENDS = "alsa-lib zlib jpeg libpng libxext libxft"
|
||||
|
||||
inherit distro_features_check binconfig lib_package gtk-icon-cache mime
|
||||
inherit features_check binconfig lib_package gtk-icon-cache mime
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
SRC_URI += "file://0003-CMake-build-Force-shared-libs-with-unsuffixed-names.patch"
|
||||
|
||||
@@ -25,7 +25,7 @@ require links.inc
|
||||
DEPENDS += "virtual/libx11"
|
||||
RCONFLICTS_${PN} = "links"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
# depends on virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -12,4 +12,4 @@ SRC_URI[sha256sum] = "f4b59eef4a94b1d29dbe0c106dd00cdc630e47f18619fc754e5afbf572
|
||||
|
||||
FILES_${PN} = "${libdir}/pidgin/*"
|
||||
|
||||
inherit autotools pkgconfig distro_features_check
|
||||
inherit autotools pkgconfig features_check
|
||||
|
||||
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "fbed745438bb0c21467b60cbd67c8148a9289b5ebc7482d06db443bea5
|
||||
|
||||
S = "${WORKDIR}/Remmina-v${PV}"
|
||||
|
||||
inherit cmake distro_features_check
|
||||
inherit cmake features_check
|
||||
|
||||
# depends on avahi-ui with this restriction
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
@@ -17,7 +17,7 @@ PV = "1.10.1+git${SRCPV}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake distro_features_check
|
||||
inherit cmake features_check
|
||||
|
||||
EXTRA_OECMAKE += "-DSYNERGY_BUILD_LEGACY_GUI=OFF"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/OSSystems/toscoterm.git"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit distro_features_check gitpkgv pkgconfig
|
||||
inherit features_check gitpkgv pkgconfig
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ S = "${WORKDIR}/git"
|
||||
|
||||
CVE_PRODUCT = "udisks"
|
||||
|
||||
inherit autotools systemd gtk-doc gobject-introspection gettext distro_features_check
|
||||
inherit autotools systemd gtk-doc gobject-introspection gettext features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "polkit"
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ LEAD_SONAME = "libuim.so.1"
|
||||
COMPATIBLE_HOST_riscv64 = "null"
|
||||
COMPATIBLE_HOST_riscv32 = "null"
|
||||
|
||||
inherit distro_features_check autotools pkgconfig gettext qemu gtk-immodules-cache
|
||||
inherit features_check autotools pkgconfig gettext qemu gtk-immodules-cache
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ SRC_URI = " \
|
||||
SRC_URI[md5sum] = "abe6acb617f11f2e8dbd9846fcf86e24"
|
||||
SRC_URI[sha256sum] = "64b5ffbfccd5bdb15d925777979a4dbee1a957f9eaeb158dc76175267eddbdef"
|
||||
|
||||
inherit autotools pkgconfig gettext gobject-introspection systemd distro_features_check
|
||||
inherit autotools pkgconfig gettext gobject-introspection systemd features_check
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
||||
PACKAGECONFIG[idevice] = "--with-idevice,--without-idevice,libimobiledevice libplist"
|
||||
|
||||
@@ -5,7 +5,7 @@ HOMEPAGE = "http://bitmath.org/code/mtview/"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4c61b8950dc1aab4d2aa7c2ae6b1cfb3"
|
||||
|
||||
inherit autotools pkgconfig distro_features_check
|
||||
inherit autotools pkgconfig features_check
|
||||
# depends on virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ inherit autotools pkgconfig
|
||||
|
||||
DEPENDS = "virtual/libx11 xserver-xorg xrdp nasm-native"
|
||||
|
||||
inherit distro_features_check
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "x11 pam"
|
||||
|
||||
SRC_URI = "git://github.com/neutrinolabs/xorgxrdp.git"
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=72cfbe4e7bd33a0a1de9630c91195c21 \
|
||||
"
|
||||
|
||||
inherit distro_features_check autotools pkgconfig useradd systemd
|
||||
inherit features_check autotools pkgconfig useradd systemd
|
||||
|
||||
DEPENDS = "openssl virtual/libx11 libxfixes libxrandr libpam nasm-native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user