From: Richard Purdie Date: Mon, 22 May 2006 12:13:34 +0000 (+0000) Subject: Provide a path to pkg-config to fix a build failure X-Git-Tag: 2011-1~13000 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c9fb91381253969dd4b65f8b52991696afd32e3d;p=openembedded-core.git Provide a path to pkg-config to fix a build failure git-svn-id: https://svn.o-hand.com/repos/poky/trunk@395 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/openembedded/packages/kf/kf_0.5.4.1.bb b/openembedded/packages/kf/kf_0.5.4.1.bb index 9fe0bcb29d..fee7cd89ea 100755 --- a/openembedded/packages/kf/kf_0.5.4.1.bb +++ b/openembedded/packages/kf/kf_0.5.4.1.bb @@ -10,5 +10,7 @@ SRC_URI = "http://jabberstudio.2nw.net/${PN}/${PN}-${PV}.tar.gz \ inherit autotools pkgconfig +export PKG_CONFIG="${STAGING_BINDIR}/pkg-config" + EXTRA_OECONF = "--disable-binreloc"