mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
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:
committed by
Khem Raj
parent
188491dd2b
commit
fc78d37ff0
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user