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:
Andrea Adami
2013-12-17 00:37:40 +01:00
committed by Paul Eggleton
parent 5782b2d27b
commit d4ba54f15f
10 changed files with 1 additions and 11 deletions
@@ -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"