diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-05 05:30:30 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-21 12:37:23 +0100 |
commit | 88588d190c8f2a9bc30d06f593089ff20fcc4348 (patch) | |
tree | c5089b1f43b6cc80ecabb5024862b966316abcee /meta/recipes-support/libpcre | |
parent | 1e50225df2d6b5f10c5648703282235a11b1efb3 (diff) | |
download | openembedded-core-contrib-88588d190c8f2a9bc30d06f593089ff20fcc4348.tar.gz |
libpcre: clean up FILE after PACKAGE reorder
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/libpcre')
-rw-r--r-- | meta/recipes-support/libpcre/libpcre_8.30.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libpcre/libpcre_8.30.bb b/meta/recipes-support/libpcre/libpcre_8.30.bb index 05ca7ca4e55..c62b940808b 100644 --- a/meta/recipes-support/libpcre/libpcre_8.30.bb +++ b/meta/recipes-support/libpcre/libpcre_8.30.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 = "r1" +PR = "r2" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENCE;md5=115e2bee152e2e23e838a29136094877" SRC_URI = "${SOURCEFORGE_MIRROR}/project/pcre/pcre/${PV}/pcre-${PV}.tar.bz2 \ |