diff options
author | Richard Purdie <richard@openedhand.com> | 2007-03-20 10:27:20 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-03-20 10:27:20 +0000 |
commit | 7ada27ed1161351a1e9faff1b02259da970c9a11 (patch) | |
tree | c015f43d6fa2348fd7d2168afb8da79cfe66e77e /meta | |
parent | 800ab9ab58dde2041733f8758936ef4fb053d5af (diff) | |
download | openembedded-core-7ada27ed1161351a1e9faff1b02259da970c9a11.tar.gz openembedded-core-7ada27ed1161351a1e9faff1b02259da970c9a11.tar.bz2 openembedded-core-7ada27ed1161351a1e9faff1b02259da970c9a11.zip |
linux-libc-headers: Export TARGET_ARCH
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1367 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb b/meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb index 8425c90a39..9bfc6354ee 100644 --- a/meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb +++ b/meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb @@ -2,12 +2,14 @@ require linux-libc-headers.inc INHIBIT_DEFAULT_DEPS = "1" DEPENDS = "unifdef-native" -PR = "r1" +PR = "r2" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2" S = "${WORKDIR}/linux-${PV}" +export TARGET_ARCH + set_arch() { case ${TARGET_ARCH} in alpha*) ARCH=alpha ;; |