Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "klibc utils for initramfs statically compiled" |
| 2 | |
| 3 | FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:" |
| 4 | |
| 5 | PACKAGES = "${PN}" |
| 6 | FILES_${PN} = "" |
| 7 | |
| 8 | KLIBC_UTILS_VARIANT = "static" |
| 9 | KLIBC_UTILS_PKGNAME = "klibc-static-utils" |
| 10 | |
| 11 | require klibc-utils.inc |
| 12 | require klibc.inc |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 13 | |
| 14 | SRC_URI += "file://0001-klibc-static-utils-do-not-build-shared-binaries.patch" |
| 15 | |
| 16 | # avoid textrel if linking with -pie |
| 17 | SECURITY_CFLAGS = "" |
| 18 | SECURITY_LDFLAGS = "" |