From b6ed8745bd3eae3434df66275f5641f3939d52bf Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 31 Mar 2015 13:17:43 -0400 Subject: 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 Signed-off-by: Martin Jansa --- 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 48c545660d..db3cd5965d 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" -- cgit 1.2.3-korg