summaryrefslogtreecommitdiff
path: root/packages/python/python-setuptools-native_0.6c6.bb
blob: 1b9f90911d3603ba6263aa2ac65f65dface4b20d (plain)
1
2
3
4
5
6
7
8
require python-setuptools_${PV}.bb

DEPENDS = "python-native"

do_stage() {
    BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
      ${STAGING_BINDIR_NATIVE}/python setup.py install
}