All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-filesystems][PATCH] cramfs: remove, we use mkfs.cramfs from util-linux
@ 2013-08-29 23:39 Andrea Adami
  2013-09-03 16:29 ` Andrea Adami
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andrea Adami @ 2013-08-29 23:39 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 .../recipes-filesystems/cramfs/cramfs_1.1.bb       | 29 ----------------------
 1 file changed, 29 deletions(-)
 delete mode 100644 meta-filesystems/recipes-filesystems/cramfs/cramfs_1.1.bb

diff --git a/meta-filesystems/recipes-filesystems/cramfs/cramfs_1.1.bb b/meta-filesystems/recipes-filesystems/cramfs/cramfs_1.1.bb
deleted file mode 100644
index 0bca0e1..0000000
--- a/meta-filesystems/recipes-filesystems/cramfs/cramfs_1.1.bb
+++ /dev/null
@@ -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"
-- 
1.8.1.5



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-09-03 17:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-29 23:39 [meta-filesystems][PATCH] cramfs: remove, we use mkfs.cramfs from util-linux Andrea Adami
2013-09-03 16:29 ` Andrea Adami
2013-09-03 17:41 ` Koen Kooi
2013-09-03 17:55 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.