summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/autoconf/autoconf/remove-usr-local-lib-from-m4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/autoconf/autoconf/remove-usr-local-lib-from-m4.patch')
-rw-r--r--meta/recipes-devtools/autoconf/autoconf/remove-usr-local-lib-from-m4.patch12
1 files changed, 5 insertions, 7 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf/remove-usr-local-lib-from-m4.patch b/meta/recipes-devtools/autoconf/autoconf/remove-usr-local-lib-from-m4.patch
index f38780130a..ca1534b8f0 100644
--- a/meta/recipes-devtools/autoconf/autoconf/remove-usr-local-lib-from-m4.patch
+++ b/meta/recipes-devtools/autoconf/autoconf/remove-usr-local-lib-from-m4.patch
@@ -1,19 +1,20 @@
1From a08643ac3fef884900d6cfa161f0acec3ef104d1 Mon Sep 17 00:00:00 2001 1From 294a8d47a70db077691624615c5cb6d331a3299b Mon Sep 17 00:00:00 2001
2From: Ross Burton <ross.burton@intel.com> 2From: Ross Burton <ross.burton@intel.com>
3Date: Thu, 12 Mar 2020 17:25:37 +0000 3Date: Thu, 12 Mar 2020 17:25:37 +0000
4Subject: [PATCH 1/7] remove-usr-local-lib-from-m4.patch 4Subject: [PATCH] remove-usr-local-lib-from-m4.patch
5 5
6Upstream-Status: Inappropriate [oe specific] 6Upstream-Status: Inappropriate [oe specific]
7Signed-off-by: Ross Burton <ross.burton@intel.com> 7Signed-off-by: Ross Burton <ross.burton@intel.com>
8
8--- 9---
9 lib/autoconf/functions.m4 | 9 --------- 10 lib/autoconf/functions.m4 | 9 ---------
10 1 file changed, 9 deletions(-) 11 1 file changed, 9 deletions(-)
11 12
12diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4 13diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4
13index 12f60b99..07da7941 100644 14index 9b3f3c0..1faa99b 100644
14--- a/lib/autoconf/functions.m4 15--- a/lib/autoconf/functions.m4
15+++ b/lib/autoconf/functions.m4 16+++ b/lib/autoconf/functions.m4
16@@ -801,15 +801,6 @@ if test $ac_have_func = no; then 17@@ -825,15 +825,6 @@ if test $ac_have_func = no; then
17 [LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes]) 18 [LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes])
18 fi 19 fi
19 20
@@ -29,6 +30,3 @@ index 12f60b99..07da7941 100644
29 # Make sure it is really in the library, if we think we found it, 30 # Make sure it is really in the library, if we think we found it,
30 # otherwise set up the replacement function. 31 # otherwise set up the replacement function.
31 AC_CHECK_FUNCS(getloadavg, [], 32 AC_CHECK_FUNCS(getloadavg, [],
32--
332.25.1
34