mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
klibc: upgrade from 2.0.2 to release 2.0.3
Klibc now supports aarch64 / arm64 While there, remove PR/INC_PR from the recipes Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
This commit is contained in:
committed by
Paul Eggleton
parent
5782b2d27b
commit
d4ba54f15f
@@ -0,0 +1,15 @@
|
||||
KLIBC_UTILS_VARIANT = "static"
|
||||
KLIBC_UTILS_PKGNAME = "klibc-static-utils"
|
||||
|
||||
FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:"
|
||||
|
||||
do_install() {
|
||||
:
|
||||
}
|
||||
|
||||
PACKAGES_${PN} = "${PN}"
|
||||
FILES_${PN} = ""
|
||||
|
||||
require klibc-utils.inc
|
||||
require klibc.inc
|
||||
SUMMARY = "klibc utils for initramfs statically compiled"
|
||||
Reference in New Issue
Block a user