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>
This commit is contained in:
Matthew McClintock 2012-07-20 16:35:12 +00:00 committed by Eric Bénard
parent a4c4a48148
commit bb03e3f181

View File

@ -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() {