Merge bk://oe-devel@oe-devel.bkbits.net/packages
[vuplus_openembedded] / pcre / pcre_4.4.oe
index db717f7..1188012 100644 (file)
@@ -1,4 +1,4 @@
-DEPENDS = "virtual/libc"
+SECTION = "unknown"
 DESCRIPTION = "Perl-compatible regular expression library. PCRE has its own native \
 API, but a set of 'wrapper' functions that are based on the POSIX API \
 are also supplied in the library libpcreposix. Note that this just \
@@ -6,12 +6,10 @@ 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."
 
-SRC_URI = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar.bz2 \
-          file://${FILESDIR}/rpath.patch;patch=1 \
-          file://${FILESDIR}/lai.patch;patch=1"
+SRC_URI = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar.bz2"
 S = "${WORKDIR}/pcre-${PV}"
 
-inherit autotools 
+inherit autotools binconfig
 
 CFLAGS_append = " -D_REENTRANT"
 EXTRA_OECONF = " --with-link-size=2 --enable-newline-is-lf --with-match-limit=10000000"