diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-06-09 10:49:20 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-06-09 10:50:56 -0700 |
commit | 0987e6c13d7657ab4858330cc71812dfdbff6141 (patch) | |
tree | d75e97698af0d1e436b50f4c05652c167abeabe9 | |
parent | 0c7fd5d39fa1cb1a6d9e0ecd8720772eb30fc8fb (diff) |
unionfs: Switch to FILESPATHPKG
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r-- | 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 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}" |