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 <[email protected]>
---
 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

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to