From ede632c6dfdfb41e5b77d68e3a1e421d8f326dc2 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 12 Aug 2010 12:44:12 -0700 Subject: squashfs-tools.inc: Switch to FILESPATHPKG =. Signed-off-by: Tom Rini --- recipes/squashfs-tools/squashfs-tools.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 44f6a4bc94..a1f778d3d5 100644 --- a/recipes/squashfs-tools/squashfs-tools.inc +++ b/recipes/squashfs-tools/squashfs-tools.inc @@ -7,7 +7,7 @@ INC_PR = "r4" 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" +FILESPATHPKG =. "squashfs-tools-${PV}:" SRC_URI ?= "${SOURCEFORGE_MIRROR}/squashfs/squashfs${@bb.data.getVar('PV',d,1).replace('r','-r')}.tar.gz" -- cgit 1.2.3-korg