summaryrefslogtreecommitdiff
path: root/meta/recipes-support/libpcre/libpcre_8.12.bb
Commit message (Collapse)AuthorAgeFilesLines
* libpcre: the generated libtool uses HOST_SYSChris Larson2011-08-231-4/+4
| | | | Signed-off-by: Chris Larson <chris_larson@mentor.com>
* recipes: Delete patch=1, its default and replace pnum with striplevelKhem Raj2011-08-231-1/+1
| | | | | | | Some place pnum=1 is used which is removed as well since striplevel=1 is default Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpcre: Add bzip2, zlib and readline to DEPENDSTom Rini2011-07-141-0/+1
| | | | | | | | | | | libpcre will build, if found, optional support for bzip2/zlib in pcregrep and a readline frontend to pcretest. It will not however listen to --disable-pcregrep-{libz,libbz2} and will still build these if found. So we add bzip2, zlib and readline to DEPENDS to make sure that we get consistent builds. Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpcre: Fix QA warningsRichard Purdie2011-07-011-6/+2
| | | | | | | This drops the split -dev packaging since it was broken and overcomplex. It ensures .so symlinks end up in the correct package. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpcre: upgrade from 8.10 to 8.12Nitin A Kamble2011-05-231-0/+58
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>