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

DEPENDS = "python-native"

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