summaryrefslogtreecommitdiffstats
path: root/meta-filesystems
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2018-04-12 15:54:20 +0800
committerArmin Kuster <akuster808@gmail.com>2018-05-01 18:12:48 -0700
commiteb65f2a8f7e4baf446c9f7feb0cf323ba6f732ff (patch)
tree2592ec62a156ea4534b860523d928baa32e98d58 /meta-filesystems
parent50b0ed791de458309e427f27ce07aa0a9c24887e (diff)
downloadmeta-openembedded-eb65f2a8f7e4baf446c9f7feb0cf323ba6f732ff.tar.gz
aufs-util: refresh patches
Refresh patches to fix do_patch warning. Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Diffstat (limited to 'meta-filesystems')
-rw-r--r--meta-filesystems/recipes-utils/aufs-util/aufs-util/0001-libau-Define-STRIP-weakly.patch10
-rw-r--r--meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-add-tool-concept-to-Makefile-for-cross-com.patch17
-rw-r--r--meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-don-t-strip-executables.patch14
3 files changed, 20 insertions, 21 deletions
diff --git a/meta-filesystems/recipes-utils/aufs-util/aufs-util/0001-libau-Define-STRIP-weakly.patch b/meta-filesystems/recipes-utils/aufs-util/aufs-util/0001-libau-Define-STRIP-weakly.patch
index 9efea804b..6732dc42e 100644
--- a/meta-filesystems/recipes-utils/aufs-util/aufs-util/0001-libau-Define-STRIP-weakly.patch
+++ b/meta-filesystems/recipes-utils/aufs-util/aufs-util/0001-libau-Define-STRIP-weakly.patch
@@ -1,4 +1,4 @@
1From bb8801fb21ac8d73e3b1a11a8555aaf822182a51 Mon Sep 17 00:00:00 2001 1From daf04dc9ca1f2e4c65ec338ab439e0a792e1a8ac Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 5 Sep 2017 10:36:52 -0700 3Date: Tue, 5 Sep 2017 10:36:52 -0700
4Subject: [PATCH] libau: Define STRIP weakly 4Subject: [PATCH] libau: Define STRIP weakly
@@ -6,10 +6,11 @@ Subject: [PATCH] libau: Define STRIP weakly
6STRIP can be set on environment to use cross version of strip utility 6STRIP can be set on environment to use cross version of strip utility
7hardcoding to strip is not working in cross environment 7hardcoding to strip is not working in cross environment
8 8
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10---
11Upstream-Status: Submitted 9Upstream-Status: Submitted
12 10
11Signed-off-by: Khem Raj <raj.khem@gmail.com>
12
13---
13 libau/Makefile | 3 ++- 14 libau/Makefile | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-) 15 1 file changed, 2 insertions(+), 1 deletion(-)
15 16
@@ -34,6 +35,3 @@ index 81520ac..c25eef2 100644
34 # readelf --syms --use-dynamic libau.so 35 # readelf --syms --use-dynamic libau.so
35 36
36 install_ulib: File = ${LibSo}.${LibSoMajor}.${LibSoMinor} 37 install_ulib: File = ${LibSo}.${LibSoMajor}.${LibSoMinor}
37--
382.14.1
39
diff --git a/meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-add-tool-concept-to-Makefile-for-cross-com.patch b/meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-add-tool-concept-to-Makefile-for-cross-com.patch
index 5c3558689..c832696a3 100644
--- a/meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-add-tool-concept-to-Makefile-for-cross-com.patch
+++ b/meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-add-tool-concept-to-Makefile-for-cross-com.patch
@@ -1,3 +1,6 @@
1From 13a60c631d7cf6c7e1926473d8069795c0def9b6 Mon Sep 17 00:00:00 2001
2From: Chen Qi <Qi.Chen@windriver.com>
3Date: Thu, 19 Jun 2014 15:09:56 +0100
1Subject: [PATCH] aufs-util: add tool concept to Makefile for cross compiling 4Subject: [PATCH] aufs-util: add tool concept to Makefile for cross compiling
2 purpose 5 purpose
3 6
@@ -7,23 +10,21 @@ Add a tools target to Makefile to allow for this.
7Upstream-Status: Pending 10Upstream-Status: Pending
8 11
9Signed-off-by: Chen Qi <Qi.Chen@windriver.com> 12Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
13
10--- 14---
11 Makefile | 2 +- 15 Makefile | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-) 16 1 file changed, 1 insertion(+), 1 deletion(-)
13 17
14diff --git a/Makefile b/Makefile 18diff --git a/Makefile b/Makefile
15index 2f905ad..49c3cd5 100644 19index dbbe43d..aff969e 100644
16--- a/Makefile 20--- a/Makefile
17+++ b/Makefile 21+++ b/Makefile
18@@ -85,7 +85,7 @@ aufs.5: aufs.in.5 c2tmac 22@@ -152,7 +152,7 @@ aufs.5: aufs.in.5 c2tmac
19 chmod a-w $@ 23 chmod a-w $@
20 24
21 c2sh c2tmac ver: CC = ${HOSTCC} 25 c2sh c2tmac ver: CC = ${HOSTCC}
22-.INTERMEDIATE: c2sh c2tmac ver 26-.INTERMEDIATE: c2sh c2tmac ver
23+tools: c2sh c2tmac ver 27+tools: c2sh c2tmac ver
24 28
25 Install = install -o root -g root -p 29 install_sbin: File = auibusy aumvdown auplink mount.aufs umount.aufs
26 install_sbin: File = auibusy auplink mount.aufs umount.aufs 30 ifeq (${Glibc},no)
27--
281.7.9.5
29
diff --git a/meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-don-t-strip-executables.patch b/meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-don-t-strip-executables.patch
index fe2a6a576..b40822c0d 100644
--- a/meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-don-t-strip-executables.patch
+++ b/meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-don-t-strip-executables.patch
@@ -1,4 +1,4 @@
1From 244863eca77fcaa1187884836c3e28d6b6d1504a Mon Sep 17 00:00:00 2001 1From 9d5e7eff4ae906f1ea6e6527080fded0b595fbd4 Mon Sep 17 00:00:00 2001
2From: Bruce Ashfield <bruce.ashfield@windriver.com> 2From: Bruce Ashfield <bruce.ashfield@windriver.com>
3Date: Tue, 9 Apr 2013 18:50:34 -0700 3Date: Tue, 9 Apr 2013 18:50:34 -0700
4Subject: [PATCH] aufs-util: don't strip executables 4Subject: [PATCH] aufs-util: don't strip executables
@@ -14,16 +14,19 @@ as follows:
14 14
15To prevent this, we remove -s from LDFLAGS. 15To prevent this, we remove -s from LDFLAGS.
16 16
17Upstream-Status: Inappropriate [oe specific]
18
17Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> 19Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
20
18--- 21---
19 Makefile | 2 +- 22 Makefile | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-) 23 1 file changed, 1 insertion(+), 1 deletion(-)
21 24
22diff --git a/Makefile b/Makefile 25diff --git a/Makefile b/Makefile
23index 2f905ad..e0c6dcd 100644 26index 54f8d97..dbbe43d 100644
24--- a/Makefile 27--- a/Makefile
25+++ b/Makefile 28+++ b/Makefile
26@@ -56,7 +56,7 @@ all: ver_test ${Man} ${Bin} ${Etc} 29@@ -118,7 +118,7 @@ clean:
27 ver_test: ver 30 ver_test: ver
28 ./ver 31 ./ver
29 32
@@ -32,6 +35,3 @@ index 2f905ad..e0c6dcd 100644
32 ${Bin}: LDLIBS = -L. -lautil 35 ${Bin}: LDLIBS = -L. -lautil
33 ${BinObj}: %.o: %.c ${LibUtilHdr} ${LibUtil} 36 ${BinObj}: %.o: %.c ${LibUtilHdr} ${LibUtil}
34 37
35--
361.7.10.4
37