mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
5a4d3da0c5
Patches applied upstream removed. Use the release tarball. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@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
|