aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/unionfs/unionfs.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-09-01 01:44:04 -0700
committerKhem Raj <raj.khem@gmail.com>2010-09-01 01:47:53 -0700
commitf3f80ed068465ffd1e2c76e382d74df32a92f413 (patch)
tree01055e680b740c3e713ea9b1ee37819f4f0ef6f1 /recipes/unionfs/unionfs.inc
parenta64073a585575e54d9888b824b46aeb5a68795dc (diff)
downloadopenembedded-f3f80ed068465ffd1e2c76e382d74df32a92f413.tar.gz
unionfs-utils: Fix the QA error about hashing style.
* Use INC_PR Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/unionfs/unionfs.inc')
-rw-r--r--recipes/unionfs/unionfs.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/unionfs/unionfs.inc b/recipes/unionfs/unionfs.inc
index 32c1e2f3b0..e70fd5d78b 100644
--- a/recipes/unionfs/unionfs.inc
+++ b/recipes/unionfs/unionfs.inc
@@ -6,7 +6,9 @@ LICENSE = "GPL"
SRC_URI = "ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/OLD/unionfs-1.x/unionfs-${PV}.tar.gz"
S = "${WORKDIR}/unionfs-${PV}"
-FILESPATHPKG =. "unionfs-${PV}:unionfs:"
export UCFLAGS = '${CFLAGS} -DNODEBUG -DUNIONFS_VERSION=\\"${PV}\\"'
CFLAGS = "${BUILD_OPTIMIZATION}"
+TARGET_CC_ARCH += "${LDFLAGS}"
+
+INC_PR = "r1"