summaryrefslogtreecommitdiffstats
path: root/meta/packages/apr/apr_1.3.3.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-12 15:37:21 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-12 15:37:21 +0000
commita43863b7f126b4e4e9eae64c11b657ef9530e50a (patch)
treeb4fde6ff27b409c26e89ceda469ee27f3824799b /meta/packages/apr/apr_1.3.3.bb
parent669aeb73eb48b7b224b91e5108d8d736d9489cba (diff)
downloadpoky-a43863b7f126b4e4e9eae64c11b657ef9530e50a.tar.gz
apr: Remove workdir path references from installed apr files
Diffstat (limited to 'meta/packages/apr/apr_1.3.3.bb')
-rw-r--r--meta/packages/apr/apr_1.3.3.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/apr/apr_1.3.3.bb b/meta/packages/apr/apr_1.3.3.bb
index 3e23bcd878..ac25246bee 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"
2SECTION = "libs" 2SECTION = "libs"
3LICENSE = "Apache License, Version 2.0" 3LICENSE = "Apache License, Version 2.0"
4 4
5PR = "r0" 5PR = "r2"
6 6
7SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2 \ 7SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2 \
8 file://configure_fixes.patch;patch=1" 8 file://configure_fixes.patch;patch=1 \
9 file://configfix.patch;patch=1"
9 10
10inherit autotools lib_package binconfig 11inherit autotools lib_package binconfig
11 12