summaryrefslogtreecommitdiff
path: root/packages/squashfs-tools/squashfs-tools-native_2.2r2.bb
diff options
context:
space:
mode:
authorJonathan McDowell <noodles@earth.li>2005-11-06 15:55:02 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-11-06 15:55:02 +0000
commit2facb231816e94ade58ec133c4612acb1979c261 (patch)
treec65a4e15d052cc24443b45d4876ef8b79bde9406 /packages/squashfs-tools/squashfs-tools-native_2.2r2.bb
parent413b4d7adf6863ad55bbb43cd714cf3c60c7c3e2 (diff)
squashfs-tools: Add squashfs-tools 2.2.
Diffstat (limited to 'packages/squashfs-tools/squashfs-tools-native_2.2r2.bb')
-rw-r--r--packages/squashfs-tools/squashfs-tools-native_2.2r2.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/squashfs-tools/squashfs-tools-native_2.2r2.bb b/packages/squashfs-tools/squashfs-tools-native_2.2r2.bb
new file mode 100644
index 0000000000..c78f00c540
--- /dev/null
+++ b/packages/squashfs-tools/squashfs-tools-native_2.2r2.bb
@@ -0,0 +1,13 @@
+include squashfs-tools_${PV}.bb
+
+DEPENDS = "lzma-native"
+
+inherit native
+
+FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/squashfs-tools-${PV}', '${FILE_DIRNAME}/squashfs-tools', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
+PACKAGES = ""
+
+do_stage () {
+ install -m 0755 mksquashfs ${STAGING_BINDIR}/
+ install -m 0755 mksquashfs-lzma ${STAGING_BINDIR}/
+}