unionfs: Switch to FILESPATHPKG
authorTom Rini <tom_rini@mentor.com>
Wed, 9 Jun 2010 17:49:20 +0000 (10:49 -0700)
committerTom Rini <tom_rini@mentor.com>
Wed, 9 Jun 2010 17:50:56 +0000 (10:50 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/unionfs/unionfs.inc

index e336fd3..32c1e2f 100644 (file)
@@ -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}"