summaryrefslogtreecommitdiffstats
path: root/meta/classes/python3targetconfig.bbclass
blob: fc1025c20785b5b1a81c7010ad8abdbc3c1a11c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
inherit python3native

EXTRA_PYTHON_DEPENDS ?= ""
EXTRA_PYTHON_DEPENDS_class-target = "python3"
DEPENDS_append = " ${EXTRA_PYTHON_DEPENDS}"

do_configure_prepend_class-target() {
        export _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata"
}

do_compile_prepend_class-target() {
        export _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata"
}

do_install_prepend_class-target() {
        export _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata"
}