summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-06-05 05:30:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-21 13:03:03 +0100
commitd6259dcda1e5bb5370cd84f8da61f3bfe3deaa77 (patch)
treeb9c5a742fffbe59363bcd889c066b73bf0446896 /meta/recipes-support
parentd0c615e51e57435034ffba5e55a17fae833c6688 (diff)
downloadpoky-d6259dcda1e5bb5370cd84f8da61f3bfe3deaa77.tar.gz
libpcre: clean up FILE after PACKAGE reorder
(From OE-Core rev: 88588d190c8f2a9bc30d06f593089ff20fcc4348) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/libpcre/libpcre_8.30.bb2
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 05ca7ca4e5..c62b940808 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 \
5themselves still follow Perl syntax and semantics. The header file for \ 5themselves still follow Perl syntax and semantics. The header file for \
6the POSIX-style functions is called pcreposix.h." 6the POSIX-style functions is called pcreposix.h."
7SECTION = "devel" 7SECTION = "devel"
8PR = "r1" 8PR = "r2"
9LICENSE = "BSD" 9LICENSE = "BSD"
10LIC_FILES_CHKSUM = "file://LICENCE;md5=115e2bee152e2e23e838a29136094877" 10LIC_FILES_CHKSUM = "file://LICENCE;md5=115e2bee152e2e23e838a29136094877"
11SRC_URI = "${SOURCEFORGE_MIRROR}/project/pcre/pcre/${PV}/pcre-${PV}.tar.bz2 \ 11SRC_URI = "${SOURCEFORGE_MIRROR}/project/pcre/pcre/${PV}/pcre-${PV}.tar.bz2 \