>From b475c003b0581eab69b90a662bffafcf67419c76 Mon Sep 17 00:00:00 2001 From: Amy Fong <[email protected]> Date: Tue, 31 Mar 2015 13:17:43 -0400 Subject: [PATCH] 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 <[email protected]> --- 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" -- 2.1.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
