[oe] [PATCH] autotool.bbclass: Remove `EXTRA_AUTORECONF = "--exclude=autopoint"`.

Paul Menzel paulepanter at users.sourceforge.net
Tue Mar 30 11:50:24 UTC 2010


In commit 0f235b0f42575bfb50dd891cf44aa08c2e404a67 [1] `autotools.bbclass` was imported from BitKeeper. According to rwhitby on IRC the original author of `autotool.bbclass` cannot be found out anymore, so the reason why Autopoint has to be excluded not known.

Having `EXTRA_AUTORECONF = "--exclude=autopoint"` in `autotools.bbclass` forces the usage of same hacks to prevent failure of `do_configure` [2].

    configure.ac:35: required file `./config.rpath' not found

I ran a build from scratch with `EXTRA_AUTORECONF = "--exclude=autopoint"` from `autotools.bbclass` and did not see any regressions.

[1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=0f235b0f42575bfb50dd891cf44aa08c2e404a67
[2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-March/018818.html

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 classes/autotools.bbclass |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/classes/autotools.bbclass b/classes/autotools.bbclass
index 31d3578..5902e87 100644
--- a/classes/autotools.bbclass
+++ b/classes/autotools.bbclass
@@ -35,7 +35,6 @@ inherit siteinfo
 export CONFIG_SITE = "${@siteinfo_get_files(d)}"
 
 acpaths = "default"
-EXTRA_AUTORECONF = "--exclude=autopoint"
 
 def autotools_set_crosscompiling(d):
 	if not bb.data.inherits_class('native', d):
-- 
1.7.0.3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20100330/60292f6e/attachment-0002.sig>


More information about the Openembedded-devel mailing list