aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/squashfs-tools/squashfs-tools-native_2.2r2.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2009-09-26 15:59:12 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2009-10-07 21:42:21 -0300
commitdf9d3c175db889fca38947e741bfc8aab946fae7 (patch)
treee94eddf58bd39f64e92a36332bce1af4e839137b /recipes/squashfs-tools/squashfs-tools-native_2.2r2.bb
parent19bfd19e4cb59299e1ecfdceb585b82f3a0a4a00 (diff)
downloadopenembedded-df9d3c175db889fca38947e741bfc8aab946fae7.tar.gz
squashfs-tools: drop 2.0, 2.2r2 and 3.1r2 versions
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/squashfs-tools/squashfs-tools-native_2.2r2.bb')
-rw-r--r--recipes/squashfs-tools/squashfs-tools-native_2.2r2.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes/squashfs-tools/squashfs-tools-native_2.2r2.bb b/recipes/squashfs-tools/squashfs-tools-native_2.2r2.bb
deleted file mode 100644
index 9ba56844fd..0000000000
--- a/recipes/squashfs-tools/squashfs-tools-native_2.2r2.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}/
-}