blob: 929bc29753574baf569ad4d690d217cc041195e9 [file] [log] [blame]
LICENSE = "MIT"
INHIBIT_DEFAULT_DEPS = "1"
do_install:append() {
install -d ${D}${bindir}
touch ${D}${bindir}/theapp
}