xref: /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/container-image/container-image-testpkg.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1LICENSE = "MIT"
2
3INHIBIT_DEFAULT_DEPS = "1"
4
5do_install:append() {
6    install -d ${D}${bindir}
7    touch ${D}${bindir}/theapp
8}
9