mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
The two recipes for klibc-utils (static and shared) have been split-off from a single original recipe for more granular packaging and share the same SRC_URI set in the .inc file so there is an implicit dependency. Make it explicit for the utils needing the shared klibc lib at runtime. Signed-off-by: Andrea Adami <andrea.adami@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"
|