rk3568_ubuntu_r60_v1.3.2/yocto/poky/meta-selftest/recipes-test/container-image/container-image-testpkg.bb

9 lines
129 B
BlitzBasic
Raw Normal View History

2023-11-03 14:12:44 +08:00
LICENSE = "MIT"
INHIBIT_DEFAULT_DEPS = "1"
do_install:append() {
install -d ${D}${bindir}
touch ${D}${bindir}/theapp
}