summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes/skeleton-python.bbclass
blob: 935aaedc39522bfb1d57c68e90ae05f74396b5ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
inherit setuptools3

do_compile:class-native() {
    :
}

do_install:class-native() {
    :
}

DEPENDS:append:class-target = " python"

inherit skeleton
inherit allarch