blob: 8299cd6fdf1d669c160c61e153598d1e4418c683 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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"
|