From 90deb9f866f17181f3cc4296e0b8d5de5187609e Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Sun, 19 Apr 2009 02:24:54 +0200 Subject: squashfs-tools: Added release 4.0 (for SquashFS 4.0 in Linux 2.6.29). Added with DEFAULT_PREFERENCE -1. Be aware that squashfs release 4.0 is now upstream in Linux 2.6.29. The filesystem layout has changed from the 3.x releases. Distro's need to carefully select the (cross and native) version depending on the kernel release, which again might be different for the machines supported. Signed-off-by: Leon Woestenberg --- recipes/squashfs-tools/squashfs-tools-native_4.0.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/squashfs-tools/squashfs-tools-native_4.0.bb (limited to 'recipes/squashfs-tools/squashfs-tools-native_4.0.bb') diff --git a/recipes/squashfs-tools/squashfs-tools-native_4.0.bb b/recipes/squashfs-tools/squashfs-tools-native_4.0.bb new file mode 100644 index 0000000000..87ba761ce4 --- /dev/null +++ b/recipes/squashfs-tools/squashfs-tools-native_4.0.bb @@ -0,0 +1,11 @@ +require squashfs-tools_${PV}.bb +PR = "r0" + +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}/ +} -- cgit v1.2.3