diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-15 13:36:08 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-15 13:36:08 +0000 |
| commit | 932fc6a37ddba80d6e52b55db4442df437d1cb61 (patch) | |
| tree | 9ee2884c79676652070de04e392641ac1445e574 /meta/packages/apr/apr_1.3.3.bb | |
| parent | 123b0991ee2f5a8ddb598b89271d6e27a29ea32b (diff) | |
| download | poky-932fc6a37ddba80d6e52b55db4442df437d1cb61.tar.gz | |
apr: Disable checks for a system libtool, we don't need that
Diffstat (limited to 'meta/packages/apr/apr_1.3.3.bb')
| -rw-r--r-- | meta/packages/apr/apr_1.3.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/apr/apr_1.3.3.bb b/meta/packages/apr/apr_1.3.3.bb index 4b4ce1118d..0d0fd667c0 100644 --- a/meta/packages/apr/apr_1.3.3.bb +++ b/meta/packages/apr/apr_1.3.3.bb | |||
| @@ -2,10 +2,11 @@ DESCRIPTION = "Apache Portable Runtime (APR) library" | |||
| 2 | SECTION = "libs" | 2 | SECTION = "libs" |
| 3 | LICENSE = "Apache License, Version 2.0" | 3 | LICENSE = "Apache License, Version 2.0" |
| 4 | 4 | ||
| 5 | PR = "r3" | 5 | PR = "r4" |
| 6 | 6 | ||
| 7 | SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2 \ | 7 | SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2 \ |
| 8 | file://configure_fixes.patch;patch=1 \ | 8 | file://configure_fixes.patch;patch=1 \ |
| 9 | file://cleanup.patch;patch=1 \ | ||
| 9 | file://configfix.patch;patch=1" | 10 | file://configfix.patch;patch=1" |
| 10 | 11 | ||
| 11 | inherit autotools lib_package binconfig | 12 | inherit autotools lib_package binconfig |
