Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | LICENSE = "MIT" |
2 | |||||
3 | INHIBIT_DEFAULT_DEPS = "1" | ||||
4 | |||||
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 5 | do_install:append() { |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 6 | install -d ${D}${bindir} |
7 | touch ${D}${bindir}/theapp | ||||
8 | } |