git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d55a4e4
)
libpcre: also set PROVIDES = "pcre" for compatibility reasons
author
Koen Kooi
<koen@openembedded.org>
Fri, 10 Nov 2006 19:24:21 +0000
(19:24 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 10 Nov 2006 19:24:21 +0000
(19:24 +0000)
packages/libpcre/libpcre_4.4.bb
patch
|
blob
|
history
diff --git
a/packages/libpcre/libpcre_4.4.bb
b/packages/libpcre/libpcre_4.4.bb
index
9418885
..
7b841d0
100644
(file)
--- 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 = ""