From f7418e2d4512ba81329e7467d1c6b4422d1e3826 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 13 Jul 2011 12:05:35 -0700 Subject: 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. (From OE-Core rev: dabb9585a0d6bb41eabcf8806ecd426bbf83eae4) Signed-off-by: Tom Rini Signed-off-by: Richard Purdie --- meta/recipes-support/libpcre/libpcre_8.12.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-support/libpcre') diff --git a/meta/recipes-support/libpcre/libpcre_8.12.bb b/meta/recipes-support/libpcre/libpcre_8.12.bb index 33003c5cdf..9216777b89 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 -- cgit v1.2.3-54-g00ecf