summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/classes/skeleton-sdbus.bbclass
blob: d6a1eabecfece8eb3bd136e16f28d4e3677b1401 (plain)
1
2
3
4
5
6
7
8
9
10
11
inherit skeleton

DEPENDS_append_class-target = " systemd"

do_compile_class-native() {
    :
}

do_install_append_class-target() {
        oe_runmake install DESTDIR=${D}
}
OpenPOWER on IntegriCloud