diff options
author | Richard Purdie <richard@openedhand.com> | 2008-03-19 23:37:25 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-03-19 23:37:25 +0000 |
commit | b4fd5ce62f1b753999ef30b0993f0aa017576e01 (patch) | |
tree | fbbfb119a75295249de05f169c1221ca37c4eea1 /meta/packages/neon | |
parent | 08e51e1ce6fe9065ddc6c31d2a4c289609efe6c3 (diff) | |
download | poky-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.bb | 5 |
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." | |||
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPL" |
4 | DEPENDS = "zlib libxml2 expat time gnutls" | 4 | DEPENDS = "zlib libxml2 expat time gnutls" |
5 | PR = "r2" | 5 | PR = "r3" |
6 | 6 | ||
7 | SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz" | 7 | SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \ |
8 | file://pkgconfig.patch;patch=1" | ||
8 | 9 | ||
9 | inherit autotools binconfig lib_package pkgconfig | 10 | inherit autotools binconfig lib_package pkgconfig |
10 | 11 | ||