mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
da56327e22
commit
b6ed8745bd
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user