meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-flock / stx-config / tsconfig.bb
diff --git a/meta-starlingx/meta-stx-flock/stx-config/tsconfig.bb b/meta-starlingx/meta-stx-flock/stx-config/tsconfig.bb
deleted file mode 100644 (file)
index a0b3555..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-require config-common.inc
-
-SUBPATH0 = "tsconfig/tsconfig"
-
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
-
-inherit setuptools
-
-RDEPENDS_${PN} = " bash"
-
-do_install_append () {
-
-       install -m 755 -d ${D}/${bindir}
-       install -m 500 scripts/tsconfig ${D}/${bindir}/
-
-}