meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-migrate_git.bb
diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-migrate_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-migrate_git.bb
deleted file mode 100644 (file)
index e741cf8..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-
-DESCRIPTION = "A simple language agnostic database migration tool"
-
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=123c58ff9658c9062dbe401889464492"
-
-SRCREV = "b53b7168f8ac27e4c557de6e62ad85fe00d99566"
-PROTOCOL = "https"
-BRANCH = "master"
-S = "${WORKDIR}/git"
-PV = "0.3.8+git${SRCPV}"
-
-SRC_URI = "git://github.com/kofrasa/migrate;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
-
-
-DEPENDS += " python"
-inherit setuptools distutils pkgconfig