mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 18:32:12 +02:00
neon: Work around pkgconfig issues
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4094 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,9 +2,10 @@ DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface."
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPL"
|
||||
DEPENDS = "zlib libxml2 expat time gnutls"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz"
|
||||
SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \
|
||||
file://pkgconfig.patch;patch=1"
|
||||
|
||||
inherit autotools binconfig lib_package pkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user