mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-04 07:28:36 +00:00
* fails repeatedly as reported in: http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111112.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
17 lines
359 B
BlitzBasic
17 lines
359 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"
|
|
|
|
PNBLACKLIST[klibc-utils] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130679/"
|