mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
ed34bf11ab
Fix WARNING: klibc-static-utils-2.0.4-r0 do_package_qa: QA Issue: ELF binary 'X' has relocations in .text [textrel] Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 lines
339 B
BlitzBasic
17 lines
339 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
|
|
|
|
# avoid textrel if linking with -pie
|
|
SECURITY_CFLAGS = ""
|
|
SECURITY_LDFLAGS = ""
|