diff options
Diffstat (limited to 'meta/recipes-support/apr/apr/0002-apr-Remove-workdir-path-references-from-installed-ap.patch')
-rw-r--r-- | meta/recipes-support/apr/apr/0002-apr-Remove-workdir-path-references-from-installed-ap.patch | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-support/apr/apr/0002-apr-Remove-workdir-path-references-from-installed-ap.patch b/meta/recipes-support/apr/apr/0002-apr-Remove-workdir-path-references-from-installed-ap.patch index d63423f3a1..2a9cfb0f3d 100644 --- a/meta/recipes-support/apr/apr/0002-apr-Remove-workdir-path-references-from-installed-ap.patch +++ b/meta/recipes-support/apr/apr/0002-apr-Remove-workdir-path-references-from-installed-ap.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 689a8db96a6d1e1cae9cbfb35d05ac82140a6555 Mon Sep 17 00:00:00 2001 | 1 | From 5050645e626a8ee91a7f45070ef2d3911e1870d7 Mon Sep 17 00:00:00 2001 |
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
3 | Date: Tue, 30 Jan 2018 09:39:06 +0800 | 3 | Date: Tue, 30 Jan 2018 09:39:06 +0800 |
4 | Subject: [PATCH] apr: Remove workdir path references from installed apr files | 4 | Subject: [PATCH] apr: Remove workdir path references from installed apr files |
@@ -13,16 +13,15 @@ packages at target run time, the workdir path caused confusion. | |||
13 | Rebase to 1.6.3 | 13 | Rebase to 1.6.3 |
14 | 14 | ||
15 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | 15 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> |
16 | |||
17 | --- | 16 | --- |
18 | apr-config.in | 32 ++------------------------------ | 17 | apr-config.in | 32 ++------------------------------ |
19 | 1 file changed, 2 insertions(+), 30 deletions(-) | 18 | 1 file changed, 2 insertions(+), 30 deletions(-) |
20 | 19 | ||
21 | diff --git a/apr-config.in b/apr-config.in | 20 | diff --git a/apr-config.in b/apr-config.in |
22 | index bed47ca..47874e5 100644 | 21 | index 626d3b0..42be269 100644 |
23 | --- a/apr-config.in | 22 | --- a/apr-config.in |
24 | +++ b/apr-config.in | 23 | +++ b/apr-config.in |
25 | @@ -164,16 +164,7 @@ while test $# -gt 0; do | 24 | @@ -179,16 +179,7 @@ while test $# -gt 0; do |
26 | flags="$flags $LDFLAGS" | 25 | flags="$flags $LDFLAGS" |
27 | ;; | 26 | ;; |
28 | --includes) | 27 | --includes) |
@@ -39,7 +38,7 @@ index bed47ca..47874e5 100644 | |||
39 | ;; | 38 | ;; |
40 | --srcdir) | 39 | --srcdir) |
41 | echo $APR_SOURCE_DIR | 40 | echo $APR_SOURCE_DIR |
42 | @@ -197,33 +188,14 @@ while test $# -gt 0; do | 41 | @@ -212,33 +203,14 @@ while test $# -gt 0; do |
43 | exit 0 | 42 | exit 0 |
44 | ;; | 43 | ;; |
45 | --link-ld) | 44 | --link-ld) |