mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
meta-oe: Drop broken BBCLASSEXTEND variants
The command "bitbake universe -c fetch" currently throws a ton of warnings as there are many 'impossible' dependencies. In some cases these variants may never have worked and were just added by copy and paste of recipes. In some cases they once clearly did work but became broken somewhere along the way. Users may also be carrying local bbappend files which add further BBCLASSEXTEND. Having universe fetch work without warnings is desireable so clean up the broken variants. Anyone actually needing something dropped here can propose adding it and the correct functional dependencies back quite easily. This also then ensures we're not carrying or fixing things nobody uses. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -14,5 +14,3 @@ SRC_URI[sha256sum] = "ed8b98448d535111d9a593b067601a8b53e2874814d706b2421a9490a6
|
|||||||
UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/ser2net/files/ser2net"
|
UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/ser2net/files/ser2net"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
|
||||||
|
|||||||
@@ -30,8 +30,6 @@ PACKAGECONFIG[nss] = "-DCZMQ_WITH_NSS=ON,-DCZMQ_WITH_NSS=OFF,nss"
|
|||||||
PACKAGECONFIG[systemd] = "-DCZMQ_WITH_SYSTEMD=ON,-DCZMQ_WITH_SYSTEMD=OFF,systemd"
|
PACKAGECONFIG[systemd] = "-DCZMQ_WITH_SYSTEMD=ON,-DCZMQ_WITH_SYSTEMD=OFF,systemd"
|
||||||
PACKAGECONFIG[uuid] = "-DCZMQ_WITH_UUID=ON,-DCZMQ_WITH_UUID=OFF,util-linux"
|
PACKAGECONFIG[uuid] = "-DCZMQ_WITH_UUID=ON,-DCZMQ_WITH_UUID=OFF,util-linux"
|
||||||
|
|
||||||
BBCLASSEXTEND = "nativesdk"
|
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
mkdir -p ${D}/${includedir}/${BPN}
|
mkdir -p ${D}/${includedir}/${BPN}
|
||||||
mv ${D}/${includedir}/sha1.h ${D}/${includedir}/${BPN}/.
|
mv ${D}/${includedir}/sha1.h ${D}/${includedir}/${BPN}/.
|
||||||
|
|||||||
@@ -42,6 +42,4 @@ RDEPENDS:${PN} += " \
|
|||||||
dnf \
|
dnf \
|
||||||
libnewt-python \
|
libnewt-python \
|
||||||
"
|
"
|
||||||
DEPENDS:append:class-nativesdk = " file-replacement-nativesdk"
|
|
||||||
BBCLASSEXTEND = "nativesdk"
|
|
||||||
SKIP_RECIPE[dnf-plugin-tui] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}"
|
SKIP_RECIPE[dnf-plugin-tui] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}"
|
||||||
|
|||||||
@@ -29,4 +29,4 @@ EXTRA_OECMAKE += "-DHEAPTRACK_BUILD_GUI=OFF"
|
|||||||
COMPATIBLE_HOST:riscv32 = "null"
|
COMPATIBLE_HOST:riscv32 = "null"
|
||||||
COMPATIBLE_HOST:riscv64 = "null"
|
COMPATIBLE_HOST:riscv64 = "null"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
@@ -18,4 +18,4 @@ EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_LIB_DIR=${@d.getVar('baselib').replace('/',
|
|||||||
|
|
||||||
FILES:${PN} += "${libdir}/openjpeg*"
|
FILES:${PN} += "${libdir}/openjpeg*"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
@@ -13,7 +13,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=64322fab5239f5c8d97cf6e0e14f1c62"
|
|||||||
|
|
||||||
DEPENDS += "libxaw libxkbfile"
|
DEPENDS += "libxaw libxkbfile"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
|
||||||
|
|
||||||
SRC_URI_EXT = "xz"
|
SRC_URI_EXT = "xz"
|
||||||
SRC_URI[sha256sum] = "f6a4a8e9c54582beb3787b1faa8168caab125c1fee0ca9cfa5b6c9c1df25eea4"
|
SRC_URI[sha256sum] = "f6a4a8e9c54582beb3787b1faa8168caab125c1fee0ca9cfa5b6c9c1df25eea4"
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ LICENSE = "MIT"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6ea29dbee22324787c061f039e0529de"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=6ea29dbee22324787c061f039e0529de"
|
||||||
|
|
||||||
DEPENDS += "xbitmaps libxcursor"
|
DEPENDS += "xbitmaps libxcursor"
|
||||||
BBCLASSEXTEND = "native"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "5fe769c8777a6e873ed1305e4ce2c353"
|
SRC_URI[md5sum] = "5fe769c8777a6e873ed1305e4ce2c353"
|
||||||
SRC_URI[sha256sum] = "10c442ba23591fb5470cea477a0aa5f679371f4f879c8387a1d9d05637ae417c"
|
SRC_URI[sha256sum] = "10c442ba23591fb5470cea477a0aa5f679371f4f879c8387a1d9d05637ae417c"
|
||||||
|
|||||||
@@ -50,4 +50,3 @@ FILES:jack-utils = "${bindir}/*"
|
|||||||
|
|
||||||
FILES:${PN}-doc += " ${datadir}/jack-audio-connection-kit/reference/html/*"
|
FILES:${PN}-doc += " ${datadir}/jack-audio-connection-kit/reference/html/*"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
|
||||||
|
|||||||
@@ -30,8 +30,6 @@ EXTRA_OECONF:class-native += " --with-pdftops=pdftops \
|
|||||||
--disable-ldap \
|
--disable-ldap \
|
||||||
--with-png --without-jpeg --without-tiff"
|
--with-png --without-jpeg --without-tiff"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
|
||||||
|
|
||||||
PACKAGECONFIG[jpeg] = "--with-jpeg,--without-jpeg,jpeg"
|
PACKAGECONFIG[jpeg] = "--with-jpeg,--without-jpeg,jpeg"
|
||||||
PACKAGECONFIG[png] = "--with-png,--without-png,libpng"
|
PACKAGECONFIG[png] = "--with-png,--without-png,libpng"
|
||||||
PACKAGECONFIG[tiff] = "--with-tiff,--without-tiff,tiff"
|
PACKAGECONFIG[tiff] = "--with-tiff,--without-tiff,tiff"
|
||||||
|
|||||||
Reference in New Issue
Block a user