blob: 61d3ca08072be1c2d1aaf606c857536bc540e58a (
plain)
1
2
3
4
5
6
7
8
|
require squashfs-tools.inc
FILE_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"
|