diff options
Diffstat (limited to 'packages/squashfs-tools/squashfs-tools_3.3.bb')
-rw-r--r-- | packages/squashfs-tools/squashfs-tools_3.3.bb | 8 |
1 files changed, 8 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..2bf0a98ccb --- /dev/null +++ b/packages/squashfs-tools/squashfs-tools_3.3.bb @@ -0,0 +1,8 @@ +require squashfs-tools.inc +PR = "r0" + +# 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" + |