Patchworkβ [oe] configure failes for mc-4.6.2-r4

login
register
about
Submitter Petr Štetiar
Date 2010-02-08 17:38:21
Message ID <20100208173821.GA24852@ibawizard.net>
Download mbox | patch
Permalink /patch/1546/
State New
Headers show

Comments

Petr Štetiar - 2010-02-08 17:38:21
Steffen Sledz <sledz@dresearch.de> [2010-02-08 17:21:10]:

> Petr Štetiar wrote:
> > Steffen Sledz <sledz@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?

 }

Patch

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