aboutsummaryrefslogtreecommitdiffstats
path: root/packages/neon
diff options
context:
space:
mode:
authorMichael Krelin <hacker@klever.net>2007-05-08 19:20:49 +0000
committerMichael Krelin <hacker@klever.net>2007-05-08 19:20:49 +0000
commit2f1e00624712c31cfc2bd55a8d46ae5dab187de9 (patch)
tree4b23c314651817224c2c65ba7939b29343784f47 /packages/neon
parent4e3a51b3ce62ef79e27952ffa2f9349fe6884590 (diff)
downloadopenembedded-2f1e00624712c31cfc2bd55a8d46ae5dab187de9.tar.gz
neon: stage pkgconfig stuff
Diffstat (limited to 'packages/neon')
-rw-r--r--packages/neon/neon_0.25.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/neon/neon_0.25.5.bb b/packages/neon/neon_0.25.5.bb
index eec428136d..08723e9bfb 100644
--- a/packages/neon/neon_0.25.5.bb
+++ b/packages/neon/neon_0.25.5.bb
@@ -4,11 +4,11 @@ SECTION = "libs"
LICENSE = "LGPL"
DEPENDS = "zlib libxml2 expat time"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz"
-inherit autotools binconfig lib_package
+inherit autotools binconfig lib_package pkgconfig
EXTRA_OECONF = "--without-ssl --with-libxml2 --with-expat --enable-shared"