summaryrefslogtreecommitdiff
path: root/recipes/squashfs-tools/squashfs-tools-native_4.0.bb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-08-12 15:54:30 -0700
committerTom Rini <tom_rini@mentor.com>2010-08-12 16:05:35 -0700
commitc5a493684671da97761bf3db53be386e75a1990c (patch)
treea9ac46f53df29f73218b4f7132dbf3525c6e3be4 /recipes/squashfs-tools/squashfs-tools-native_4.0.bb
parentad112ee1ce53dfaf3fa2d7a10a79f724c8dd6335 (diff)
squashfs-tools: Switch to BBCLASSEXTEND, drop legacy staging, bump PR
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/squashfs-tools/squashfs-tools-native_4.0.bb')
-rw-r--r--recipes/squashfs-tools/squashfs-tools-native_4.0.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes/squashfs-tools/squashfs-tools-native_4.0.bb b/recipes/squashfs-tools/squashfs-tools-native_4.0.bb
deleted file mode 100644
index 17894179f2..0000000000
--- a/recipes/squashfs-tools/squashfs-tools-native_4.0.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-require squashfs-tools_4.0.bb
-
-inherit native
-
-DEPENDS = "attr-native zlib-native"
-
-PACKAGES = ""
-
-do_stage () {
- install -m 0755 mksquashfs ${STAGING_BINDIR}/
-}
-