[oe-commits] Tom Rini : libpcre: Add bzip2, zlib and readline to DEPENDS

git version control git at git.openembedded.org
Thu Jul 14 14:02:51 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: dabb9585a0d6bb41eabcf8806ecd426bbf83eae4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=dabb9585a0d6bb41eabcf8806ecd426bbf83eae4

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Jul 13 12:05:35 2011 -0700

libpcre: Add bzip2, zlib and readline to DEPENDS

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 at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/libpcre/libpcre_8.12.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-support/libpcre/libpcre_8.12.bb b/meta/recipes-support/libpcre/libpcre_8.12.bb
index 33003c5..9216777 100644
--- a/meta/recipes-support/libpcre/libpcre_8.12.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.12.bb
@@ -17,6 +17,7 @@ SRC_URI[sha256sum] = "c63070d461edc451ec9457f2324e152a531e907d5c5d2d8f8121e725ac
 S = "${WORKDIR}/pcre-${PV}"
 
 PROVIDES = "pcre"
+DEPENDS = "bzip2 zlib readline"
 
 inherit autotools binconfig
 





More information about the Openembedded-commits mailing list