[oe-commits] Khem Raj : unionfs-utils: Fix the QA error about hashing style.

git version control git at git.openembedded.org
Wed Sep 1 08:48:21 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f3f80ed068465ffd1e2c76e382d74df32a92f413
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f3f80ed068465ffd1e2c76e382d74df32a92f413

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Sep  1 01:44:04 2010 -0700

unionfs-utils: Fix the QA error about hashing style.

* Use INC_PR

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 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 0e44c34..a78e222 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 4308287..8812cfd 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 32c1e2f..e70fd5d 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"





More information about the Openembedded-commits mailing list