blob: 929bc29753574baf569ad4d690d217cc041195e9 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001LICENSE = "MIT"
2
3INHIBIT_DEFAULT_DEPS = "1"
4
Patrick Williams213cb262021-08-07 19:21:33 -05005do_install:append() {
Brad Bishop6e60e8b2018-02-01 10:27:11 -05006 install -d ${D}${bindir}
7 touch ${D}${bindir}/theapp
8}