]> code.ossystems Code Review - openembedded-core.git/commitdiff
Provide a path to pkg-config to fix a build failure
authorRichard Purdie <richard@openedhand.com>
Mon, 22 May 2006 12:13:34 +0000 (12:13 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 22 May 2006 12:13:34 +0000 (12:13 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@395 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/kf/kf_0.5.4.1.bb

index 9fe0bcb29d12df745e3dd73802cbd347c33d1df5..fee7cd89ea04142014a587097a55a358243eec91 100755 (executable)
@@ -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"