diff options
| author | Matthew McClintock <msm@freescale.com> | 2012-07-20 16:35:12 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-23 12:47:11 +0200 |
| commit | 8f0de34919eb56f0e1e8565d024729cd8d7264a5 (patch) | |
| tree | 3dffbc2f14596df13a88d86e3958fb586d2bc39c | |
| parent | 788dc2101c31e56c3054dd4922e463fc33cf63ad (diff) | |
| download | meta-openembedded-8f0de34919eb56f0e1e8565d024729cd8d7264a5.tar.gz | |
cramfs_cvs.bb: fix compile step so it can be rerun without failing
Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | meta-oe/recipes-support/cramfs/cramfs_cvs.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/cramfs/cramfs_cvs.bb b/meta-oe/recipes-support/cramfs/cramfs_cvs.bb index 667097c861..d9b6c0638e 100644 --- a/meta-oe/recipes-support/cramfs/cramfs_cvs.bb +++ b/meta-oe/recipes-support/cramfs/cramfs_cvs.bb | |||
| @@ -4,6 +4,7 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/linux/COPYING;md5=9579385572eb40eded61dcb0 | |||
| 4 | DEPENDS = "zlib" | 4 | DEPENDS = "zlib" |
| 5 | SRCDATE = "20110110" | 5 | SRCDATE = "20110110" |
| 6 | PV = "1.1+cvs${SRCDATE}" | 6 | PV = "1.1+cvs${SRCDATE}" |
| 7 | PR = "r1" | ||
| 7 | 8 | ||
| 8 | SRC_URI = "cvs://anonymous@cramfs.cvs.sourceforge.net/cvsroot/cramfs;module=linux" | 9 | SRC_URI = "cvs://anonymous@cramfs.cvs.sourceforge.net/cvsroot/cramfs;module=linux" |
| 9 | S = "${WORKDIR}/linux/scripts/cramfs" | 10 | S = "${WORKDIR}/linux/scripts/cramfs" |
| @@ -16,7 +17,7 @@ EXTRA_OEMAKE = "\ | |||
| 16 | 17 | ||
| 17 | 18 | ||
| 18 | do_compile_prepend() { | 19 | do_compile_prepend() { |
| 19 | ln -s GNUmakefile Makefile | 20 | ln -sf GNUmakefile Makefile |
| 20 | } | 21 | } |
| 21 | 22 | ||
| 22 | do_install() { | 23 | do_install() { |
