rk3568_ubuntu_r60_v1.3.2/yocto/poky/meta-selftest/recipes-test/container-image/container-image-testpkg.bb
2023-11-03 06:12:44 +00:00

9 lines
129 B
BlitzBasic

LICENSE = "MIT"
INHIBIT_DEFAULT_DEPS = "1"
do_install:append() {
install -d ${D}${bindir}
touch ${D}${bindir}/theapp
}