diff options
Diffstat (limited to 'meta-initramfs/recipes-devtools')
4 files changed, 1 insertions, 4 deletions
diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_106.bb b/meta-initramfs/recipes-devtools/dracut/dracut_106.bb index 871119521f..d59b357dc1 100644 --- a/meta-initramfs/recipes-devtools/dracut/dracut_106.bb +++ b/meta-initramfs/recipes-devtools/dracut/dracut_106.bb | |||
@@ -18,7 +18,6 @@ DEPENDS:append:libc-musl = " fts" | |||
18 | 18 | ||
19 | inherit bash-completion pkgconfig | 19 | inherit bash-completion pkgconfig |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | ||
22 | 21 | ||
23 | EXTRA_OECONF = "--prefix=${prefix} \ | 22 | EXTRA_OECONF = "--prefix=${prefix} \ |
24 | --libdir=${nonarch_libdir} \ | 23 | --libdir=${nonarch_libdir} \ |
diff --git a/meta-initramfs/recipes-devtools/grubby/grubby_git.bb b/meta-initramfs/recipes-devtools/grubby/grubby_git.bb index ff18b0b190..60f68728e9 100644 --- a/meta-initramfs/recipes-devtools/grubby/grubby_git.bb +++ b/meta-initramfs/recipes-devtools/grubby/grubby_git.bb | |||
@@ -12,7 +12,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" | |||
12 | DEPENDS = "popt util-linux rpm" | 12 | DEPENDS = "popt util-linux rpm" |
13 | DEPENDS:append:libc-musl = " libexecinfo argp-standalone" | 13 | DEPENDS:append:libc-musl = " libexecinfo argp-standalone" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | ||
16 | SRCREV = "c01b0d5bb182bde35b464d14996acf354a3ada2e" | 15 | SRCREV = "c01b0d5bb182bde35b464d14996acf354a3ada2e" |
17 | SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https;;branch=main \ | 16 | SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https;;branch=main \ |
18 | file://0001-rename-grub2-editenv-to-grub-editenv.patch \ | 17 | file://0001-rename-grub2-editenv-to-grub-editenv.patch \ |
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc index 6093e19b7c..2af53b18e3 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc.inc +++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc | |||
@@ -29,7 +29,7 @@ ARMPATCHES:arm = " \ | |||
29 | " | 29 | " |
30 | SRC_URI[sha256sum] = "d673a294f742d59368222ff5c38462d81098c55063799de6fb8a7ba3d4af0436" | 30 | SRC_URI[sha256sum] = "d673a294f742d59368222ff5c38462d81098c55063799de6fb8a7ba3d4af0436" |
31 | 31 | ||
32 | S = "${WORKDIR}/klibc-${PV}" | 32 | S = "${UNPACKDIR}/klibc-${PV}" |
33 | 33 | ||
34 | OPTFLAGS = "${TUNE_CCARGS} -Os -fcommon" | 34 | OPTFLAGS = "${TUNE_CCARGS} -Os -fcommon" |
35 | OPTFLAGS:append = " ${DEBUG_PREFIX_MAP}" | 35 | OPTFLAGS:append = " ${DEBUG_PREFIX_MAP}" |
diff --git a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.0.2.bb b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.0.2.bb index 43ddb82a00..461d75e625 100644 --- a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.0.2.bb +++ b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.0.2.bb | |||
@@ -19,7 +19,6 @@ SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master \ | |||
19 | file://0001-make-Add-compiler-includes-in-cflags.patch \ | 19 | file://0001-make-Add-compiler-includes-in-cflags.patch \ |
20 | " | 20 | " |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | ||
23 | 22 | ||
24 | EXTRA_OECONF += "--disable-tests --without-jffs --without-ubifs" | 23 | EXTRA_OECONF += "--disable-tests --without-jffs --without-ubifs" |
25 | 24 | ||