diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2006-10-12 15:26:49 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-12 15:26:49 +0000 |
commit | 9faf013f17822b391692cabb5a99de267beaa912 (patch) | |
tree | 05d4f0c8a52ee436f05782609d99691e2596db0e /packages/squashfs-tools/squashfs-tools-native_3.1r2.bb | |
parent | 7328b25edee6451c77616afe8e7c27bf3990d8d4 (diff) |
squashfs-tools: added 3.1r2 (normal and lzma) - closes #1466
Diffstat (limited to 'packages/squashfs-tools/squashfs-tools-native_3.1r2.bb')
-rw-r--r-- | packages/squashfs-tools/squashfs-tools-native_3.1r2.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/squashfs-tools/squashfs-tools-native_3.1r2.bb b/packages/squashfs-tools/squashfs-tools-native_3.1r2.bb new file mode 100644 index 0000000000..c35d183a08 --- /dev/null +++ b/packages/squashfs-tools/squashfs-tools-native_3.1r2.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}/ +} |