summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-22 12:13:34 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-22 12:13:34 +0000
commitc9fb91381253969dd4b65f8b52991696afd32e3d (patch)
treee2a481118cae81f471725e1549e1eddc5aba9803
parent7cf612e0a1daee6daa2dacc483277789823344a9 (diff)
downloadpoky-c9fb91381253969dd4b65f8b52991696afd32e3d.tar.gz
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
-rwxr-xr-xopenembedded/packages/kf/kf_0.5.4.1.bb2
1 files changed, 2 insertions, 0 deletions
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 \
10 10
11inherit autotools pkgconfig 11inherit autotools pkgconfig
12 12
13export PKG_CONFIG="${STAGING_BINDIR}/pkg-config"
14
13EXTRA_OECONF = "--disable-binreloc" 15EXTRA_OECONF = "--disable-binreloc"
14 16