aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-07-20 16:35:12 +0000
committerEric Bénard <eric@eukrea.com>2012-08-13 10:40:13 +0200
commitbb03e3f1817fb6d61b1e5952274389ee6f9bbb0d (patch)
tree48242bcd4ffefbfd6d2e683207e1059c6285d16f /meta-oe/recipes-support
parenta4c4a48148368c884dbc57d50195af3806c4aa37 (diff)
downloadmeta-openembedded-bb03e3f1817fb6d61b1e5952274389ee6f9bbb0d.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> Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/cramfs/cramfs_cvs.bb3
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
DEPENDS = "zlib"
SRCDATE = "20110110"
PV = "1.1+cvs${SRCDATE}"
+PR = "r1"
SRC_URI = "cvs://anonymous@cramfs.cvs.sourceforge.net/cvsroot/cramfs;module=linux"
S = "${WORKDIR}/linux/scripts/cramfs"
@@ -16,7 +17,7 @@ EXTRA_OEMAKE = "\
do_compile_prepend() {
- ln -s GNUmakefile Makefile
+ ln -sf GNUmakefile Makefile
}
do_install() {