diff options
Diffstat (limited to 'recipes/squashfs-tools/squashfs-tools_4.0.bb')
-rw-r--r-- | recipes/squashfs-tools/squashfs-tools_4.0.bb | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/recipes/squashfs-tools/squashfs-tools_4.0.bb b/recipes/squashfs-tools/squashfs-tools_4.0.bb index 8299cd6fdf..0de5794b95 100644 --- a/recipes/squashfs-tools/squashfs-tools_4.0.bb +++ b/recipes/squashfs-tools/squashfs-tools_4.0.bb @@ -1,12 +1,5 @@ require squashfs-tools.inc -PR = "r0" +PR = "${INC_PR}.1" 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" - +SRC_URI += " file://Makefile.patch;patch=1" |