mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
python-pyelftools: 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
d8eb504d76
commit
72eaf6a0ea
|
|
@ -1,14 +0,0 @@
|
|||
DESCRIPTION = "pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information"
|
||||
HOMEPAGE = "https://github.com/eliben/pyelftools"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "PD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc"
|
||||
|
||||
SRC_URI[md5sum] = "c5629b9a5d19c82107a946cce52eeec2"
|
||||
SRC_URI[sha256sum] = "89c6da6f56280c37a5ff33468591ba9a124e17d71fe42de971818cbff46c1b24"
|
||||
|
||||
PYPI_PACKAGE = "pyelftools"
|
||||
|
||||
inherit pypi
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
|
@ -1,2 +1,14 @@
|
|||
inherit setuptools3
|
||||
require python-pyelftools.inc
|
||||
DESCRIPTION = "pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information"
|
||||
HOMEPAGE = "https://github.com/eliben/pyelftools"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "PD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc"
|
||||
|
||||
SRC_URI[md5sum] = "c5629b9a5d19c82107a946cce52eeec2"
|
||||
SRC_URI[sha256sum] = "89c6da6f56280c37a5ff33468591ba9a124e17d71fe42de971818cbff46c1b24"
|
||||
|
||||
PYPI_PACKAGE = "pyelftools"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user