[oe-commits] Amy Fong : aufs-tools - version cleanup

git at git.openembedded.org git at git.openembedded.org
Tue Apr 7 11:11:18 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 908b4ae91cc1866833f7b8b078e079c9f7c82f08
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=908b4ae91cc1866833f7b8b078e079c9f7c82f08

Author: Amy Fong <amy.fong at windriver.com>
Date:   Tue Mar 31 13:17:43 2015 -0400

aufs-tools - version cleanup

Fix the version to be 3.0 so that it corresponds to what we get
from the SRCREV.

Signed-off-by: Amy Fong <amy.fong at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb b/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb
index 48c5456..db3cd59 100644
--- a/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb
+++ b/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb
@@ -8,13 +8,13 @@ DEPENDS = "aufs-util-native"
 DEPENDS_class-native = ""
 
 SRCREV = "f29056fe396d56fc2a06a96312feabaebbe14c59"
-SRC_URI = "git://git.code.sf.net/p/aufs/aufs-util;protocol=git;branch=aufs3.9 \
+SRC_URI = "git://git.code.sf.net/p/aufs/aufs-util;protocol=git;branch=aufs3.0 \
            file://aufs-util-don-t-strip-executables.patch \
            file://aufs-util-add-tool-concept-to-Makefile-for-cross-com.patch \
            file://aufs_type.h \
 "
 
-PV = "3.9+git${SRCPV}"
+PV = "3.0+git${SRCPV}"
 
 S = "${WORKDIR}/git"
 



More information about the Openembedded-commits mailing list