From: Paul Sokolovsky Date: Fri, 23 Nov 2007 19:54:17 +0000 (+0000) Subject: klibc 1.1.1: Fix multimachine build. X-Git-Tag: Release-2010-05/1~8243^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09c194e7c38cf564b4948a711f81b671f87ae3a8;p=openembedded.git klibc 1.1.1: Fix multimachine build. * 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. --- diff --git a/packages/klibc/klibc.inc b/packages/klibc/klibc.inc index 0ddcef82d9..a7f0094264 100644 --- a/packages/klibc/klibc.inc +++ b/packages/klibc/klibc.inc @@ -7,6 +7,7 @@ LICENSE = "BSD-ADV" 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 diff --git a/packages/klibc/klibc_1.1.1.bb b/packages/klibc/klibc_1.1.1.bb index cd1ba9d56e..ff715765d5 100644 --- a/packages/klibc/klibc_1.1.1.bb +++ b/packages/klibc/klibc_1.1.1.bb @@ -1 +1,3 @@ require klibc.inc + +PR = "r1"