diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-08-31 18:04:46 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-01 15:52:05 -0700 |
| commit | 803087e186662230133017a792e88c65e98d3d14 (patch) | |
| tree | 5f0365277390f4a4772ab2c9f5ddf7aa5fadf8b1 /meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.14.bb | |
| parent | 80901560825bb10c42d53eb5555e7f50656b8428 (diff) | |
| download | meta-openembedded-803087e186662230133017a792e88c65e98d3d14.tar.gz | |
klibc: Upgrade to 2.0.14
Backport couple of clang related fixes from upstream
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.14.bb')
| -rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.14.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.14.bb b/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.14.bb new file mode 100644 index 0000000000..2f26093cbe --- /dev/null +++ b/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.14.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "klibc utils for initramfs" | ||
| 2 | |||
| 3 | FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:" | ||
| 4 | |||
| 5 | PACKAGES = "${PN}" | ||
| 6 | FILES:${PN} = "" | ||
| 7 | |||
| 8 | KLIBC_UTILS_VARIANT = "shared" | ||
| 9 | KLIBC_UTILS_PKGNAME = "klibc-utils" | ||
| 10 | |||
| 11 | require klibc-utils.inc | ||
| 12 | require klibc.inc | ||
| 13 | |||
| 14 | DEPENDS = "klibc" | ||
