All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] inetutils: Fix build on RISC-V
@ 2019-03-07 17:32 Khem Raj
  2019-03-08  1:05 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2019-03-07 17:32 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb b/meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb
index a27dbae2e6..453f485d1c 100644
--- a/meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb
+++ b/meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb
@@ -54,6 +54,8 @@ EXTRA_OECONF_append_libc-musl = " --disable-rsh --disable-rcp --disable-rlogin "
 do_configure_prepend () {
     export HELP2MAN='true'
     cp ${STAGING_DATADIR_NATIVE}/gettext/config.rpath ${S}/build-aux/config.rpath
+    install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}
+    install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}
     rm -f ${S}/glob/configure*
 }
 
-- 
2.21.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] inetutils: Fix build on RISC-V
  2019-03-07 17:32 [PATCH] inetutils: Fix build on RISC-V Khem Raj
@ 2019-03-08  1:05 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-03-08  1:05 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-core

On Thu, Mar 07, 2019 at 09:32:15AM -0800, Khem Raj wrote:

> Signed-off-by: Khem Raj <raj.khem@gmail.com>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-08  1:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-07 17:32 [PATCH] inetutils: Fix build on RISC-V Khem Raj
2019-03-08  1:05 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.