[oe-commits] Tom Rini : unionfs: Switch to FILESPATHPKG

git version control git at git.openembedded.org
Wed Jun 9 17:51:06 UTC 2010


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Jun  9 10:49:20 2010 -0700

unionfs: Switch to FILESPATHPKG

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

---

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

diff --git a/recipes/unionfs/unionfs.inc b/recipes/unionfs/unionfs.inc
index e336fd3..32c1e2f 100644
--- a/recipes/unionfs/unionfs.inc
+++ b/recipes/unionfs/unionfs.inc
@@ -6,7 +6,7 @@ LICENSE = "GPL"
 
 SRC_URI = "ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/OLD/unionfs-1.x/unionfs-${PV}.tar.gz"
 S = "${WORKDIR}/unionfs-${PV}"
-FILESPATH = "${FILE_DIRNAME}/unionfs-${PV}:${FILE_DIRNAME}/unionfs:${FILE_DIRNAME}/files:${FILE_DIRNAME}"
+FILESPATHPKG =. "unionfs-${PV}:unionfs:"
 
 export UCFLAGS = '${CFLAGS} -DNODEBUG -DUNIONFS_VERSION=\\"${PV}\\"'
 CFLAGS = "${BUILD_OPTIMIZATION}"





More information about the Openembedded-commits mailing list