mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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
-2
@@ -1,5 +1,3 @@
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
require klibc.inc
|
||||
SUMMARY = "The klcc crosscompiler for klibc"
|
||||
|
||||
-2
@@ -1,5 +1,3 @@
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
KLIBC_UTILS_VARIANT = "static"
|
||||
KLIBC_UTILS_PKGNAME = "klibc-static-utils"
|
||||
|
||||
-2
@@ -1,5 +1,3 @@
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
KLIBC_UTILS_VARIANT = "shared"
|
||||
KLIBC_UTILS_PKGNAME = "klibc-utils"
|
||||
|
||||
@@ -10,8 +10,6 @@ LIC_FILES_CHKSUM = "file://usr/klibc/LICENSE;md5=d75181f10e998c21eb147f6d2e43ce8
|
||||
# debugsources.list: No such file or directory:
|
||||
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
||||
|
||||
INC_PR = "r1"
|
||||
|
||||
KLIBC_ARCH = '${TARGET_ARCH}'
|
||||
KLIBC_ARCH_aarch64 = 'arm64'
|
||||
KLIBC_ARCH_armeb = 'arm'
|
||||
@@ -27,7 +25,7 @@ KLIBC_ARCH_powerpc64 = 'ppc64'
|
||||
|
||||
export FIX_ARMV4_EABI_BX = "${FIX_V4BX}"
|
||||
|
||||
SRCREV = "f05ff116bb9edbbb81d82fa47b78e630ce878470"
|
||||
SRCREV = "f0440baf7f2dc1d9a25863c184d0a8fb73c4ee6c"
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/libs/klibc/klibc.git"
|
||||
|
||||
SRC_URI_append_linux-gnueabi = " file://klibc-config-eabi.patch \
|
||||
|
||||
-2
@@ -1,5 +1,3 @@
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
do_install() {
|
||||
oe_runmake install
|
||||
|
||||
Reference in New Issue
Block a user