summaryrefslogtreecommitdiffstats
path: root/meta-selftest/recipes-test/container-image/container-image-testpkg.bb
blob: f8dd2290b39a5492e03d36c6a86889a2d9d4bdae (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
}