mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Backport couple of clang related fixes from upstream Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
250 B
BlitzBasic
15 lines
250 B
BlitzBasic
SUMMARY = "klibc utils for initramfs"
|
|
|
|
FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:"
|
|
|
|
PACKAGES = "${PN}"
|
|
FILES:${PN} = ""
|
|
|
|
KLIBC_UTILS_VARIANT = "shared"
|
|
KLIBC_UTILS_PKGNAME = "klibc-utils"
|
|
|
|
require klibc-utils.inc
|
|
require klibc.inc
|
|
|
|
DEPENDS = "klibc"
|