mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 15:04:55 +00:00
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:
parent
27fa98a9ea
commit
f3ac89d24e
@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a"
|
|||||||
DEPENDS = "aufs-util-native"
|
DEPENDS = "aufs-util-native"
|
||||||
DEPENDS_class-native = ""
|
DEPENDS_class-native = ""
|
||||||
|
|
||||||
SRCREV = "b59a2167a135ceea37581ee33997de278cf8a30a"
|
SRCREV = "bdfcc0dcfc6113146e928f85145dbd2cf9b0e080"
|
||||||
SRC_URI = "git://git.code.sf.net/p/aufs/aufs-util;protocol=git;branch=aufs3.14 \
|
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-don-t-strip-executables.patch \
|
||||||
file://aufs-util-add-tool-concept-to-Makefile-for-cross-com.patch \
|
file://aufs-util-add-tool-concept-to-Makefile-for-cross-com.patch \
|
||||||
file://aufs_type.h \
|
file://aufs_type.h \
|
||||||
@ -34,7 +34,7 @@ do_configure_append () {
|
|||||||
|
|
||||||
do_configure_append_class-target () {
|
do_configure_append_class-target () {
|
||||||
for i in ver c2sh c2tmac; do
|
for i in ver c2sh c2tmac; do
|
||||||
cp ${STAGING_BINDIR_NATIVE}/aufs-util-${PV}/$i ./
|
cp ${STAGING_BINDIR_NATIVE}/aufs-util-*/$i ${B}
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user