blob: f8dd2290b39a5492e03d36c6a86889a2d9d4bdae [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001LICENSE = "MIT"
2
3INHIBIT_DEFAULT_DEPS = "1"
4
5do_install_append() {
6 install -d ${D}${bindir}
7 touch ${D}${bindir}/theapp
8}