[oe-commits] Tom Rini : squashfs-tools.inc: Switch to FILESPATHPKG =.

git version control git at git.openembedded.org
Thu Aug 12 19:44:40 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ede632c6dfdfb41e5b77d68e3a1e421d8f326dc2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ede632c6dfdfb41e5b77d68e3a1e421d8f326dc2

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Aug 12 12:44:12 2010 -0700

squashfs-tools.inc: Switch to FILESPATHPKG =.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/squashfs-tools/squashfs-tools.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/squashfs-tools/squashfs-tools.inc b/recipes/squashfs-tools/squashfs-tools.inc
index 44f6a4b..a1f778d 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"
 





More information about the Openembedded-commits mailing list