meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-flock / stx-update / tsconfig.bb
diff --git a/meta-starlingx/meta-stx-flock/stx-update/tsconfig.bb b/meta-starlingx/meta-stx-flock/stx-update/tsconfig.bb
deleted file mode 100644 (file)
index 2a418ec..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-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}/
-
-}