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
This commit is contained in:
Richard Purdie 2006-05-22 12:13:34 +00:00
parent 7cf612e0a1
commit c9fb913812
1 changed files with 2 additions and 0 deletions

View File

@ -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"