diff options
author | Zhenhua Luo <b19537@freescale.com> | 2012-12-05 10:53:33 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-12-07 11:05:03 +0100 |
commit | d348277d9d25c4a9ef0b390c3d04dfc19063cf3b (patch) | |
tree | c983a500abbae70adc20854e207d75949248d7d4 /meta-oe | |
parent | c75fc2573b88576b577946ff834b10446e591532 (diff) | |
download | meta-openembedded-d348277d9d25c4a9ef0b390c3d04dfc19063cf3b.tar.gz |
cramfs: download source tarball from http server instead of cvs server
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/cramfs/cramfs_1.1.bb (renamed from meta-oe/recipes-support/cramfs/cramfs_cvs.bb) | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/meta-oe/recipes-support/cramfs/cramfs_cvs.bb b/meta-oe/recipes-support/cramfs/cramfs_1.1.bb index d9b6c0638..aa397a9c4 100644 --- a/meta-oe/recipes-support/cramfs/cramfs_cvs.bb +++ b/meta-oe/recipes-support/cramfs/cramfs_1.1.bb | |||
@@ -1,13 +1,14 @@ | |||
1 | DESCRIPTION = "Builds cramfs filesystems for embedded systems" | 1 | DESCRIPTION = "Builds cramfs filesystems for embedded systems" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://${WORKDIR}/linux/COPYING;md5=9579385572eb40eded61dcb07e0038a4" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
4 | DEPENDS = "zlib" | 4 | DEPENDS = "zlib" |
5 | SRCDATE = "20110110" | ||
6 | PV = "1.1+cvs${SRCDATE}" | ||
7 | PR = "r1" | ||
8 | 5 | ||
9 | SRC_URI = "cvs://anonymous@cramfs.cvs.sourceforge.net/cvsroot/cramfs;module=linux" | 6 | PE = "1" |
10 | S = "${WORKDIR}/linux/scripts/cramfs" | 7 | |
8 | SRC_URI = "http://sourceforge.net/projects/cramfs/files/cramfs/1.1/${PN}-${PV}.tar.gz" | ||
9 | |||
10 | SRC_URI[md5sum] = "d3912b9f7bf745fbfea68f6a9b9de30f" | ||
11 | SRC_URI[sha256sum] = "133caca2c4e7c64106555154ee0ff693f5cf5beb9421ce2eb86baee997d22368" | ||
11 | 12 | ||
12 | EXTRA_OEMAKE = "\ | 13 | EXTRA_OEMAKE = "\ |
13 | 'CC=${CC}' \ | 14 | 'CC=${CC}' \ |
@@ -15,7 +16,6 @@ EXTRA_OEMAKE = "\ | |||
15 | 'LDFLAGS=${LDFLAGS}' \ | 16 | 'LDFLAGS=${LDFLAGS}' \ |
16 | " | 17 | " |
17 | 18 | ||
18 | |||
19 | do_compile_prepend() { | 19 | do_compile_prepend() { |
20 | ln -sf GNUmakefile Makefile | 20 | ln -sf GNUmakefile Makefile |
21 | } | 21 | } |
@@ -27,4 +27,3 @@ do_install() { | |||
27 | } | 27 | } |
28 | 28 | ||
29 | BBCLASSEXTEND = "native" | 29 | BBCLASSEXTEND = "native" |
30 | |||