summaryrefslogtreecommitdiff
path: root/packages/squashfs-tools/squashfs-tools-native_3.3.bb
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2007-11-16 19:50:10 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2007-11-16 19:50:10 +0000
commit0048e583c9234dfc488609fb501c301b3d61da39 (patch)
tree71d882c578c0ce20fbea0ddd0b64374ef2aee6e8 /packages/squashfs-tools/squashfs-tools-native_3.3.bb
parent6eb50a468d6bba9421c55a8ac102d58b56804b5b (diff)
squashfs-tools: Added release 3.3.
Diffstat (limited to 'packages/squashfs-tools/squashfs-tools-native_3.3.bb')
-rw-r--r--packages/squashfs-tools/squashfs-tools-native_3.3.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/squashfs-tools/squashfs-tools-native_3.3.bb b/packages/squashfs-tools/squashfs-tools-native_3.3.bb
new file mode 100644
index 0000000000..c35d183a08
--- /dev/null
+++ b/packages/squashfs-tools/squashfs-tools-native_3.3.bb
@@ -0,0 +1,10 @@
+require squashfs-tools_${PV}.bb
+
+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}/
+}