mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 08:18:43 +01:00
.inc is used by other versions of recipe as well, therefore putting checksums in .inc will break them unless the version is same as in oe-core (From OE-Core rev: 7515a38d4c2dec6117c1184dab4fbf1e9c02a993) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
296 B
PHP
12 lines
296 B
PHP
SUMMARY = "Python 2 and 3 compatibility library"
|
|
HOMEPAGE = "https://pypi.python.org/pypi/six/"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=43cfc9e4ac0e377acfb9b76f56b8415d"
|
|
|
|
inherit pypi
|
|
|
|
RDEPENDS_${PN} = "${PYTHON_PN}-io"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|