aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pyside/shiboken.inc
blob: d09953dee09e5213445d18565ea545c36c5e3c88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Shiboken is a plugin (front-end) for Generator Runner and a runtime library. It generates \
bindings for C++ libraries using CPython source code."
HOMEPAGE = "http://www.pyside.org"
LICENSE = "LGPL"
INC_PR = "r1"

DEPENDS = "generatorrunner-native"

SRC_URI = "http://www.pyside.org/files/shiboken-${PV}.tar.bz2"
S = "${WORKDIR}/shiboken-${PV}"

# The following exports are needed to let the cmake build configuration succeed without
# errors when detecting the correct python version
export HOST_SYS
export BUILD_SYS
export STAGING_LIBDIR
export STAGING_INCDIR