From f5f8f1279a39f128fa0737af801d4119a414b485 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Tue, 24 Nov 2015 17:25:25 +0800 Subject: tmux: add PACKAGECONFIG for utempter Fix QA warning: WARNING: QA Issue: tmux rdepends on libutempter, but it isn't a build dependency? [build-deps] Signed-off-by: Yi Zhao Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/tmux/tmux_2.1.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-extended/tmux/tmux_2.1.bb b/meta-oe/recipes-extended/tmux/tmux_2.1.bb index 6e2c88d795..bf21de5b1c 100644 --- a/meta-oe/recipes-extended/tmux/tmux_2.1.bb +++ b/meta-oe/recipes-extended/tmux/tmux_2.1.bb @@ -15,3 +15,7 @@ S = "${WORKDIR}/git" B = "${WORKDIR}/build" inherit autotools pkgconfig + +PACKAGECONFIG ??= "" +PACKAGECONFIG[utempter] = "ac_cv_header_utempter_h=yes,ac_cv_header_utempter_h=no,libutempter," + -- cgit 1.2.3-korg