diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-26 01:11:28 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-03 14:53:51 +0000 |
commit | 312e8a10d229ecce5365857c008c0bfee4fd9105 (patch) | |
tree | 8657716275c50027ce016174221a2281a8b4a991 | |
parent | 5379ed8267b35b31ee59bbb07b28886df3d32975 (diff) | |
download | poky-312e8a10d229ecce5365857c008c0bfee4fd9105.tar.gz |
screen: add PACKAGECONFIG for libutempter
Fixed:
WARNING: QA Issue: screen rdepends on libutempter, but it isn't a build dependency? [build-deps]
The libutempter is in meta-oe.
(From OE-Core rev: 9672cf6ea4e35ffa45b9d624b3822df31533db19)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/screen/screen_4.0.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/screen/screen_4.0.3.bb b/meta/recipes-extended/screen/screen_4.0.3.bb index c5218ec1db..962a4993a9 100644 --- a/meta/recipes-extended/screen/screen_4.0.3.bb +++ b/meta/recipes-extended/screen/screen_4.0.3.bb | |||
@@ -34,6 +34,9 @@ SRC_URI[patch.sha256sum] = "10acb274b2fb0bb7137a0d66e52fa0f18125bc5198c7a8d5af38 | |||
34 | 34 | ||
35 | inherit autotools texinfo | 35 | inherit autotools texinfo |
36 | 36 | ||
37 | PACKAGECONFIG ??= "" | ||
38 | PACKAGECONFIG[utempter] = "ac_cv_header_utempter_h=yes,ac_cv_header_utempter_h=no,libutempter," | ||
39 | |||
37 | EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5 \ | 40 | EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5 \ |
38 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)}" | 41 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)}" |
39 | 42 | ||