mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
cramfs: remove, we use mkfs.cramfs from util-linux
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
636ce2e82d
commit
0879762ec4
|
|
@ -1,29 +0,0 @@
|
|||
DESCRIPTION = "Builds cramfs filesystems for embedded systems"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
DEPENDS = "zlib"
|
||||
|
||||
PE = "1"
|
||||
|
||||
SRC_URI = "http://sourceforge.net/projects/cramfs/files/cramfs/1.1/${BPN}-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "d3912b9f7bf745fbfea68f6a9b9de30f"
|
||||
SRC_URI[sha256sum] = "133caca2c4e7c64106555154ee0ff693f5cf5beb9421ce2eb86baee997d22368"
|
||||
|
||||
EXTRA_OEMAKE = "\
|
||||
'CC=${CC}' \
|
||||
'CFLAGS=${CFLAGS}' \
|
||||
'LDFLAGS=${LDFLAGS}' \
|
||||
"
|
||||
|
||||
do_compile_prepend() {
|
||||
ln -sf GNUmakefile Makefile
|
||||
}
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
install mkcramfs ${D}${bindir}
|
||||
install cramfsck ${D}${bindir}
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Loading…
Reference in New Issue
Block a user