expat: bump pr in 1.95.7
authorJohn Bowler <jbowler@nslu2-linux.org>
Thu, 29 Dec 2005 02:13:49 +0000 (02:13 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 29 Dec 2005 02:13:49 +0000 (02:13 +0000)
libaal: bump pr in 1.0.4
pcre: bump pr in 4.4

packages/expat/expat_1.95.7.bb
packages/libaal/libaal_1.0.4.bb
packages/pcre/pcre_4.4.bb

index 95572ce..c3bbb89 100644 (file)
@@ -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"
index 992a3f1..d4a460c 100644 (file)
@@ -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 <jbowler@acm.org>"
index f718ac0..3724f46 100644 (file)
@@ -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}"