From: John Bowler Date: Thu, 29 Dec 2005 02:13:49 +0000 (+0000) Subject: expat: bump pr in 1.95.7 X-Git-Tag: Release-2010-05/1~9453^2~2833^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81fc868ff2c1f8d8ee29481bd369d4e992823f02;p=openembedded.git expat: bump pr in 1.95.7 libaal: bump pr in 1.0.4 pcre: bump pr in 4.4 --- diff --git a/packages/expat/expat_1.95.7.bb b/packages/expat/expat_1.95.7.bb index 95572ce84b..c3bbb8981b 100644 --- a/packages/expat/expat_1.95.7.bb +++ b/packages/expat/expat_1.95.7.bb @@ -2,6 +2,7 @@ SECTION = "libs" DESCRIPTION = "Jim Clarkes XML parser library." HOMEPAGE = "http://expat.sourceforge.net/" LICENSE = "MIT" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz \ file://autotools.patch;patch=1" diff --git a/packages/libaal/libaal_1.0.4.bb b/packages/libaal/libaal_1.0.4.bb index 992a3f1708..d4a460c6da 100644 --- a/packages/libaal/libaal_1.0.4.bb +++ b/packages/libaal/libaal_1.0.4.bb @@ -1,7 +1,7 @@ # This is the support library for reiser4progs, required when # building that package. The libraries from this build must # be installed on the system to use the reiser4progs programs -PR = "r0" +PR = "r1" DESCRIPTION = "Library for user-level code accessing Reiser4 filesystems" HOMEPAGE = "http://www.namesys.com" MAINTAINER = "John Bowler " diff --git a/packages/pcre/pcre_4.4.bb b/packages/pcre/pcre_4.4.bb index f718ac0830..3724f46f09 100644 --- a/packages/pcre/pcre_4.4.bb +++ b/packages/pcre/pcre_4.4.bb @@ -5,7 +5,7 @@ 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 = "r2" +PR = "r3" LICENSE = "BSD" SRC_URI = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar.bz2" S = "${WORKDIR}/pcre-${PV}"