meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-distro / classes / python-backports-init.bbclass
diff --git a/meta-starlingx/meta-stx-distro/classes/python-backports-init.bbclass b/meta-starlingx/meta-stx-distro/classes/python-backports-init.bbclass
deleted file mode 100644 (file)
index eba5ec3..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-
-inherit python-dir
-
-RDEPENDS_${PN} += "python-backports-init"
-
-do_install_prepend() {
-    rm -rf $(find . -path "*/backports/__init__.py" -type f)
-}