From 09c194e7c38cf564b4948a711f81b671f87ae3a8 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 23 Nov 2007 19:54:17 +0000 Subject: 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. --- packages/klibc/klibc.inc | 1 + packages/klibc/klibc_1.1.1.bb | 2 ++ 2 files changed, 3 insertions(+) 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" -- cgit v1.2.3