]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
screen: add PACKAGECONFIG for libutempter
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 26 Jan 2015 09:11:28 +0000 (01:11 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Feb 2015 14:53:40 +0000 (14:53 +0000)
Fixed:
WARNING: QA Issue: screen rdepends on libutempter, but it isn't a build dependency? [build-deps]

The libutempter is in meta-oe.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-extended/screen/screen_4.0.3.bb

index c5218ec1dbd88148f4b57ac04ee0533ef5f796db..962a4993a982f644d1a31330321d84c344be0c1a 100644 (file)
@@ -34,6 +34,9 @@ SRC_URI[patch.sha256sum] = "10acb274b2fb0bb7137a0d66e52fa0f18125bc5198c7a8d5af38
 
 inherit autotools texinfo
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[utempter] = "ac_cv_header_utempter_h=yes,ac_cv_header_utempter_h=no,libutempter,"
+
 EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5 \
                ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)}"