diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-11-16 19:50:10 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-11-16 19:50:10 +0000 |
commit | 0048e583c9234dfc488609fb501c301b3d61da39 (patch) | |
tree | 71d882c578c0ce20fbea0ddd0b64374ef2aee6e8 /packages/squashfs-tools/squashfs-tools_3.3.bb | |
parent | 6eb50a468d6bba9421c55a8ac102d58b56804b5b (diff) |
squashfs-tools: Added release 3.3.
Diffstat (limited to 'packages/squashfs-tools/squashfs-tools_3.3.bb')
-rw-r--r-- | packages/squashfs-tools/squashfs-tools_3.3.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/squashfs-tools/squashfs-tools_3.3.bb b/packages/squashfs-tools/squashfs-tools_3.3.bb new file mode 100644 index 0000000000..819a45606a --- /dev/null +++ b/packages/squashfs-tools/squashfs-tools_3.3.bb @@ -0,0 +1,7 @@ +require squashfs-tools.inc + +# some release have .tgz, some have .tar.gz, so keep that outside the .inc file + +SRC_URI = "${SOURCEFORGE_MIRROR}/squashfs/squashfs${@bb.data.getVar('PV',d,1).replace('r','-r')}.tgz \ +file://Makefile.patch;patch=1" + |