mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
788dc2101c
commit
8f0de34919
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user