From: Marcin Juszkiewicz Date: Wed, 29 Aug 2007 12:05:00 +0000 (+0000) Subject: linux-gta01: use KERNELORG_MIRROR instead of german mirror X-Git-Tag: Release-2010-05/1~8781^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eb93397481f734b3ef73a01c3655dcf79015941;p=openembedded.git linux-gta01: use KERNELORG_MIRROR instead of german mirror --- diff --git a/packages/linux/linux-gta01.inc b/packages/linux/linux-gta01.inc index 11729553ab..4ee117ea90 100644 --- a/packages/linux/linux-gta01.inc +++ b/packages/linux/linux-gta01.inc @@ -12,7 +12,7 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-gta01" ############################################################## # source and patches # -SRC_URI = "http://ftp.de.kernel.org/pub/linux/kernel/v2.6/linux-${VANILLA_VERSION}.tar.bz2 \ +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${VANILLA_VERSION}.tar.bz2 \ file://defconfig-${VANILLA_VERSION}-${MACHINE} \ file://logo_linux_clut224.ppm" S = "${WORKDIR}/linux-${VANILLA_VERSION}" @@ -51,7 +51,7 @@ module_autoload_s3cmci = "s3cmci" do_prepatch() { mv ${WORKDIR}/patches ${S}/patches && cd ${S} && quilt push -av - mv patches patches.old + mv patches patches.openmoko mv .pc .pc.old }