diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-06-27 19:08:19 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-01 09:59:27 +0200 |
commit | f3ac89d24eb594ceb75a38c6f56e50bead70ec32 (patch) | |
tree | 7715342c6768cd4d2f7e3228a56fc64a03382d54 | |
parent | 27fa98a9ea71a3da6bb81d88a4652b770cecfabf (diff) | |
download | meta-openembedded-f3ac89d24eb594ceb75a38c6f56e50bead70ec32.tar.gz |
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>
-rw-r--r-- | meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb | 6 |
1 files changed, 3 insertions, 3 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 50d8b909a5..1e8677574d 100644 --- a/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb +++ b/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb | |||
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" | |||
7 | DEPENDS = "aufs-util-native" | 7 | DEPENDS = "aufs-util-native" |
8 | DEPENDS_class-native = "" | 8 | DEPENDS_class-native = "" |
9 | 9 | ||
10 | SRCREV = "b59a2167a135ceea37581ee33997de278cf8a30a" | 10 | SRCREV = "bdfcc0dcfc6113146e928f85145dbd2cf9b0e080" |
11 | SRC_URI = "git://git.code.sf.net/p/aufs/aufs-util;protocol=git;branch=aufs3.14 \ | 11 | SRC_URI = "git://git.code.sf.net/p/aufs/aufs-util;protocol=git;branch=aufs3.18 \ |
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 \ |
@@ -34,7 +34,7 @@ do_configure_append () { | |||
34 | 34 | ||
35 | do_configure_append_class-target () { | 35 | do_configure_append_class-target () { |
36 | for i in ver c2sh c2tmac; do | 36 | for i in ver c2sh c2tmac; do |
37 | cp ${STAGING_BINDIR_NATIVE}/aufs-util-${PV}/$i ./ | 37 | cp ${STAGING_BINDIR_NATIVE}/aufs-util-*/$i ${B} |
38 | done | 38 | done |
39 | } | 39 | } |
40 | 40 | ||