mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
642 B
BlitzBasic
16 lines
642 B
BlitzBasic
SUMMARY = "python-distutils extension"
|
|
DESCRIPTION = "python-distutils extension integrating gettext support, themed icons and scrollkeeper based documentation"
|
|
HOMEPAGE = "https://launchpad.net/python-distutils-extra"
|
|
SECTION = "devel/python"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=4325afd396febcb659c36b49533135d4"
|
|
|
|
SRC_URI = "https://launchpad.net/python-distutils-extra/trunk/${PV}/+download/python-distutils-extra-${PV}.tar.gz"
|
|
SRC_URI[sha256sum] = "723f24f4d65fc8d99b33a002fbbb3771d4cc9d664c97085bf37f3997ae8063af"
|
|
|
|
inherit setuptools3
|
|
|
|
S = "${UNPACKDIR}/python-distutils-extra-${PV}"
|
|
|
|
BBCLASSEXTEND = "native"
|