]> code.ossystems Code Review - openembedded-core.git/commitdiff
libpcre: Add bzip2, zlib and readline to DEPENDS
authorTom Rini <tom_rini@mentor.com>
Wed, 13 Jul 2011 19:05:35 +0000 (12:05 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Jul 2011 14:00:18 +0000 (15:00 +0100)
libpcre will build, if found, optional support for bzip2/zlib in
pcregrep and a readline frontend to pcretest.  It will not however
listen to --disable-pcregrep-{libz,libbz2} and will still build
these if found.  So we add bzip2, zlib and readline to DEPENDS to make
sure that we get consistent builds.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libpcre/libpcre_8.12.bb

index 33003c5cdf83bf6bba8d36b210dfdd1eb2989419..9216777b89d5293fc32fe81179f14f69f50a301c 100644 (file)
@@ -17,6 +17,7 @@ SRC_URI[sha256sum] = "c63070d461edc451ec9457f2324e152a531e907d5c5d2d8f8121e725ac
 S = "${WORKDIR}/pcre-${PV}"
 
 PROVIDES = "pcre"
+DEPENDS = "bzip2 zlib readline"
 
 inherit autotools binconfig