aufs-util: Upgrade to 3.18

Fix out of tree build, helps building with devtool

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Khem Raj
2017-06-27 19:08:19 -07:00
committed by Martin Jansa
parent 27fa98a9ea
commit f3ac89d24e

View File

@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a"
DEPENDS = "aufs-util-native"
DEPENDS_class-native = ""
SRCREV = "b59a2167a135ceea37581ee33997de278cf8a30a"
SRC_URI = "git://git.code.sf.net/p/aufs/aufs-util;protocol=git;branch=aufs3.14 \
SRCREV = "bdfcc0dcfc6113146e928f85145dbd2cf9b0e080"
SRC_URI = "git://git.code.sf.net/p/aufs/aufs-util;protocol=git;branch=aufs3.18 \
file://aufs-util-don-t-strip-executables.patch \
file://aufs-util-add-tool-concept-to-Makefile-for-cross-com.patch \
file://aufs_type.h \
@@ -34,7 +34,7 @@ do_configure_append () {
do_configure_append_class-target () {
for i in ver c2sh c2tmac; do
cp ${STAGING_BINDIR_NATIVE}/aufs-util-${PV}/$i ./
cp ${STAGING_BINDIR_NATIVE}/aufs-util-*/$i ${B}
done
}