summaryrefslogtreecommitdiffstats
path: root/meta/packages/neon
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-03-19 23:37:25 +0000
committerRichard Purdie <richard@openedhand.com>2008-03-19 23:37:25 +0000
commitb4fd5ce62f1b753999ef30b0993f0aa017576e01 (patch)
treefbbfb119a75295249de05f169c1221ca37c4eea1 /meta/packages/neon
parent08e51e1ce6fe9065ddc6c31d2a4c289609efe6c3 (diff)
downloadpoky-b4fd5ce62f1b753999ef30b0993f0aa017576e01.tar.gz
neon: Work around pkgconfig issues
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4094 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/neon')
-rw-r--r--meta/packages/neon/neon_0.26.0.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/neon/neon_0.26.0.bb b/meta/packages/neon/neon_0.26.0.bb
index 705cda8b72..0a84a77a17 100644
--- a/meta/packages/neon/neon_0.26.0.bb
+++ b/meta/packages/neon/neon_0.26.0.bb
@@ -2,9 +2,10 @@ DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface."
2SECTION = "libs" 2SECTION = "libs"
3LICENSE = "LGPL" 3LICENSE = "LGPL"
4DEPENDS = "zlib libxml2 expat time gnutls" 4DEPENDS = "zlib libxml2 expat time gnutls"
5PR = "r2" 5PR = "r3"
6 6
7SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz" 7SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \
8 file://pkgconfig.patch;patch=1"
8 9
9inherit autotools binconfig lib_package pkgconfig 10inherit autotools binconfig lib_package pkgconfig
10 11