summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb
index 97fc6a11f..80022c7e7 100644
--- a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb
+++ b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb
@@ -37,7 +37,7 @@ PACKAGECONFIG[uucpd] = "--enable-uucpd,--disable-uucpd,readline"
37 37
38EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \ 38EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \
39 ${noipv6} \ 39 ${noipv6} \
40 --with-libreadline-prefix=${STAGING_DIR_HOST}${prefix} \ 40 --with-libreadline-prefix=${STAGING_LIBDIR} \
41" 41"
42 42
43do_configure_prepend () { 43do_configure_prepend () {