[meta-security][PATCH] pinentry: Fix do_package_qa issue


Armin Kuster
 

This fixes;
ERROR: QA Issue: pinentry: The compile log indicates that host include and/or library paths were used.

Signed-off-by: Armin Kuster <akuster@...>
---
recipes-security/pinentry/pinentry_0.8.3.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-security/pinentry/pinentry_0.8.3.bb b/recipes-security/pinentry/pinentry_0.8.3.bb
index 0043c23..3209e53 100644
--- a/recipes-security/pinentry/pinentry_0.8.3.bb
+++ b/recipes-security/pinentry/pinentry_0.8.3.bb
@@ -11,4 +11,5 @@ SRC_URI[sha256sum] = "568b0b09b50b2388a4f94d704d5bcb28718ecd4654ed1acc43ab1f97d9

inherit autotools

-EXTRA_OECONF +="--disable-pinentry-gtk2 --disable-pinentry-qt --disable-pinentry-qt4 --without-x --enable-ncurses"
+EXTRA_OECONF +="--disable-pinentry-gtk2 --disable-pinentry-qt --disable-pinentry-qt4 --without-x --enable-ncurses \
+ --with-ncurses-include-dir=${STAGING_INCDIR} "
--
1.9.1

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.