[oe-commits] Mike Westerhof : inetutils: Copy in config. rpath prior to running configure task

git version control git at git.openembedded.org
Sun Mar 21 14:39:00 UTC 2010


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

Author: Mike Westerhof <mwester at dls.net>
Date:   Sun Mar 21 09:37:07 2010 -0500

inetutils: Copy in config.rpath prior to running configure task
(fixes configure failure due to missing file so that inetutils builds again)

---

 recipes/inetutils/inetutils_1.5.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/inetutils/inetutils_1.5.bb b/recipes/inetutils/inetutils_1.5.bb
index 17f202c..f904ba5 100644
--- a/recipes/inetutils/inetutils_1.5.bb
+++ b/recipes/inetutils/inetutils_1.5.bb
@@ -6,7 +6,7 @@ networking utilities and servers including ftp, ftpd, rcp, \
 rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \
 talkd, telnet, telnetd, tftp, tftpd, and uucpd."
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${GNU_MIRROR}/inetutils/inetutils-${PV}.tar.gz \
 "
@@ -16,6 +16,7 @@ inherit autotools
 EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR}"
 
 do_configure_prepend () {
+	cp ${STAGING_DATADIR_NATIVE}/gettext/config.rpath ${S}/build-aux/config.rpath
 	rm -f ${S}/glob/configure*
 }
 





More information about the Openembedded-commits mailing list