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 | meta-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 48c545660..db3cd5965 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" | |||
8 | DEPENDS_class-native = "" | 8 | DEPENDS_class-native = "" |
9 | 9 | ||
10 | SRCREV = "f29056fe396d56fc2a06a96312feabaebbe14c59" | 10 | SRCREV = "f29056fe396d56fc2a06a96312feabaebbe14c59" |
11 | SRC_URI = "git://git.code.sf.net/p/aufs/aufs-util;protocol=git;branch=aufs3.9 \ | 11 | SRC_URI = "git://git.code.sf.net/p/aufs/aufs-util;protocol=git;branch=aufs3.0 \ |
12 | file://aufs-util-don-t-strip-executables.patch \ | 12 | file://aufs-util-don-t-strip-executables.patch \ |
13 | file://aufs-util-add-tool-concept-to-Makefile-for-cross-com.patch \ | 13 | file://aufs-util-add-tool-concept-to-Makefile-for-cross-com.patch \ |
14 | file://aufs_type.h \ | 14 | file://aufs_type.h \ |
15 | " | 15 | " |
16 | 16 | ||
17 | PV = "3.9+git${SRCPV}" | 17 | PV = "3.0+git${SRCPV}" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||