From f3f80ed068465ffd1e2c76e382d74df32a92f413 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 1 Sep 2010 01:44:04 -0700 Subject: unionfs-utils: Fix the QA error about hashing style. * Use INC_PR Signed-off-by: Khem Raj --- recipes/unionfs/unionfs-utils_1.0.11.bb | 3 ++- recipes/unionfs/unionfs-utils_1.0.13.bb | 1 + recipes/unionfs/unionfs.inc | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes/unionfs/unionfs-utils_1.0.11.bb b/recipes/unionfs/unionfs-utils_1.0.11.bb index 0e44c34b11..a78e22256f 100644 --- a/recipes/unionfs/unionfs-utils_1.0.11.bb +++ b/recipes/unionfs/unionfs-utils_1.0.11.bb @@ -1,5 +1,6 @@ require unionfs-utils.inc -require unionfs.inc + +PR = "${INC_PR}.0" SRC_URI[md5sum] = "494651fe0cf724c093b4be80e35e857f" SRC_URI[sha256sum] = "f1df81423a65590ffd20df43f5cd0be14cf6746437eb40c2c924f5f58a6e18a7" diff --git a/recipes/unionfs/unionfs-utils_1.0.13.bb b/recipes/unionfs/unionfs-utils_1.0.13.bb index 4308287483..8812cfd92c 100644 --- a/recipes/unionfs/unionfs-utils_1.0.13.bb +++ b/recipes/unionfs/unionfs-utils_1.0.13.bb @@ -1,5 +1,6 @@ require unionfs-utils.inc +PR = "${INC_PR}.0" SRC_URI[md5sum] = "1dca48ff260dacf890b8040a3cea55b3" SRC_URI[sha256sum] = "61b03ce855734b1a1b4b180856095876d562c22e359ba847a2544c488c7254b4" 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" -- cgit v1.2.3