aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2015-11-24 17:25:25 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-12-18 12:46:14 +0100
commitf5f8f1279a39f128fa0737af801d4119a414b485 (patch)
tree9fc3f32350b8fb7b7a3f2b091c406e5ecccf7443
parent4b30bf3f56adfb23e0865f21f6ca442437566797 (diff)
downloadmeta-openembedded-f5f8f1279a39f128fa0737af801d4119a414b485.tar.gz
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 <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-extended/tmux/tmux_2.1.bb4
1 files changed, 4 insertions, 0 deletions
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,"
+