aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/squashfs-tools
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-08-12 12:44:12 -0700
committerTom Rini <tom_rini@mentor.com>2010-08-12 12:44:12 -0700
commitede632c6dfdfb41e5b77d68e3a1e421d8f326dc2 (patch)
tree9f233702fd602e434442dd340513fe37f7683b01 /recipes/squashfs-tools
parente592f51ed3efd3d16a3f054bb2608effea7c66a1 (diff)
downloadopenembedded-ede632c6dfdfb41e5b77d68e3a1e421d8f326dc2.tar.gz
squashfs-tools.inc: Switch to FILESPATHPKG =.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/squashfs-tools')
-rw-r--r--recipes/squashfs-tools/squashfs-tools.inc2
1 files changed, 1 insertions, 1 deletions
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"