aboutsummaryrefslogtreecommitdiffstats
path: root/cramfs/cramfs_1.1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'cramfs/cramfs_1.1.oe')
-rw-r--r--cramfs/cramfs_1.1.oe15
1 files changed, 0 insertions, 15 deletions
diff --git a/cramfs/cramfs_1.1.oe b/cramfs/cramfs_1.1.oe
deleted file mode 100644
index efdf288aca..0000000000
--- a/cramfs/cramfs_1.1.oe
+++ /dev/null
@@ -1,15 +0,0 @@
-SECTION = "base"
-SRC_URI = "${SOURCEFORGE_MIRROR}/cramfs/cramfs-1.1.tar.gz"
-LICENSE = "GPLv2"
-DEPENDS = "zlib"
-
-do_compile() {
- oe_runmake
-}
-
-do_install() {
- install -d ${D}${bindir}
- install mkcramfs ${D}${bindir}
- install cramfsck ${D}${bindir}
-}
-