mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
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:
parent
2dd0260873
commit
9f709be108
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user