mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Recipe does build with the pending changes for meta-initramfs. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> 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"
|