diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2025-06-20 16:06:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-06-25 06:44:52 -0700 |
| commit | fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3 (patch) | |
| tree | 4219bd472a29fcaca1f076c1e39ecb7078932bea /meta-filesystems/recipes-utils | |
| parent | 188491dd2b349d2dc7c0d40b9ee8d870228704f3 (diff) | |
| download | meta-openembedded-fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3.tar.gz | |
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>
Diffstat (limited to 'meta-filesystems/recipes-utils')
10 files changed, 0 insertions, 10 deletions
diff --git a/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb b/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb index 4d2b909809..913b2c1d32 100644 --- a/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb +++ b/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb | |||
| @@ -21,7 +21,6 @@ UPSTREAM_CHECK_COMMITS = "1" | |||
| 21 | 21 | ||
| 22 | PV = "4.9+git" | 22 | PV = "4.9+git" |
| 23 | 23 | ||
| 24 | S = "${WORKDIR}/git" | ||
| 25 | 24 | ||
| 26 | export HOSTCC = "${BUILD_CC}" | 25 | export HOSTCC = "${BUILD_CC}" |
| 27 | do_configure:prepend() { | 26 | do_configure:prepend() { |
diff --git a/meta-filesystems/recipes-utils/binfs/bindfs_1.18.0.bb b/meta-filesystems/recipes-utils/binfs/bindfs_1.18.0.bb index 040cbc95bb..eda41010a9 100644 --- a/meta-filesystems/recipes-utils/binfs/bindfs_1.18.0.bb +++ b/meta-filesystems/recipes-utils/binfs/bindfs_1.18.0.bb | |||
| @@ -10,6 +10,5 @@ RDEPENDS:${PN} = "fuse" | |||
| 10 | SRC_URI = "git://github.com/mpartel/bindfs;protocol=https;branch=master;tag=${PV}" | 10 | SRC_URI = "git://github.com/mpartel/bindfs;protocol=https;branch=master;tag=${PV}" |
| 11 | SRCREV = "a276dbe66faaf7af02d967a648f7598589bf5c5b" | 11 | SRCREV = "a276dbe66faaf7af02d967a648f7598589bf5c5b" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | 13 | ||
| 15 | inherit autotools pkgconfig gettext | 14 | inherit autotools pkgconfig gettext |
diff --git a/meta-filesystems/recipes-utils/btrfsmaintenance/btrfsmaintenance_0.5.bb b/meta-filesystems/recipes-utils/btrfsmaintenance/btrfsmaintenance_0.5.bb index b4e5da6e20..645e38ca49 100644 --- a/meta-filesystems/recipes-utils/btrfsmaintenance/btrfsmaintenance_0.5.bb +++ b/meta-filesystems/recipes-utils/btrfsmaintenance/btrfsmaintenance_0.5.bb | |||
| @@ -20,7 +20,6 @@ UPSTREAM_CHECK_REGEX = "${BPN}/releases/tag/v(?P<pver>\d+(?:\.\d+)*)" | |||
| 20 | 20 | ||
| 21 | RDEPENDS:${PN} = "bash btrfs-tools" | 21 | RDEPENDS:${PN} = "bash btrfs-tools" |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/git" | ||
| 24 | 23 | ||
| 25 | do_configure[noexec] = "1" | 24 | do_configure[noexec] = "1" |
| 26 | do_compile[noexec] = "1" | 25 | do_compile[noexec] = "1" |
diff --git a/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb b/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb index d7e654babe..40c4f56650 100644 --- a/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb +++ b/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb | |||
| @@ -18,7 +18,6 @@ SRC_URI = " \ | |||
| 18 | 18 | ||
| 19 | SRCREV = "46da6c398e70635a296245851fcedbc56c35e824" | 19 | SRCREV = "46da6c398e70635a296245851fcedbc56c35e824" |
| 20 | 20 | ||
| 21 | S = "${WORKDIR}/git" | ||
| 22 | 21 | ||
| 23 | inherit autotools pkgconfig ptest | 22 | inherit autotools pkgconfig ptest |
| 24 | 23 | ||
diff --git a/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.16.0.bb b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.16.0.bb index a51c2ef8bd..68727b008e 100644 --- a/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.16.0.bb +++ b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.16.0.bb | |||
| @@ -14,7 +14,6 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git; | |||
| 14 | " | 14 | " |
| 15 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 15 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | 17 | ||
| 19 | inherit pkgconfig autotools | 18 | inherit pkgconfig autotools |
| 20 | 19 | ||
diff --git a/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb b/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb index 214b3f914c..bdde0d311a 100644 --- a/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb +++ b/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb | |||
| @@ -15,6 +15,5 @@ SRC_URI = "git://github.com/Gregwar/fatcat.git;branch=master;protocol=https \ | |||
| 15 | 15 | ||
| 16 | SRCREV = "99cb99fc86eb1601ac7ae27f5bba23add04d2543" | 16 | SRCREV = "99cb99fc86eb1601ac7ae27f5bba23add04d2543" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | inherit cmake | 19 | inherit cmake |
diff --git a/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb b/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb index 6832634f61..7f90bfd666 100644 --- a/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb +++ b/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb | |||
| @@ -9,7 +9,6 @@ SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https;branc | |||
| 9 | " | 9 | " |
| 10 | SRCREV = "12da22087de2ec43f0fe5af1237389e94619c483" | 10 | SRCREV = "12da22087de2ec43f0fe5af1237389e94619c483" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | 12 | ||
| 14 | DEPENDS = "parted" | 13 | DEPENDS = "parted" |
| 15 | 14 | ||
diff --git a/meta-filesystems/recipes-utils/overlayfs/overlayfs-tools_v2024.07.bb b/meta-filesystems/recipes-utils/overlayfs/overlayfs-tools_v2024.07.bb index d11ee0c479..708bbfcf02 100644 --- a/meta-filesystems/recipes-utils/overlayfs/overlayfs-tools_v2024.07.bb +++ b/meta-filesystems/recipes-utils/overlayfs/overlayfs-tools_v2024.07.bb | |||
| @@ -11,7 +11,6 @@ SRC_URI = "\ | |||
| 11 | 11 | ||
| 12 | SRCREV = "7a4a0c4f2c6c86aa46a40e3468e394fd4a237491" | 12 | SRCREV = "7a4a0c4f2c6c86aa46a40e3468e394fd4a237491" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | inherit meson pkgconfig | 15 | inherit meson pkgconfig |
| 17 | 16 | ||
diff --git a/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_6.14.11.bb b/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_6.14.11.bb index d57b5be146..a22e54e24c 100644 --- a/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_6.14.11.bb +++ b/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_6.14.11.bb | |||
| @@ -11,7 +11,6 @@ SRC_URI = "git://github.com/westerndigitalcorporation/ufs-utils.git;protocol=htt | |||
| 11 | 11 | ||
| 12 | UPSTREAM_CHECK_COMMITS = "1" | 12 | UPSTREAM_CHECK_COMMITS = "1" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | 14 | ||
| 16 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}" CFLAGS="${CFLAGS}"" | 15 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}" CFLAGS="${CFLAGS}"" |
| 17 | 16 | ||
diff --git a/meta-filesystems/recipes-utils/xfstests/xfstests_2025.04.27.bb b/meta-filesystems/recipes-utils/xfstests/xfstests_2025.04.27.bb index 2afa752b78..9e86b77c5e 100644 --- a/meta-filesystems/recipes-utils/xfstests/xfstests_2025.04.27.bb +++ b/meta-filesystems/recipes-utils/xfstests/xfstests_2025.04.27.bb | |||
| @@ -15,7 +15,6 @@ SRC_URI = "git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git;branch=master;ta | |||
| 15 | file://0001-bstat-use-uint32_t-instead-of-__uint32_t-to-fix-buil.patch \ | 15 | file://0001-bstat-use-uint32_t-instead-of-__uint32_t-to-fix-buil.patch \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | # brokensep because m4/package_globals.m4 calls ". ./VERSION" (and that's not the only issue) | 19 | # brokensep because m4/package_globals.m4 calls ". ./VERSION" (and that's not the only issue) |
| 21 | inherit autotools-brokensep useradd pkgconfig | 20 | inherit autotools-brokensep useradd pkgconfig |
