mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 20:23:20 +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>
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"
|