aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--recipes/unionfs/unionfs-utils_1.0.11.bb3
-rw-r--r--recipes/unionfs/unionfs-utils_1.0.13.bb1
-rw-r--r--recipes/unionfs/unionfs.inc4
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"