diff options
| author | Mihai Prica <mihai.prica@intel.com> | 2012-11-19 15:35:08 +0200 |
|---|---|---|
| committer | Raymond Danks <ray.danks@se-eng.com> | 2012-11-26 16:21:16 -0700 |
| commit | aef04ffe25e945921ff60b0d03bfd27d3b090640 (patch) | |
| tree | c09c0df018b6f0357e63d1f32e960d085af75438 | |
| parent | d6974392113ce69a672d43906c0058f55a6af614 (diff) | |
| download | meta-virtualization-aef04ffe25e945921ff60b0d03bfd27d3b090640.tar.gz | |
xen: Added target include dirs for python bindings
Signed-off-by: Mihai Prica <mihai.prica@intel.com>
Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
| -rw-r--r-- | recipes-extended/xen/xen.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index 3b60c26e..d38cda6d 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc | |||
| @@ -262,6 +262,9 @@ do_compile() { | |||
| 262 | export STAGING_INCDIR=${STAGING_INCDIR} | 262 | export STAGING_INCDIR=${STAGING_INCDIR} |
| 263 | export STAGING_LIBDIR=${STAGING_LIBDIR} | 263 | export STAGING_LIBDIR=${STAGING_LIBDIR} |
| 264 | 264 | ||
| 265 | export PYTHON="${STAGING_BINDIR_NATIVE}/python-native/python" | ||
| 266 | export PREPEND_LIB="${STAGING_LIBDIR_NATIVE} ${STAGING_LIBDIR_NATIVE}/${PYTHON_DIR}" | ||
| 267 | export PREPEND_INCLUDES="${STAGING_INCDIR} ${STAGING_INCDIR}/${PYTHON_DIR}" | ||
| 265 | export CFLAGS= | 268 | export CFLAGS= |
| 266 | export LDFLAGS= | 269 | export LDFLAGS= |
| 267 | 270 | ||
