container-image-testpkg.bb 129 B

12345678
  1. LICENSE = "MIT"
  2. INHIBIT_DEFAULT_DEPS = "1"
  3. do_install_append() {
  4. install -d ${D}${bindir}
  5. touch ${D}${bindir}/theapp
  6. }