[oe-commits] org.oe.dev autoconf_2.61.bb : fix a "bug" in autoconf where it treated CONFIG_SITE

xora commit openembedded-commits at lists.openembedded.org
Tue Jul 10 15:59:57 UTC 2007


autoconf_2.61.bb : fix a "bug" in autoconf where it treated CONFIG_SITE
as a single filename instead of splitting it into individual filenames.

This stopped autoconf 2.61 loading the site files.

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 61fe56a76ce536d672adc18c3cdca0373750dd33
ViewMTN: http://monotone.openembedded.org/revision.psp?id=61fe56a76ce536d672adc18c3cdca0373750dd33
Files:
1
packages/autoconf/autoconf-2.61/config-site.patch
packages/autoconf/autoconf_2.61.bb
Diffs:

#
# mt diff -r69c4f23827bd5d45cfcc6008cf24a3877da4126e -r61fe56a76ce536d672adc18c3cdca0373750dd33
#
# 
# 
# add_file "packages/autoconf/autoconf-2.61/config-site.patch"
#  content [b83a5c63b39c809371af530d1b25b207e7c27dbe]
# 
# patch "packages/autoconf/autoconf_2.61.bb"
#  from [5b63219a0f5805d538df64bc42bf4707ec3de7c9]
#    to [135bc1ab5bc4874de77b64ca663c3fe9d595cdc9]
# 
============================================================
--- packages/autoconf/autoconf-2.61/config-site.patch	b83a5c63b39c809371af530d1b25b207e7c27dbe
+++ packages/autoconf/autoconf-2.61/config-site.patch	b83a5c63b39c809371af530d1b25b207e7c27dbe
@@ -0,0 +1,13 @@
+Index: autoconf-2.61/lib/autoconf/general.m4
+===================================================================
+--- autoconf-2.61.orig/lib/autoconf/general.m4	2007-07-10 15:09:01.000000000 +0100
++++ autoconf-2.61/lib/autoconf/general.m4	2007-07-10 15:09:17.000000000 +0100
+@@ -1767,7 +1767,7 @@
+ m4_define([AC_SITE_LOAD],
+ [# Prefer explicitly selected file to automatically selected ones.
+ if test -n "$CONFIG_SITE"; then
+-  set x "$CONFIG_SITE"
++  set x $CONFIG_SITE
+ elif test "x$prefix" != xNONE; then
+   set x "$prefix/share/config.site" "$prefix/etc/config.site"
+ else
============================================================
--- packages/autoconf/autoconf_2.61.bb	5b63219a0f5805d538df64bc42bf4707ec3de7c9
+++ packages/autoconf/autoconf_2.61.bb	135bc1ab5bc4874de77b64ca663c3fe9d595cdc9
@@ -8,6 +8,7 @@ SRC_URI += "file://autoreconf-include.pa
 	   file://autoreconf-foreign.patch;patch=1 \
 	   file://autoreconf-gnuconfigize.patch;patch=1 \
 	   file://autoheader-nonfatal-warnings.patch;patch=1 \
+	   file://config-site.patch;patch=1 \
 	   ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}"
 
 DEFAULT_PREFERENCE = "-1"






More information about the Openembedded-commits mailing list