aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/unionfs
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-06-09 10:49:20 -0700
committerTom Rini <tom_rini@mentor.com>2010-06-09 10:50:56 -0700
commit0987e6c13d7657ab4858330cc71812dfdbff6141 (patch)
treed75e97698af0d1e436b50f4c05652c167abeabe9 /recipes/unionfs
parent0c7fd5d39fa1cb1a6d9e0ecd8720772eb30fc8fb (diff)
downloadopenembedded-0987e6c13d7657ab4858330cc71812dfdbff6141.tar.gz
unionfs: Switch to FILESPATHPKG
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/unionfs')
-rw-r--r--recipes/unionfs/unionfs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/unionfs/unionfs.inc b/recipes/unionfs/unionfs.inc
index e336fd3e07..32c1e2f3b0 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}"