diff options
author | Amy Fong <amy.fong@windriver.com> | 2015-03-31 13:17:43 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-04-13 12:55:49 +0200 |
commit | b6ed8745bd3eae3434df66275f5641f3939d52bf (patch) | |
tree | 1b4ec1356dc3e66d09f4e9ada274fb5ac348e062 | |
parent | da56327e22b6e362b71f06207e6afba4e95b63a0 (diff) | |
download | ast2050-yocto-openembedded-b6ed8745bd3eae3434df66275f5641f3939d52bf.zip ast2050-yocto-openembedded-b6ed8745bd3eae3434df66275f5641f3939d52bf.tar.gz |
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@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb | 4 |
1 files 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" |