meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-django_git.bbappend
diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-django_git.bbappend b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-django_git.bbappend
deleted file mode 100644 (file)
index de9a313..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-
-do_install_append() {
-    install -d ${D}/${sysconfdir}/bash_completion.d
-    install -m 755 ${S}/extras/django_bash_completion ${D}/${sysconfdir}/bash_completion.d 
-}
-
-PACKAGES =+ "${PN}-bash-completion"
-
-FILES_${PN}-bash-completion = "${sysconfdir}/bash_completion.d/*"