summaryrefslogtreecommitdiffstats
path: root/meta-selftest/recipes-test/container-image/container-image-testpkg.bb
blob: 929bc29753574baf569ad4d690d217cc041195e9 (plain)
1
2
3
4
5
6
7
8
LICENSE = "MIT"

INHIBIT_DEFAULT_DEPS = "1"

do_install:append() {
    install -d ${D}${bindir}
    touch ${D}${bindir}/theapp
}