diff options
author | Koen Kooi <koen@openembedded.org> | 2005-07-29 12:45:43 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-29 12:45:43 +0000 |
commit | fac613f699ebc733ad24222172f27bd4cb3fcc0f (patch) | |
tree | 90772dba548f445f5a069d0cdb12998d93afa200 /packages/unionfs/unionfs.inc | |
parent | 431f3ab1ac2959a4d81bd75b5498c5ca1c529785 (diff) | |
parent | 07d6dfc1c87b7bf5130ca2e609e07271c4f67a95 (diff) |
merge of 0a527a883f902e45560614ecaddc3e42e790c62f
and 3e210bb0fa7fb81d3595767cca49ed749b921f1d
Diffstat (limited to 'packages/unionfs/unionfs.inc')
-rw-r--r-- | packages/unionfs/unionfs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/unionfs/unionfs.inc b/packages/unionfs/unionfs.inc index 392a1cdaf5..72d4ed1fca 100644 --- a/packages/unionfs/unionfs.inc +++ b/packages/unionfs/unionfs.inc @@ -10,5 +10,5 @@ SRC_URI = "ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/unionfs-${PV}.tar.gz \ S = "${WORKDIR}/unionfs-${PV}" FILESPATH = "${FILE_DIRNAME}/unionfs-${PV}:${FILE_DIRNAME}/unionfs:${FILE_DIRNAME}/files:${FILE_DIRNAME}" -export UCFLAGS := "${CFLAGS} -DNODEBUG" +export UCFLAGS = '${CFLAGS} -DNODEBUG -DUNIONFS_VERSION=\\"${PV}\\"' CFLAGS = "${BUILD_OPTIMIZATION}" |