* klibc fishes in kernel sources, and this is per-machine stuff, so
klibc must be per-machine too. This is of course not ideal, as klibc is
*not* machine-dependent, but at least it's on par with uclibc, which has the
same issue.
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/libs/klibc/Stable/klibc-${PV}.tar.bz2"
SRC_URI += "file://install.patch;patch=1"
S = "${WORKDIR}/klibc-${PV}"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
# for the correct kernel staging path
# inherit module-base
require klibc.inc
+
+PR = "r1"