libpcre: Fix SRC_URI
authorMatthias Hentges <oe@hentges.net>
Fri, 27 Apr 2007 01:46:30 +0000 (01:46 +0000)
committerMatthias Hentges <oe@hentges.net>
Fri, 27 Apr 2007 01:46:30 +0000 (01:46 +0000)
packages/libpcre/libpcre_4.4.bb

index 7b841d0..3eb25ef 100644 (file)
@@ -5,9 +5,9 @@ provides a POSIX calling interface to PCRE; the regular expressions \
 themselves still follow Perl syntax and semantics. The header file for \
 the POSIX-style functions is called pcreposix.h."
 SECTION = "devel"
-PR = "r6"
+PR = "r7"
 LICENSE = "BSD"
-SRC_URI = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar.bz2"
+SRC_URI = "${SOURCEFORGE_MIRROR}/pcre/pcre-${PV}.tar.bz2"
 S = "${WORKDIR}/pcre-${PV}"
 
 PROVIDES = "pcre"