diff options
Diffstat (limited to 'meta/recipes-devtools/python/python-pycairo_1.10.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python-pycairo_1.10.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-pycairo_1.10.0.bb b/meta/recipes-devtools/python/python-pycairo_1.10.0.bb index 70fe25c1a1..78e8a4e226 100644 --- a/meta/recipes-devtools/python/python-pycairo_1.10.0.bb +++ b/meta/recipes-devtools/python/python-pycairo_1.10.0.bb | |||
| @@ -23,7 +23,7 @@ inherit distutils pkgconfig | |||
| 23 | BBCLASSEXTEND = "native" | 23 | BBCLASSEXTEND = "native" |
| 24 | 24 | ||
| 25 | do_configure() { | 25 | do_configure() { |
| 26 | BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} ./waf configure --prefix=${D}${prefix} --libdir=${D}${libdir} | 26 | ./waf configure --prefix=${D}${prefix} --libdir=${D}${libdir} |
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | do_compile() { | 29 | do_compile() { |
