meta-starlingx/meta-stx-flock/stx-update/tsconfig.bb
Babak Sarashki d30908374b stx-update: set and limit checkouts to subpaths
Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
2020-09-22 20:03:27 -07:00

16 lines
317 B
BlitzBasic

require update-common.inc
SUBPATH0 = "tsconfig/tsconfig"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
RDEPENDS_${PN}_append = " bash"
inherit setuptools
do_install_append () {
install -m 755 -d ${D}/${bindir}
install -m 500 scripts/tsconfig ${D}/${bindir}/
}