mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 19:08:08 +00:00
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 lines
258 B
BlitzBasic
13 lines
258 B
BlitzBasic
SUMMARY = "klibc utils for initramfs statically compiled"
|
|
|
|
FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:"
|
|
|
|
PACKAGES = "${PN}"
|
|
FILES:${PN} = ""
|
|
|
|
KLIBC_UTILS_VARIANT = "static"
|
|
KLIBC_UTILS_PKGNAME = "klibc-static-utils"
|
|
|
|
require klibc-utils.inc
|
|
require klibc.inc
|