aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xcalibrateext
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2007-09-02 10:24:06 +0000
committerRichard Purdie <rpurdie@rpsys.net>2007-09-02 10:24:06 +0000
commit880610a3aada4162a921a77977d1d5d6dfc95d2a (patch)
tree8cf010b3df7653aefbbb72deb179d3c635d8ee3f /packages/xcalibrateext
parenta18bd6c9aa2b5c246860a89a7cedffa3825fccef (diff)
downloadopenembedded-880610a3aada4162a921a77977d1d5d6dfc95d2a.tar.gz
Fix PKG_CONFIG_PATH references which should be PKG_CONFIG_DIR
Diffstat (limited to 'packages/xcalibrateext')
-rw-r--r--packages/xcalibrateext/xcalibrateext_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/xcalibrateext/xcalibrateext_git.bb b/packages/xcalibrateext/xcalibrateext_git.bb
index 16955b5753..51649c9be3 100644
--- a/packages/xcalibrateext/xcalibrateext_git.bb
+++ b/packages/xcalibrateext/xcalibrateext_git.bb
@@ -13,5 +13,5 @@ inherit autotools pkgconfig
do_stage() {
autotools_stage_all
#make it compatible with the old package from cvs
- ln -sf ${PKG_CONFIG_PATH}/xcalibrateproto.pc ${PKG_CONFIG_PATH}/xcalibrateext.pc
+ ln -sf ${PKG_CONFIG_DIR}/xcalibrateproto.pc ${PKG_CONFIG_DIR}/xcalibrateext.pc
}