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>
This commit is contained in:
Amy Fong 2015-03-31 13:17:43 -04:00 committed by Martin Jansa
parent da56327e22
commit b6ed8745bd

View File

@ -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"