diff options
| -rw-r--r-- | meta-oe/recipes-devtools/python/python3-distutils-extra.bb | 9 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb (renamed from meta-oe/recipes-devtools/python/python-distutils-extra.inc) | 8 |
2 files changed, 6 insertions, 11 deletions
diff --git a/meta-oe/recipes-devtools/python/python3-distutils-extra.bb b/meta-oe/recipes-devtools/python/python3-distutils-extra.bb deleted file mode 100644 index 580842d0d6..0000000000 --- a/meta-oe/recipes-devtools/python/python3-distutils-extra.bb +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | require python-distutils-extra.inc | ||
| 2 | |||
| 3 | inherit setuptools3 | ||
| 4 | |||
| 5 | S = "${WORKDIR}/python-distutils-extra-${PV}" | ||
| 6 | |||
| 7 | RDEPENDS:${PN} = "\ | ||
| 8 | python3-setuptools \ | ||
| 9 | " | ||
diff --git a/meta-oe/recipes-devtools/python/python-distutils-extra.inc b/meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb index 3430cedf63..8aca4ca3ac 100644 --- a/meta-oe/recipes-devtools/python/python-distutils-extra.inc +++ b/meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb | |||
| @@ -5,9 +5,13 @@ SECTION = "devel/python" | |||
| 5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4325afd396febcb659c36b49533135d4" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4325afd396febcb659c36b49533135d4" |
| 7 | 7 | ||
| 8 | PV = "2.39" | ||
| 9 | SRC_URI = "https://launchpad.net/python-distutils-extra/trunk/${PV}/+download/python-distutils-extra-${PV}.tar.gz" | 8 | SRC_URI = "https://launchpad.net/python-distutils-extra/trunk/${PV}/+download/python-distutils-extra-${PV}.tar.gz" |
| 10 | SRC_URI[md5sum] = "16e06db0ef73a35b4bff4b9eed5699b5" | ||
| 11 | SRC_URI[sha256sum] = "723f24f4d65fc8d99b33a002fbbb3771d4cc9d664c97085bf37f3997ae8063af" | 9 | SRC_URI[sha256sum] = "723f24f4d65fc8d99b33a002fbbb3771d4cc9d664c97085bf37f3997ae8063af" |
| 12 | 10 | ||
| 11 | inherit setuptools3 | ||
| 12 | |||
| 13 | PIP_INSTALL_PACKAGE = "python_distutils_extra" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/python-distutils-extra-${PV}" | ||
| 16 | |||
| 13 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |
