blob: d6a1eabecfece8eb3bd136e16f28d4e3677b1401 [file] [log] [blame]
Brad Bishopde2a6ac2016-06-28 18:42:21 -04001inherit skeleton
2
Brad Bishop3db4ad72016-07-15 10:22:24 -04003DEPENDS_append_class-target = " systemd"
Brad Bishopde2a6ac2016-06-28 18:42:21 -04004
Brad Bishop3db4ad72016-07-15 10:22:24 -04005do_compile_class-native() {
6 :
7}
8
9do_install_append_class-target() {
Brad Bishopde2a6ac2016-06-28 18:42:21 -040010 oe_runmake install DESTDIR=${D}
11}