git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c7fd5d
)
unionfs: Switch to FILESPATHPKG
author
Tom Rini
<tom_rini@mentor.com>
Wed, 9 Jun 2010 17:49:20 +0000
(10:49 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/recipes/unionfs/unionfs.inc
b/recipes/unionfs/unionfs.inc
index
e336fd3
..
32c1e2f
100644
(file)
--- 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}
"
+FILESPATH
PKG =. "unionfs-${PV}:unionfs:
"
export UCFLAGS = '${CFLAGS} -DNODEBUG -DUNIONFS_VERSION=\\"${PV}\\"'
CFLAGS = "${BUILD_OPTIMIZATION}"