[oe-commits] Henning Heinold : mc: fix configure

git version control git at git.openembedded.org
Thu Sep 24 11:07:21 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 246c9f70a3832ab1efcef84b0d14fd96be489d44
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=246c9f70a3832ab1efcef84b0d14fd96be489d44

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Thu Sep 24 13:05:24 2009 +0200

mc: fix configure
* delete all auto-config files in config
* inherit gettext in .inc
* bump PR

---

 recipes/mc/mc.inc      |    2 +-
 recipes/mc/mc_4.6.2.bb |   11 ++++++++++-
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/recipes/mc/mc.inc b/recipes/mc/mc.inc
index 9d00aca..f7db53f 100644
--- a/recipes/mc/mc.inc
+++ b/recipes/mc/mc.inc
@@ -9,7 +9,7 @@ RDEPENDS = "ncurses-terminfo"
 
 SRC_URI = "http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-${PV}.tar.gz"
 
-inherit autotools
+inherit autotools gettext
 
 EXTRA_OECONF = "--disable-glibtest --without-x --without-samba \
 --without-nfs --without-gpm-mouse --with-screen=ncurses \
diff --git a/recipes/mc/mc_4.6.2.bb b/recipes/mc/mc_4.6.2.bb
index 10da272..387187d 100644
--- a/recipes/mc/mc_4.6.2.bb
+++ b/recipes/mc/mc_4.6.2.bb
@@ -1,5 +1,5 @@
 require mc.inc
-PR = "r3"
+PR = "r4"
 HOMEPAGE = "http://www.midnight-commander.org/"
 
 # most of these fixes were copied from openSUSE Factory.
@@ -78,3 +78,12 @@ do_utf8_conversion() {
 	popd
 	popd
 }
+
+do_configure_prepend() {
+
+AUTOFOO="config.guess config.rpath config.sub depcomp install-sh missing mkinstalldirs"
+
+         for i in ${AUTOFOO}; do
+           rm config/${i}
+         done
+}





More information about the Openembedded-commits mailing list