summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/aufs-util/aufs-util/0001-libau-Define-STRIP-weakly.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-filesystems/recipes-utils/aufs-util/aufs-util/0001-libau-Define-STRIP-weakly.patch')
-rw-r--r--meta-filesystems/recipes-utils/aufs-util/aufs-util/0001-libau-Define-STRIP-weakly.patch10
1 files changed, 4 insertions, 6 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