diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-04-19 02:24:54 +0200 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-04-19 02:24:54 +0200 |
commit | 90deb9f866f17181f3cc4296e0b8d5de5187609e (patch) | |
tree | baacdcbdd6b90d08c9171ff6ee1af6275be79093 /recipes/squashfs-tools/squashfs-tools_4.0.bb | |
parent | 3865dc1853480055988ea71f6c7cb2a7986b6a88 (diff) |
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 <leon@sidebranch.com>
Diffstat (limited to 'recipes/squashfs-tools/squashfs-tools_4.0.bb')
-rw-r--r-- | recipes/squashfs-tools/squashfs-tools_4.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/squashfs-tools/squashfs-tools_4.0.bb b/recipes/squashfs-tools/squashfs-tools_4.0.bb new file mode 100644 index 0000000000..8299cd6fdf --- /dev/null +++ b/recipes/squashfs-tools/squashfs-tools_4.0.bb @@ -0,0 +1,12 @@ +require squashfs-tools.inc +PR = "r0" + +DEFAULT_PREFERENCE = "-1" + +# some release have .tgz, some have .tar.gz, so keep that outside the .inc file + +#http://ovh.dl.sourceforge.net/sourceforge/squashfs/squashfs4.0.tar.gz + +SRC_URI = "${SOURCEFORGE_MIRROR}/squashfs/squashfs${@bb.data.getVar('PV',d,1).replace('r','-r')}.tar.gz \ +file://Makefile.patch;patch=1" + |