]> code.ossystems Code Review - openembedded-core.git/commitdiff
autoconf-2.65: Ensure autoconf sees our site cache
authorRichard Purdie <rpurdie@linux.intel.com>
Mon, 1 Feb 2010 12:47:29 +0000 (12:47 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 1 Feb 2010 12:47:29 +0000 (12:47 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/autoconf/autoconf-2.65/config_site.patch [new file with mode: 0644]
meta/packages/autoconf/autoconf_2.65.bb

diff --git a/meta/packages/autoconf/autoconf-2.65/config_site.patch b/meta/packages/autoconf/autoconf-2.65/config_site.patch
new file mode 100644 (file)
index 0000000..8a90cd3
--- /dev/null
@@ -0,0 +1,29 @@
+Poky provides a list of site files in CONFIG_SITE whereas autoconf 
+only expects one file. This patch changes autoconf to accept a list of 
+them.
+
+RP 1/2/10
+
+Index: autoconf-2.65/lib/autoconf/general.m4
+===================================================================
+--- autoconf-2.65.orig/lib/autoconf/general.m4 2010-02-01 12:41:32.329073138 +0000
++++ autoconf-2.65/lib/autoconf/general.m4      2010-02-01 12:41:56.769040799 +0000
+@@ -1863,17 +1863,10 @@
+ m4_define([AC_SITE_LOAD],
+ [# Prefer an explicitly selected file to automatically selected ones.
+ ac_site_file1=NONE
+-ac_site_file2=NONE
+ if test -n "$CONFIG_SITE"; then
+   ac_site_file1=$CONFIG_SITE
+-elif test "x$prefix" != xNONE; then
+-  ac_site_file1=$prefix/share/config.site
+-  ac_site_file2=$prefix/etc/config.site
+-else
+-  ac_site_file1=$ac_default_prefix/share/config.site
+-  ac_site_file2=$ac_default_prefix/etc/config.site
+ fi
+-for ac_site_file in "$ac_site_file1" "$ac_site_file2"
++for ac_site_file in $ac_site_file1
+ do
+   test "x$ac_site_file" = xNONE && continue
+   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
index b7258fa25c5313d85487bdd28be36b872c90a93e..d3b2c37ae8996ac33d06e593d92d31b9c5e7b948 100644 (file)
@@ -1,6 +1,6 @@
 require autoconf.inc
 
-PR = "r1"
+PR = "r2"
 
 PARALLEL_MAKE = ""
 
@@ -12,7 +12,8 @@ SRC_URI += "file://autoreconf-include.patch;patch=1 \
           file://autoreconf-foreign.patch;patch=1 \
           file://autoreconf-gnuconfigize.patch;patch=1 \
           file://autoheader-nonfatal-warnings.patch;patch=1 \
-          ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}"
+          ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]} \
+           file://config_site.patch;patch=1"
 
 DEFAULT_PREFERENCE = "-1"