meta-openembedded/all: adapt to UNPACKDIR changes

Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.

I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Alexander Kanavin
2025-06-20 16:06:53 +02:00
committed by Khem Raj
parent 188491dd2b
commit fc78d37ff0
1054 changed files with 385 additions and 1160 deletions
+1 -2
View File
@@ -127,8 +127,7 @@ python __anonymous() {
d.setVar('EXTERNAL_KERNEL_DEVICETREE', '${RECIPE_SYSROOT}/boot/devicetree')
}
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
S = "${UNPACKDIR}"
B = "${WORKDIR}/build"
#
@@ -16,7 +16,6 @@ SRC_URI += "git://github.com/westerndigitalcorporation/spdm-utils.git;protocol=h
include spdm-utils-crates.inc
SRCREV = "f67ac9e00b79f603ecbbd29928a4ecc3dec5abd5"
S = "${WORKDIR}/git"
# bindgen-cli comes from meta-clang and depends on libclang
DEPENDS += "libspdm udev bindgen-cli-native pciutils"
@@ -5,7 +5,6 @@ LICENSE = "GPL-3.0-only"
SECTION = "devel"
LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
S = "${WORKDIR}/git"
SRC_URI = " \
git://github.com/jthornber/thin-provisioning-tools;branch=main;protocol=https \
@@ -20,7 +20,6 @@ SRCREV = "8416326777b2aada0706539b8f9f6acefa476b16"
SRC_URI = "git://github.com/tomba/rwmem.git;protocol=https;name=rwmem;branch=master \
file://0001-include-missing-cstdint.patch"
S = "${WORKDIR}/git"
inherit meson pkgconfig python3native
@@ -22,7 +22,6 @@ SRC_URI:append:libc-musl = " file://0001-don-t-fail-if-GLOB_BRACE-is-not-defined
SRCREV = "01045f683b9419beb90119497cd1b2be44e83b8e"
S = "${WORKDIR}/git"
DEPENDS = "glib-2.0 libyaml util-linux-libuuid \
systemd python3-cffi-native \
@@ -48,7 +48,6 @@ SRC_URI:append:toolchain-clang = "\
file://0001-asio-Dont-use-experimental-with-clang.patch \
"
S = "${WORKDIR}/git"
CVE_STATUS[CVE-2014-8180] = "not-applicable-config: Not affecting our configuration so it can be safely ignored."
CVE_STATUS[CVE-2017-2665] = "not-applicable-config: Not affecting our configuration so it can be safely ignored."
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9db4b73a55a3994384112efcdb37c01f"
SRC_URI = "git://github.com/nanopb/nanopb.git;branch=maintenance_0.4;protocol=https"
SRCREV = "cad3c18ef15a663e30e3e43e3a752b66378adec1"
S = "${WORKDIR}/git"
inherit cmake
@@ -13,7 +13,6 @@ PV = "0.5.9+git"
SRCREV = "0e2ce9b9c46c47363436f9ee730f7c71bf455f0f"
SRC_URI = "git://github.com/lcdproc/lcdproc;branch=master;protocol=https"
S = "${WORKDIR}/git"
inherit autotools pkgconfig update-rc.d
@@ -20,7 +20,6 @@ PACKAGECONFIG[utils] += "-Dutils=true, -Dutils=false"
DEPENDS += "libdrm libevdev fmt"
S = "${WORKDIR}/git"
inherit meson pkgconfig
@@ -22,7 +22,6 @@ RDEPENDS:${PN} += "python3 python3-six python3-pyparsing python3-configshell-fb"
SRCREV = "d323d5a3091af490502c5d025ec7361a3a2cfbd9"
SRC_URI = "git://git.infradead.org/users/hch/nvmetcli.git;branch=master"
S = "${WORKDIR}/git"
do_install:append() {
# Install example configuration scripts.
@@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "161131c686a6d9962a0e96912526dd46308e022d62e3f8acaed5a56fda
UPSTREAM_CHECK_URI = "https://selenic.com/repo/smem/tags"
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
S = "${WORKDIR}/${BPN}-${HG_CHANGESET}"
S = "${UNPACKDIR}/${BPN}-${HG_CHANGESET}"
do_compile() {
${CC} ${CFLAGS} ${LDFLAGS} smemcap.c -o smemcap
@@ -38,7 +38,6 @@ SRC_URI = "gitsm://github.com/taisei-project/taisei.git;branch=v1.4.x;protocol=h
SRCREV = "c098579d4fa0f004ccc204c5bc46eac3717cba28"
S = "${WORKDIR}/git"
inherit features_check meson mime mime-xdg pkgconfig python3native
@@ -9,7 +9,6 @@ SRC_URI = "git://github.com/mchehab/rasdaemon.git;branch=master;protocol=https \
SRCREV = "db0870edd2919f4f4d0101843136bcae92ab0743"
S = "${WORKDIR}/git"
DEPENDS = "libtraceevent"
RDEPENDS:${BPN} = "perl perl-module-file-basename perl-module-file-find perl-module-file-spec perl-module-getopt-long \
@@ -3,8 +3,7 @@ SECTION = "console/utils"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
S = "${UNPACKDIR}"
SRC_URI = " \
file://android-gadget-setup \
@@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
SRC_URI = "file://android-gadget-setup"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
S = "${UNPACKDIR}"
do_install() {
install -d ${D}${bindir}
@@ -43,9 +43,9 @@ SRC_URI += " \
# patches which don't come from debian
SRC_URI += " \
file://rules_yocto.mk;subdir=git \
file://rules_yocto.mk;subdir=${BB_GIT_DEFAULT_DESTSUFFIX} \
file://android-tools-adbd.service \
file://adbd.mk;subdir=git/debian/system/core \
file://adbd.mk;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/debian/system/core \
file://remount \
file://0001-Fixes-for-yocto-build.patch \
file://0002-android-tools-modifications-to-make-it-build-in-yoct.patch \
@@ -55,7 +55,6 @@ SRC_URI += " \
file://0001-liblp-fix-building-with-GCC-14.patch \
"
S = "${WORKDIR}/git"
B = "${WORKDIR}/${BPN}"
# http://errors.yoctoproject.org/Errors/Details/1debian881/
@@ -15,7 +15,6 @@ SRC_URI = "git://github.com/ssvb/cpuburn-arm.git;branch=master;protocol=https \
file://0003-burn.S-Remove-.func-.endfunc.patch \
"
S = "${WORKDIR}/git"
do_compile() {
@@ -27,7 +27,6 @@ SRCREV = "a6e474c9e896e4ba1eb40066a03402afb040710a"
UPSTREAM_CHECK_GITTAGREGEX = "fio-(?P<pver>\d+(\.\d+)+)"
S = "${WORKDIR}/git"
# avoids build breaks when using no-static-libs.inc
DISABLE_STATIC = ""
@@ -21,7 +21,6 @@ SRC_URI = " \
"
SRCREV = "42e3d8fe3aa88743ef90348138f643f7b04a9237"
S = "${WORKDIR}/git"
inherit meson pkgconfig features_check
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "1e8087ada056f5d8018ee0bc76686d416fc2251ed03038055dbd0af78d
UPSTREAM_CHECK_REGEX = "iozone3_(?P<pver>\d+).tar"
S = "${WORKDIR}/${BPN}_${PV}/src/current"
S = "${UNPACKDIR}/${BPN}_${PV}/src/current"
#
# All other arches can use the default OEMAKE except those
@@ -10,7 +10,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/iperf-${PV}.tar.gz \
SRC_URI[sha256sum] = "754ab0a7e28033dbea81308ef424bc7df4d6e2fe31b60cc536b61b51fefbd8fb"
S = "${WORKDIR}/iperf-${PV}"
S = "${UNPACKDIR}/iperf-${PV}"
inherit autotools pkgconfig
@@ -20,7 +20,6 @@ SRC_URI = "git://github.com/esnet/iperf.git;branch=master;protocol=https \
SRCREV = "2a2984488d6de8f7a2d1f5938e03ca7be57e227c"
S = "${WORKDIR}/git"
inherit autotools
@@ -16,7 +16,6 @@ SRC_URI = "git://git.musl-libc.org/libc-bench;branch=master \
# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"
S = "${WORKDIR}/git"
do_install () {
install -d ${D}${bindir}
@@ -28,7 +28,6 @@ SRC_URI = " \
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
S = "${WORKDIR}/git"
COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64|aarch64|arm).*-linux*"
@@ -10,8 +10,7 @@ SRC_URI = "http://www.netlib.org/benchmark/linpackc.new;downloadfilename=linpack
"
SRC_URI[sha256sum] = "a63f2ec86512959f1fd926bfafb85905b2d7b7402942ffae3af374d48745e97e"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
S = "${UNPACKDIR}"
do_compile () {
${CC} ${CFLAGS} ${LDFLAGS} -DDP -o linpack_dp linpacknew.c -lm
-1
View File
@@ -8,7 +8,6 @@ SRC_URI = "git://github.com/raas/${BPN}.git;branch=master;protocol=https"
SRCREV = "c3155b544a5065e8235508059c6512af6c46bd4d"
S = "${WORKDIR}/git"
do_install() {
install -d ${D}${bindir}
@@ -11,7 +11,7 @@ SRC_URI = "http://www.phoronix-test-suite.com/releases/${BP}.tar.gz \
SRC_URI[sha256sum] = "1f2092d536c0a3193efc53e4a50f3cee65c0ef1a78d31e5404f1c663fff7b7f4"
S = "${WORKDIR}/phoronix-test-suite"
S = "${UNPACKDIR}/phoronix-test-suite"
inherit systemd allarch mime mime-xdg
@@ -9,7 +9,6 @@ inherit autotools-brokensep
SRCREV = "c706363815a38ff2c5cbc07b73e2cfaaa59bae0f"
SRC_URI = "git://github.com/linux-rdma/qperf.git;protocol=https;branch=master"
S = "${WORKDIR}/git"
do_configure() {
./cleanup
@@ -10,7 +10,6 @@ SRC_URI = "git://github.com/Algodev-github/S.git;protocol=https;branch=master"
# upstream updates
UPSTREAM_CHECK_COMMITS = "1"
S = "${WORKDIR}/git"
# installing in /opt/S-suite since the package has
# dependencies to the directory structure.
@@ -18,6 +18,5 @@ GI_DATA_ENABLED:libc-musl:armv7a = "False"
GI_DATA_ENABLED:libc-musl:armv7ve = "False"
SRC_URI = "git://github.com/stressapptest/stressapptest;branch=master;protocol=https"
S = "${WORKDIR}/git"
inherit autotools
@@ -13,7 +13,6 @@ inherit autotools-brokensep pkgconfig
SRC_URI = "git://github.com/akopytov/sysbench.git;protocol=https;branch=master"
SRCREV = "ebf1c90da05dea94648165e4f149abc20c979557"
S = "${WORKDIR}/git"
COMPATIBLE_HOST = "(arm|aarch64|i.86|x86_64).*-linux*"
@@ -13,7 +13,6 @@ SRC_URI = "git://github.com/ssvb/tinymembench.git;branch=master;protocol=https \
file://0001-asm-Delete-.func-.endfunc-directives.patch \
"
S = "${WORKDIR}/git"
TARGET_CC_ARCH += "${LDFLAGS}"
@@ -7,8 +7,7 @@ LIC_FILES_CHKSUM = "file://${UNPACKDIR}/whetstone.c;beginline=1;endline=52;md5=c
SRC_URI = "http://www.netlib.org/benchmark/whetstone.c"
SRC_URI[sha256sum] = "333e4ceca042c146f63eec605573d16ae8b07166cbc44a17bec1ea97c6f1efbf"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
S = "${UNPACKDIR}"
do_compile () {
${CC} ${CFLAGS} ${LDFLAGS} -Ofast -o whetstone whetstone.c -lm
-1
View File
@@ -10,7 +10,6 @@ REQUIRED_DISTRO_FEATURES = "polkit"
SRC_URI = "git://gitlab.freedesktop.org/bolt/bolt.git;protocol=https;branch=master"
SRCREV = "f03c50b22ae3fda26711ddabd91e2c5dd8103478"
S = "${WORKDIR}/git"
CVE_PRODUCT = "freedesktop:bolt"
@@ -16,7 +16,6 @@ SRC_URI = "git://gitlab.com/pibox/con2fbmap.git;protocol=https;branch=master \
# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"
S = "${WORKDIR}/git"
inherit autotools
@@ -20,7 +20,6 @@ UPSTREAM_CHECK_COMMITS = "1"
EXTRA_OEMAKE:append = " ${@['', 'NLS=false']['${USE_NLS}' == 'no']} "
S = "${WORKDIR}/git"
TARGET_CC_ARCH += "${LDFLAGS}"
@@ -16,7 +16,6 @@ EXTRA_OEMAKE = "NOSTRIP=1 DESTDIR=${D} PREFIX=${prefix}"
PV = "1.0+${SRCPV}"
S = "${WORKDIR}/git"
do_install() {
oe_runmake install
@@ -13,7 +13,6 @@ DEPENDS = " sysfsutils"
SRCREV = "1c57818ecee186aa47af0342149577df5302c022"
PV = "0.18+git"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/grondo/edac-utils;branch=master;protocol=https \
file://make-init-script-be-able-to-automatically-load-EDAC-.patch \
@@ -16,7 +16,6 @@ SRCREV = "2e6b5db43d63a5c0283a4cae9a6a20b7ad107a04"
# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"
S = "${WORKDIR}/git"
DEPENDS = "glib-2.0 systemd"
@@ -9,7 +9,7 @@ SRC_URI = "https://download.flashrom.org/releases/flashrom-v${PV}.tar.xz \
SRC_URI[sha256sum] = "1f934b076ed49eace203655ec249fc7861a6b8e87fe4aef732e47b6e485b6293"
S = "${WORKDIR}/flashrom-v${PV}"
S = "${UNPACKDIR}/flashrom-v${PV}"
inherit meson pkgconfig
@@ -6,7 +6,6 @@ SRC_URI = "git://github.com/fwupd/fwupd-efi;protocol=https;branch=main \
file://0001-efi-generate_binary.py-Use-env-to-detect-python3.patch"
SRCREV = "58a2928f778278ab1f7f8fcddbab81ba587a8962"
S = "${WORKDIR}/git"
DEPENDS = "gnu-efi python3-pefile-native"
-1
View File
@@ -21,6 +21,5 @@ SRC_URI = "\
"
SRCREV = "ed9ad777d842880e7ac6ca5e0de4bd2d3b4d02dc"
S = "${WORKDIR}/git"
inherit autotools
@@ -23,7 +23,6 @@ SRCREV = "b0edae14e8660b80ffe0384354038a9f62e2978d"
COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
COMPATIBLE_HOST:libc-musl = "null"
S = "${WORKDIR}/git"
EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--enable-systemd', '', d)}"
@@ -12,8 +12,7 @@ SRC_URI = "file://fancontrol \
file://sensors.conf \
file://sensord \
"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
S = "${UNPACKDIR}"
PACKAGECONFIG ??= "sensord"
PACKAGECONFIG[sensord] = ",,"
@@ -44,7 +44,6 @@ SYSTEMD_SERVICE:${PN}-fancontrol = "fancontrol.service"
SYSTEMD_SERVICE:${PN}-sensord = "sensord.service"
SYSTEMD_AUTO_ENABLE = "disable"
S = "${WORKDIR}/git"
EXTRA_OEMAKE = 'EXLDFLAGS="${LDFLAGS}" \
MACHINE=${TARGET_ARCH} PREFIX=${prefix} MANDIR=${mandir} \
+1 -1
View File
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "0a800e9e94dca2ab702d65d72777ae8cae078e3d74d0bcbed64ba0849e
inherit autotools
S = "${WORKDIR}/lsscsi-${PV}"
S = "${UNPACKDIR}/lsscsi-${PV}"
UPSTREAM_CHECK_REGEX = "lsscsi-(?P<pver>\d+(\.\d+)+)\.tgz"
@@ -9,7 +9,6 @@ DEPENDS = "json-c libnvme"
SRCREV = "71fa5d9310d6b41a69e844593423ac91b1453472"
SRC_URI = "git://github.com/linux-nvme/nvme-cli.git;branch=master;protocol=https"
S = "${WORKDIR}/git"
inherit bash-completion meson pkgconfig systemd
@@ -6,8 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4b5fcfc87fb615860d398b5e38685edf"
SRC_URI = "file://pointercal \
file://COPYING"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
S = "${UNPACKDIR}"
do_install() {
# Only install file if it has a contents
@@ -20,7 +20,7 @@ CVE_STATUS[CVE-2009-1147] = "cpe-incorrect: this CVE is for vmware ace"
COMPATIBLE_HOST:libc-musl = "null"
S = "${WORKDIR}/ACE_wrappers"
S = "${UNPACKDIR}/ACE_wrappers"
B = "${WORKDIR}/ACE_wrappers/ace"
export ACE_ROOT = "${WORKDIR}/ACE_wrappers"
@@ -9,6 +9,5 @@ SRCREV = "21046ebc4a5475c14cea446715734c88fe33d276"
DEPENDS = "openssl boost"
S = "${WORKDIR}/git"
inherit cmake
@@ -12,7 +12,7 @@ inherit pypi setuptools3 pkgconfig
SRC_URI += "file://0001-setup.py-StrictVersion-packaging.version.patch"
SRC_URI[sha256sum] = "49fc70f01bc192c43ff3ec815e082df5261ea4c8d36a695e977734c4eb4df868"
S = "${WORKDIR}/python-gammu-${PV}"
S = "${UNPACKDIR}/python-gammu-${PV}"
DEPENDS += "gammu python3-packaging-native"
@@ -15,7 +15,6 @@ SRC_URI = "git://github.com/labapart/gattlib.git;branch=master;protocol=https \
SRCBRANCH = "master"
SRCREV = "33a8a275928b186381bb0aea0f9778e330e57ec3"
S = "${WORKDIR}/git"
CVE_STATUS[CVE-2019-6498] = "fixed-version: patch is already included in sources"
@@ -9,7 +9,6 @@ SRCREV = "e4dbb9687bd5e887fa98a4cdcec012ea85da1ef2"
SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master"
S = "${WORKDIR}/git"
inherit autotools
@@ -40,7 +40,7 @@ SRC_URI[sha256sum] = "b7a4cd5ead67fb08b980b21abd150ff7217e85ea320c9ed0c6dadd3048
CVE_PRODUCT = "kerberos"
CVE_VERSION = "5-${PV}"
S = "${WORKDIR}/${BP}/src"
S = "${UNPACKDIR}/${BP}/src"
DEPENDS = "bison-native ncurses util-linux e2fsprogs e2fsprogs-native openssl"
@@ -11,5 +11,4 @@ DEPENDS = "libplist"
SRCREV = "aef2bf0f5bfe961ad83d224166462d87b1df2b00"
SRC_URI = "git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
@@ -14,7 +14,6 @@ SRCREV = "860ffb707af3af94467d2ece4ad258dda957c6cd"
SRC_URI = "git://github.com/libimobiledevice/libimobiledevice;protocol=https;branch=master \
file://0001-include-unistd.h-for-usleep.patch"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
EXTRA_OECONF = " --without-cython "
@@ -11,5 +11,4 @@ DEPENDS = "libimobiledevice-glue libusb1 readline"
SRCREV = "2fb767d784c01269a0ded5bacd5539aee3768c35"
SRC_URI = "git://github.com/libimobiledevice/libirecovery;protocol=https;branch=master"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
@@ -14,7 +14,6 @@ inherit meson pkgconfig bash-completion gobject-introspection upstream-version-i
SRCREV = "e10df4b6b3edfe6a46d93f7f5f5cab31c29a7091"
SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=main"
S = "${WORKDIR}/git"
EXTRA_OEMESON = " \
-Dgtk_doc=false \
@@ -8,6 +8,5 @@ SRC_URI = "git://github.com/jpirko/libndp;branch=master;protocol=https \
"
# tag for v1.8
SRCREV = "2730638bf88984b09531813974f9bd14e1a50165"
S = "${WORKDIR}/git"
inherit autotools
@@ -13,7 +13,6 @@ SRC_URI = "git://github.com/libnet/libnet.git;protocol=https;branch=master"
SRC_URI[sha256sum] = "1e9e9054d688b059bcbaf878d8c4fbf69bfc0c9386cd4e7779fbb53339050d2e"
SRCREV = "deaebdfe2743e8a6f04d3c307d9272afeeecfade"
S = "${WORKDIR}/git"
inherit autotools binconfig multilib_script
MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/libnet-config"
@@ -7,7 +7,6 @@ SRC_URI = "git://github.com/sahlberg/libnfs.git;protocol=https;branch=master \
file://0001-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patch \
"
SRCREV = "18c5c73ee88bb7dc8da0d55dc95164bb77e49dc6"
S = "${WORKDIR}/git"
DEPENDS += "gnutls"
@@ -15,7 +15,6 @@ inherit meson pkgconfig bash-completion gobject-introspection upstream-version-i
SRCREV = "3f07d6e5b4677558543b3b4484ea88ad92257e92"
SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libqmi.git;protocol=https;branch=qmi-1-34"
S = "${WORKDIR}/git"
PACKAGECONFIG ??= "udev mbim"
PACKAGECONFIG[udev] = "-Dudev=true,-Dudev=false,libgudev"
@@ -10,7 +10,6 @@ SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib.git;protoc
PV = "1.2.2+git"
SRCREV = "8991f0e93713ebf4da48ae4f23940ead42f64c8c"
S = "${WORKDIR}/git"
inherit meson pkgconfig gobject-introspection
@@ -7,13 +7,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8b6cb42d66e6b3c47a909c3ce678a7b"
DEPENDS = "boost openssl"
SRC_URI = "git://github.com/arvidn/libtorrent.git;branch=master;protocol=https \
git://github.com/arvidn/try_signal.git;branch=master;protocol=https;destsuffix=git/deps/try_signal;name=try_signal"
git://github.com/arvidn/try_signal.git;branch=master;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/deps/try_signal;name=try_signal"
SRCREV = "74bc93a37a5e31c78f0aa02037a68fb9ac5deb41"
SRCREV_try_signal = "105cce59972f925a33aa6b1c3109e4cd3caf583d"
SRCREV_FORMAT .= "_try_signal"
S = "${WORKDIR}/git"
inherit cmake pkgconfig python3targetconfig
@@ -13,7 +13,6 @@ UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
CVE_STATUS[CVE-2009-1760] = "backported-patch: patched in our product"
S = "${WORKDIR}/git"
CVE_PRODUCT = ""
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=382bfdf329e774859fd401eaf850d29b"
DEPENDS = "zlib"
DEPENDS:append:class-native = " libcap-native"
S = "${WORKDIR}/git"
SRCREV = "ab9df9cfc39de7a49967f18387b6b76310947442"
SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;branch=v4.3-stable \
file://0001-sll_protocol-may-be-be16.patch \
@@ -14,7 +14,6 @@ DEPENDS = "glib-2.0 libgudev libxslt-native dbus"
SRCREV = "03f786ce66360d67c669f4f122f8aa458e6f01ea"
SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/ModemManager.git;protocol=https;branch=mm-1-22"
S = "${WORKDIR}/git"
# strict, permissive
MODEMMANAGER_POLKIT_TYPE ??= "permissive"
@@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "158860aaea52f0fce0c8e4b64550daaae06df2689e05834697b7e8c7d7
UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/openobex/files/openobex/"
UPSTREAM_CHECK_REGEX = "${BPN}/(?P<pver>\d+(\.\d+)+)"
S = "${WORKDIR}/${BP}-Source"
S = "${UNPACKDIR}/${BP}-Source"
inherit cmake pkgconfig
@@ -27,7 +27,7 @@ PACKAGECONFIG[swig] = "-DENABLE_SWIG=ON,-DENABLE_SWIG=OFF,swig"
DEPENDS:remove:class-native = "fuse-native"
S = "${WORKDIR}/${BP}-Source"
S = "${UNPACKDIR}/${BP}-Source"
EXTRA_OECMAKE += "-DCMAKE_SKIP_RPATH=ON \
-DENABLE_PERL=OFF -DENABLE_PYTHON=OFF \
@@ -19,7 +19,6 @@ SRCREV = "2150ba29d9df24ad1733c460eb099f292af84ee5"
DEPENDS = "openssl"
S = "${WORKDIR}/git"
inherit cmake
@@ -14,7 +14,6 @@ SRC_URI = "git://github.com/eclipse/paho.mqtt.cpp;protocol=https;branch=master;t
DEPENDS = "openssl paho-mqtt-c"
S = "${WORKDIR}/git"
inherit cmake
@@ -12,7 +12,6 @@ SRC_URI = "git://github.com/seladb/PcapPlusPlus.git;protocol=https;branch=master
"
SRCREV = "4af4b8b04e6d5dd40b8e69cc30c5c1f62e7fe368"
S = "${WORKDIR}/git"
inherit cmake
@@ -7,7 +7,6 @@ SRC_URI = "git://github.com/alanxz/rabbitmq-c.git;branch=master;protocol=https \
"
SRCREV = "84b81cd97a1b5515d3d4b304796680da24c666d8"
S = "${WORKDIR}/git"
DEPENDS = "popt openssl"
@@ -8,7 +8,6 @@ DEPENDS = "autoconf-archive libsigc++-2.0 curl cppunit libtool libtorrent ncurse
SRC_URI = "git://github.com/rakshasa/rtorrent;branch=master;protocol=https"
SRCREV = "a88cab6d2e764e22cac232ef8d5af039d41b8280"
S = "${WORKDIR}/git"
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
@@ -14,7 +14,7 @@ SRC_URI = "http://smstools3.kekekasvi.com/packages/${BP}.tar.gz \
SRC_URI[sha256sum] = "a26ba4c02b16f6cf13177bffca6c9230dc5fefaeba8e3030cd4e4905f6a92084"
S = "${WORKDIR}/${BPN}"
S = "${UNPACKDIR}/${BPN}"
EXTRA_OEMAKE += "LFLAGS='${LDFLAGS}'"
@@ -15,7 +15,6 @@ SRC_URI = " \
# Transmission release 4.0.6
SRCREV = "38c164933e9f77c110b48fe745861c3b98e3d83e"
S = "${WORKDIR}/git"
inherit cmake gettext update-rc.d pkgconfig systemd mime-xdg
@@ -14,7 +14,6 @@ PV = "1.1.2+git"
SRCREV = "01c94c77f59404924f1c46d99c4e5e0c7817281b"
SRC_URI = "git://github.com/libimobiledevice/usbmuxd;protocol=https;branch=master"
S = "${WORKDIR}/git"
EXTRA_OECONF += "--without-preflight"
@@ -7,7 +7,6 @@ LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0542427ed5c315ca34aa09ae7a85ed32"
SECTION = "test"
S = "${WORKDIR}/git"
SRCREV = "12e85fbeca8ca21a632d18e55089a8a7606d64aa"
SRC_URI = "git://github.com/Wi-FiTestSuite/Wi-FiTestSuite-Linux-DUT.git;branch=master;protocol=https \
file://0001-Use-toolchain-from-environment-variables.patch \
@@ -8,7 +8,6 @@ SRCREV = "c94c20743ed7d4aa37835a5c46567ab0790d4acc"
SRC_URI = "git://github.com/zeromq/cppzmq.git;branch=master;protocol=https"
S = "${WORKDIR}/git"
inherit cmake
-1
View File
@@ -8,7 +8,6 @@ SRC_URI = "git://git.sr.ht/~emersion/basu;protocol=https;branch=master"
DEPENDS += "gperf-native"
S = "${WORKDIR}/git"
PV = "0.2.1+git"
SRCREV = "a08cf5a575325435040d35710dbac3d0c32b1676"
@@ -12,7 +12,6 @@ DEPENDS = "libsigc++-3"
RDEPENDS:${PN}:class-target = "${VIRTUAL-RUNTIME_dbus}"
S = "${WORKDIR}/git"
inherit pkgconfig cmake
@@ -12,7 +12,6 @@ SRC_URI = "git://github.com/alban/dbus-daemon-proxy;branch=master;protocol=https
# Upstream repo does not tag
UPSTREAM_CHECK_COMMITS = "1"
S = "${WORKDIR}/git"
inherit pkgconfig
-1
View File
@@ -7,7 +7,6 @@ SRC_URI = "git://github.com/nicupavel/emlog.git;protocol=https;branch=master"
SRC_URI += "file://0001-emlog-Do-not-use-no_llseek-with-kernel-6.12.0.patch"
SRCREV = "a9bbf324fde131ff4cf064e32674086c4ced4dca"
PV = "0.70+git"
S = "${WORKDIR}/git"
CVE_PRODUCT = "nicupavel:emlog"
-1
View File
@@ -14,7 +14,6 @@ PV .= "+git"
SRCREV = "7482de6071d21db77a7236155da44c172a7f6c9e"
SRC_URI = "git://github.com/glfw/glfw.git;branch=3.3-stable;protocol=https"
S = "${WORKDIR}/git"
EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON -DGLFW_BUILD_DOCS=OFF"
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "git://gitlab.gnome.org/pwithnall/libglib-testing.git;protocol=https;branch=main"
PV = "0.1.1"
S = "${WORKDIR}/git"
SRCREV = "e326f73a7139c5e54fcf926896ae6e4cc899a1a7"
inherit meson pkgconfig
@@ -14,7 +14,7 @@ SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
SRC_URI[archive.sha256sum] = "539b0a29e15a96676c4f0594541250566c5ca44da5d4d87a3732fa2d07909e4a"
S = "${WORKDIR}/${GNOMEBN}-${PV}"
S = "${UNPACKDIR}/${GNOMEBN}-${PV}"
FILES:${PN} = "${libdir}/lib*.so.*"
FILES:${PN}-dev += "${datadir}/glibmm-* ${libdir}/${BPN}/include/ ${libdir}/${BPN}/proc/ ${libdir}/giomm-2.68/include/"
@@ -9,7 +9,6 @@ inherit autotools pkgconfig
PV = "1.8.0+git"
S = "${WORKDIR}/git"
SRCREV = "f02ff51449240102c27a97173dc495e8e7789046"
SRC_URI = "git://github.com/nfc-tools/libnfc.git;branch=master;protocol=https"
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "a9dbee323351d109b7aee074a9cb89ca3e7bcf8ad8edef1851f4cf359b
UPSTREAM_CHECK_URI = "https://download.gnome.org/sources/libsigc++/2.12/"
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
S = "${WORKDIR}/libsigc++-${PV}"
S = "${UNPACKDIR}/libsigc++-${PV}"
inherit meson
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "c3d23b37dfd6e39f2e09f091b77b1541fbfa17c4f0b6bf5c89baef7229
UPSTREAM_CHECK_URI = "https://download.gnome.org/sources/libsigc++/3.6/"
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
S = "${WORKDIR}/libsigc++-${PV}"
S = "${UNPACKDIR}/libsigc++-${PV}"
inherit setuptools3 meson
@@ -11,7 +11,7 @@ DEPENDS = "libxml2 glibmm"
GNOMEBN = "libxml++"
inherit gnomebase ptest
S = "${WORKDIR}/libxml++-${PV}"
S = "${UNPACKDIR}/libxml++-${PV}"
SRC_URI[archive.sha256sum] = "15c38307a964fa6199f4da6683a599eb7e63cc89198545b36349b87cf9aa0098"
@@ -11,7 +11,6 @@ SRC_URI = "git://github.com/freesmartphone/mdbus.git;protocol=https;branch=maste
"
SRCREV = "28202692d0b441000f4ddb8f347f72d1355021aa"
S = "${WORKDIR}/git"
inherit autotools pkgconfig vala
@@ -13,7 +13,6 @@ SRC_URI = "git://github.com/zlib-ng/minizip-ng.git;protocol=https;branch=master
SRCREV = "55db144e03027b43263e5ebcb599bf0878ba58de"
S = "${WORKDIR}/git"
RCONFLICTS:${PN} += "minizip"
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://zip.h;beginline=14;endline=30;md5=8eaa8535a3a1a2296b3
SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/zlib/${PV}/zlib-${PV}.tar.gz"
UPSTREAM_CHECK_URI = "http://zlib.net/"
S = "${WORKDIR}/zlib-${PV}/contrib/minizip"
S = "${UNPACKDIR}/zlib-${PV}/contrib/minizip"
SRC_URI[sha256sum] = "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23"
@@ -12,4 +12,3 @@ UPSTREAM_CHECK_COMMITS = "1"
inherit autotools
S = "${WORKDIR}/git"
-1
View File
@@ -18,7 +18,6 @@ UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>v\d+(\.\d+)*)"
DEPENDS = "kmod udev json-c keyutils iniparser libtraceevent libtracefs"
S = "${WORKDIR}/git"
EXTRA_OEMESON += "-Diniparserdir=${STAGING_INCDIR}/iniparser"
@@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
SRCREV = "527695de8393a3144863a0a07f9b92f1c734d1c4"
S = "${WORKDIR}/git"
inherit cmake
@@ -9,7 +9,6 @@ SRC_URI = "git://github.com/OCL-dev/ocl-icd.git;protocol=https;branch=master"
SRCREV = "fdde6677b21329432db8b481e2637cd10f7d3cb2"
S = "${WORKDIR}/git"
inherit autotools
@@ -10,7 +10,6 @@ SRCREV = "c7b4aded1cab9560b226041dd962f63375a9a384"
SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=main"
S = "${WORKDIR}/git"
inherit cmake
@@ -8,7 +8,6 @@ inherit pkgconfig cmake
DEPENDS += "opencl-headers opencl-icd-loader"
RDEPENDS:${PN} += "python3-core python3-io"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/KhronosGroup/OpenCL-CTS.git;protocol=https;branch=main;lfs=0 \
file://0001-Ignore-Compiler-Warnings.patch"
@@ -4,7 +4,6 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SECTION = "base"
S = "${WORKDIR}/git"
SRCREV = "4ea6df132107e3b4b9407f903204b5522fdffcd6"
SRC_URI = "git://github.com/KhronosGroup/OpenCL-Headers.git;branch=main;protocol=https \
file://0001-Command-buffer-supported-queue-properties-265.patch \

Some files were not shown because too many files have changed in this diff Show More