summaryrefslogtreecommitdiff
path: root/recipes/squashfs-tools/squashfs-tools-native_2.0r2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/squashfs-tools/squashfs-tools-native_2.0r2.bb')
-rw-r--r--recipes/squashfs-tools/squashfs-tools-native_2.0r2.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes/squashfs-tools/squashfs-tools-native_2.0r2.bb b/recipes/squashfs-tools/squashfs-tools-native_2.0r2.bb
deleted file mode 100644
index 9ba56844fd..0000000000
--- a/recipes/squashfs-tools/squashfs-tools-native_2.0r2.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-require squashfs-tools_${PV}.bb
-
-DEPENDS = "lzma-native"
-
-inherit native
-
-PACKAGES = ""
-
-do_stage () {
- install -m 0755 mksquashfs ${STAGING_BINDIR}/
- install -m 0755 mksquashfs-lzma ${STAGING_BINDIR}/
-}