inetutils: Copy in config.rpath prior to running configure task
authorMike Westerhof <mwester@dls.net>
Sun, 21 Mar 2010 14:37:07 +0000 (09:37 -0500)
committerMike Westerhof <mwester@dls.net>
Sun, 21 Mar 2010 14:37:07 +0000 (09:37 -0500)
(fixes configure failure due to missing file so that inetutils builds again)

recipes/inetutils/inetutils_1.5.bb

index 17f202c..f904ba5 100644 (file)
@@ -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*
 }