diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-29 12:05:59 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-29 12:05:59 +0000 |
commit | 835ed979cce20205b335cd60510ad3d4db0adc6c (patch) | |
tree | 73d65e29b750e7af50de9a4031e2a70eb56a950c | |
parent | a7cf5e75e8c088dc197e2b244941439f625aef5f (diff) | |
parent | 7eb93397481f734b3ef73a01c3655dcf79015941 (diff) |
merge of 'a20b528579d5908635ab78e38cfc45339051c775'
and 'e37c01e1704cbba064751264442c502dfe81db47'
-rw-r--r-- | packages/linux/linux-gta01.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |