diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-12-29 02:13:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-29 02:13:49 +0000 |
commit | 81fc868ff2c1f8d8ee29481bd369d4e992823f02 (patch) | |
tree | 824b6d44cb6f45b928ccdac187382956f1f77692 /packages | |
parent | 2bfa1844ca3dad62ac9965f33a12dc6a87255b40 (diff) |
expat: bump pr in 1.95.7
libaal: bump pr in 1.0.4
pcre: bump pr in 4.4
Diffstat (limited to 'packages')
-rw-r--r-- | packages/expat/expat_1.95.7.bb | 1 | ||||
-rw-r--r-- | packages/libaal/libaal_1.0.4.bb | 2 | ||||
-rw-r--r-- | packages/pcre/pcre_4.4.bb | 2 |
3 files changed, 3 insertions, 2 deletions
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 <jbowler@acm.org>" 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}" |