From 0987e6c13d7657ab4858330cc71812dfdbff6141 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 9 Jun 2010 10:49:20 -0700 Subject: unionfs: Switch to FILESPATHPKG Signed-off-by: Tom Rini --- recipes/unionfs/unionfs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- cgit v1.2.3