blob: 77870a530190949740a6d8194bca0d476db7e0fe [file] [log] [blame]
Brad Bishopde2a6ac2016-06-28 18:42:21 -04001inherit skeleton
2
Patrick Williams12fc9392021-08-06 09:16:53 -05003DEPENDS:append:class-target = " glib-2.0 obmc-libobmc-intf"
Brad Bishopde2a6ac2016-06-28 18:42:21 -04004
Patrick Williams12fc9392021-08-06 09:16:53 -05005do_compile:class-native() {
Brad Bishop3db4ad72016-07-15 10:22:24 -04006 :
7}
8
Patrick Williams12fc9392021-08-06 09:16:53 -05009do_install:append:class-target() {
Brad Bishopde2a6ac2016-06-28 18:42:21 -040010 oe_runmake install DESTDIR=${D}
11}