aboutsummaryrefslogtreecommitdiffstats
path: root/cramfs/cramfs-native_1.1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'cramfs/cramfs-native_1.1.oe')
-rw-r--r--cramfs/cramfs-native_1.1.oe17
1 files changed, 0 insertions, 17 deletions
diff --git a/cramfs/cramfs-native_1.1.oe b/cramfs/cramfs-native_1.1.oe
deleted file mode 100644
index f7fcfd6080..0000000000
--- a/cramfs/cramfs-native_1.1.oe
+++ /dev/null
@@ -1,17 +0,0 @@
-SECTION = "base"
-SRC_URI = "${SOURCEFORGE_MIRROR}/cramfs/cramfs-1.1.tar.gz"
-DEPENDS = "zlib-native"
-
-S = "${WORKDIR}/cramfs-${PV}"
-
-inherit native
-
-do_compile() {
- oe_runmake
-}
-
-do_stage() {
- install mkcramfs ${STAGING_BINDIR}
- install cramfsck ${STAGING_BINDIR}
-}
-