aboutsummaryrefslogtreecommitdiffstats
path: root/packages/kf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-05-27 11:32:52 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-27 11:32:52 +0000
commitea710b64689159b70fb4cd479e6449b1c893bf09 (patch)
treeb28ede0c8793488d865d7f454caa186c9f45309f /packages/kf
parent0547f727cda7429bad86143dc89919f234d43366 (diff)
downloadopenembedded-ea710b64689159b70fb4cd479e6449b1c893bf09.tar.gz
kf: Fix pkgconfig related build issue (from poky)
Diffstat (limited to 'packages/kf')
-rwxr-xr-xpackages/kf/kf_0.5.4.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/kf/kf_0.5.4.1.bb b/packages/kf/kf_0.5.4.1.bb
index 9fe0bcb29d..fee7cd89ea 100755
--- a/packages/kf/kf_0.5.4.1.bb
+++ b/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"