diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2015-11-24 17:25:25 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-12-18 12:46:14 +0100 |
commit | f5f8f1279a39f128fa0737af801d4119a414b485 (patch) | |
tree | 9fc3f32350b8fb7b7a3f2b091c406e5ecccf7443 /meta-oe/recipes-extended/tmux/tmux_2.1.bb | |
parent | 4b30bf3f56adfb23e0865f21f6ca442437566797 (diff) | |
download | meta-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>
Diffstat (limited to 'meta-oe/recipes-extended/tmux/tmux_2.1.bb')
-rw-r--r-- | meta-oe/recipes-extended/tmux/tmux_2.1.bb | 4 |
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 6e2c88d79..bf21de5b1 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" | |||
15 | B = "${WORKDIR}/build" | 15 | B = "${WORKDIR}/build" |
16 | 16 | ||
17 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |
18 | |||
19 | PACKAGECONFIG ??= "" | ||
20 | PACKAGECONFIG[utempter] = "ac_cv_header_utempter_h=yes,ac_cv_header_utempter_h=no,libutempter," | ||
21 | |||