diff options
author | Mike Westerhof <mwester@dls.net> | 2010-03-21 09:37:07 -0500 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2010-03-21 09:37:07 -0500 |
commit | d29c8d9fbaed97c86ea7d6a423fd69f1ef7a4f59 (patch) | |
tree | 46cf909b182426e208323613d29205ce41d5285e /recipes/inetutils/inetutils_1.5.bb | |
parent | 7f2f7b3ad5f9852da1a791ab1dbc3172055efac3 (diff) |
inetutils: Copy in config.rpath prior to running configure task
(fixes configure failure due to missing file so that inetutils builds again)
Diffstat (limited to 'recipes/inetutils/inetutils_1.5.bb')
-rw-r--r-- | 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 17f202cfbe..f904ba5437 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* } |