From: Michael Krelin Date: Tue, 8 May 2007 19:20:49 +0000 (+0000) Subject: neon: stage pkgconfig stuff X-Git-Tag: Release-2010-05/1~8868^2~583 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f1e00624712c31cfc2bd55a8d46ae5dab187de9;p=openembedded.git neon: stage pkgconfig stuff --- 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"