mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 10:13:03 +01:00
python: python-pycairo: add python-pycairo-native
A -native variant of python-pycairo will be necessary for running the native version of pybootchartgui. It may also come in handy for running other Python utilities from the native sysroot. (From OE-Core rev: 39cf9bcc28df7a4a37bc32e220ddc57b645350d4) Signed-off-by: Max Eliaser <max.eliaser@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
eecd637546
commit
c07efbdd99
@@ -20,6 +20,8 @@ S = "${WORKDIR}/py2cairo-${PV}"
|
||||
|
||||
inherit distutils pkgconfig
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
do_configure() {
|
||||
BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} ./waf configure --prefix=${D}${prefix} --libdir=${D}${libdir}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user