From: Koen Kooi Date: Fri, 10 Nov 2006 19:24:21 +0000 (+0000) Subject: libpcre: also set PROVIDES = "pcre" for compatibility reasons X-Git-Tag: Release-2010-05/1~9453^2~481^2~3^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42dd412f4930bf69885423383c79e59b50136957;p=openembedded.git libpcre: also set PROVIDES = "pcre" for compatibility reasons --- diff --git a/packages/libpcre/libpcre_4.4.bb b/packages/libpcre/libpcre_4.4.bb index 941888577b..7b841d0cfc 100644 --- a/packages/libpcre/libpcre_4.4.bb +++ b/packages/libpcre/libpcre_4.4.bb @@ -10,6 +10,8 @@ LICENSE = "BSD" SRC_URI = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar.bz2" S = "${WORKDIR}/pcre-${PV}" +PROVIDES = "pcre" + inherit autotools binconfig PARALLEL_MAKE = ""