summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libpcre
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-07-13 12:05:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-14 15:02:29 +0100
commitf7418e2d4512ba81329e7467d1c6b4422d1e3826 (patch)
tree28f4f032d155bb322524b743a87b431c38d1402b /meta/recipes-support/libpcre
parentb85a1e05b02d8dcf9acbf3963107aa20b2a0ab39 (diff)
downloadpoky-f7418e2d4512ba81329e7467d1c6b4422d1e3826.tar.gz
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 <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libpcre')
-rw-r--r--meta/recipes-support/libpcre/libpcre_8.12.bb1
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 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
17S = "${WORKDIR}/pcre-${PV}" 17S = "${WORKDIR}/pcre-${PV}"
18 18
19PROVIDES = "pcre" 19PROVIDES = "pcre"
20DEPENDS = "bzip2 zlib readline"
20 21
21inherit autotools binconfig 22inherit autotools binconfig
22 23