mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 23:13:43 +00:00
cramfs: Adds cvs version recipe (initial recipe)
* Imported from oe.dev commit id e0728e428367d5534d6a56e452487529c5ec4918 * Added do_compile_prepend to make symbolic link named Makefile pointing to GNUmakefile to resolve missing Makefile error. Signed-off-by: Imran Mehmood <Imran_Mehmood@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
15832ab1f6
commit
e5340d912c
29
meta-oe/recipes-support/cramfs/cramfs_cvs.bb
Normal file
29
meta-oe/recipes-support/cramfs/cramfs_cvs.bb
Normal file
@ -0,0 +1,29 @@
|
||||
DESCRIPTION = "Builds cramfs filesystems for embedded systems"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/linux/COPYING;md5=9579385572eb40eded61dcb07e0038a4"
|
||||
DEPENDS = "zlib"
|
||||
SRCDATE = "20110110"
|
||||
PV = "1.1+cvs${SRCDATE}"
|
||||
|
||||
SRC_URI = "cvs://anonymous@cramfs.cvs.sourceforge.net/cvsroot/cramfs;module=linux"
|
||||
S = "${WORKDIR}/linux/scripts/cramfs"
|
||||
|
||||
EXTRA_OEMAKE = "\
|
||||
'CC=${CC}' \
|
||||
'CFLAGS=${CFLAGS}' \
|
||||
'LDFLAGS=${LDFLAGS}' \
|
||||
"
|
||||
|
||||
|
||||
do_compile_prepend() {
|
||||
ln -s GNUmakefile Makefile
|
||||
}
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
install mkcramfs ${D}${bindir}
|
||||
install cramfsck ${D}${bindir}
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user