python3-contextlib2: consolidate inc and bb files into a single bb file

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Derek Straka 2020-02-15 12:48:51 -05:00 committed by Khem Raj
parent 2dd0260873
commit 9f709be108
2 changed files with 11 additions and 12 deletions

View File

@ -1,10 +0,0 @@
DESCRIPTION = "Backports and enhancements for the contextlib module"
HOMEPAGE = "http://contextlib2.readthedocs.org/"
SECTION = "devel/python"
LICENSE = "PSF"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=43d1c7827e8fad6454b553caf0e1d734"
SRC_URI[md5sum] = "d03a631073b40073b5c41364ad8f5979"
SRC_URI[sha256sum] = "7197aa736777caac513dbd800944c209a49765bf1979b12b037dce0277077ed3"
BBCLASSEXTEND = "native nativesdk"

View File

@ -1,3 +1,12 @@
inherit pypi setuptools3
require python-contextlib2.inc
DESCRIPTION = "Backports and enhancements for the contextlib module"
HOMEPAGE = "http://contextlib2.readthedocs.org/"
SECTION = "devel/python"
LICENSE = "PSF"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=43d1c7827e8fad6454b553caf0e1d734"
SRC_URI[md5sum] = "d03a631073b40073b5c41364ad8f5979"
SRC_URI[sha256sum] = "7197aa736777caac513dbd800944c209a49765bf1979b12b037dce0277077ed3"
inherit pypi setuptools3
BBCLASSEXTEND = "native nativesdk"