[oe-commits] org.oe.dev klibc 1.1.1: Fix multimachine build.

pfalcon commit openembedded-commits at lists.openembedded.org
Mon Nov 26 16:05:30 UTC 2007


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.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: c16bef84240fda34358e80ce96f120e74e558230
ViewMTN: http://monotone.openembedded.org/revision/info/c16bef84240fda34358e80ce96f120e74e558230
Files:
1
packages/klibc/klibc.inc
packages/klibc/klibc_1.1.1.bb
Diffs:

#
# mt diff -rd645cc63fbf52fec48d747b81fd894d3fbb6848a -rc16bef84240fda34358e80ce96f120e74e558230
#
# 
# 
# patch "packages/klibc/klibc.inc"
#  from [a0ab0badeee4660b2c4c719d6f5bf971ad4809d5]
#    to [3837324054705bf9be0ea462126a47814f334e24]
# 
# patch "packages/klibc/klibc_1.1.1.bb"
#  from [97da9235f69cc035927d6566f0dc0ed7585a8ec4]
#    to [d52cd890178b463fedaaf708ec6a0221604c1c9c]
# 
============================================================
--- packages/klibc/klibc.inc	a0ab0badeee4660b2c4c719d6f5bf971ad4809d5
+++ packages/klibc/klibc.inc	3837324054705bf9be0ea462126a47814f334e24
@@ -7,6 +7,7 @@ S = "${WORKDIR}/klibc-${PV}"
 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
============================================================
--- packages/klibc/klibc_1.1.1.bb	97da9235f69cc035927d6566f0dc0ed7585a8ec4
+++ packages/klibc/klibc_1.1.1.bb	d52cd890178b463fedaaf708ec6a0221604c1c9c
@@ -1 +1,3 @@ require klibc.inc
 require klibc.inc
+
+PR = "r1"






More information about the Openembedded-commits mailing list