python-pygobject: Export STAGING_INCDIR and STAGING_LIBDIR to fix python-config failures

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-06-16 23:37:22 +01:00
parent 1c543df879
commit ca2538b64f

View File

@@ -19,6 +19,8 @@ inherit autotools distutils-base pkgconfig
# necessary to let the call for python-config succeed
export BUILD_SYS
export HOST_SYS
export STAGING_INCDIR
export STAGING_LIBDIR
do_stage() {
autotools_stage_all