1LICENSE = "MIT"
2
3INHIBIT_DEFAULT_DEPS = "1"
4
5do_install_append() {
6    install -d ${D}${bindir}
7    touch ${D}${bindir}/theapp
8}
9