[oe] configure failes for mc-4.6.2-r4

Petr Štetiar ynezz at true.cz
Mon Feb 8 17:38:21 UTC 2010


Steffen Sledz <sledz at dresearch.de> [2010-02-08 17:21:10]:

> Petr Štetiar wrote:
> > Steffen Sledz <sledz at dresearch.de> [2010-02-08 15:24:32]:
> > 
> >> Is anybody familar with autotools able to fix this?
> >> | configure.ac:104: required file `config/config.rpath' not found
> > 
> > You mean something like 'touch config.rpath' ? :)
> 
> Maybe. But when and where?  ;-)
> 
> I've no idea how to patch the recipe to let it run succesfully.

Something like that?

diff --git a/recipes/mc/mc_4.6.2.bb b/recipes/mc/mc_4.6.2.bb
index 387187d..0ceda89 100644
--- a/recipes/mc/mc_4.6.2.bb
+++ b/recipes/mc/mc_4.6.2.bb
@@ -86,4 +86,6 @@ AUTOFOO="config.guess config.rpath config.sub depcomp
install-sh missing mkinsta
          for i in ${AUTOFOO}; do
            rm config/${i}
          done
+         # raises error if it's not found
+         touch config/config.rpath
 }




More information about the Openembedded-devel mailing list