From 2f15c139108411520a235708e3a3b697eb12b497 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 21 Nov 2009 19:51:05 -0200 Subject: squashfs-tools: allow setting of SRC_URI before loading .inc Without this change bitbake due a fetcher failure because SRC_URI is then cached and later changed. Signed-off-by: Otavio Salvador --- recipes/squashfs-tools/squashfs-tools.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/squashfs-tools/squashfs-tools.inc') diff --git a/recipes/squashfs-tools/squashfs-tools.inc b/recipes/squashfs-tools/squashfs-tools.inc index aa75eaa898..fb5a648545 100644 --- a/recipes/squashfs-tools/squashfs-tools.inc +++ b/recipes/squashfs-tools/squashfs-tools.inc @@ -2,14 +2,14 @@ DESCRIPTION = "Squashfs is a highly compressed read-only filesystem for Linux." SECTION = "base" LICENSE = "GPLv2" DEPENDS = "zlib" -INC_PR = "r2" +INC_PR = "r3" S = "${WORKDIR}/squashfs${@bb.data.getVar('PV',d,1).replace('r','-r')}/squashfs-tools" # required to share same place with -lzma specific packages FILESPATHPKG = "squashfs-tools-${PV}:squashfs-tools:files" -SRC_URI = "${SOURCEFORGE_MIRROR}/squashfs/squashfs${@bb.data.getVar('PV',d,1).replace('r','-r')}.tar.gz" +SRC_URI ?= "${SOURCEFORGE_MIRROR}/squashfs/squashfs${@bb.data.getVar('PV',d,1).replace('r','-r')}.tar.gz" prefix = "" -- cgit v1.2.3