linux-libc-headers: Export TARGET_ARCH

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1367 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-03-20 10:27:20 +00:00
parent 800ab9ab58
commit 7ada27ed11
1 changed files with 3 additions and 1 deletions

View File

@ -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 ;;