PYELFTOOLS: remove for compliance purpose
Now pyelfutils are available on openembedded-core since 3.1.1. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Change-Id: Iba0fdbca700970d66a7dc2f6bcbf3ca113eeb0ab
This commit is contained in:
parent
5c19d27122
commit
d9ba2fe098
|
|
@ -0,0 +1 @@
|
|||
BBCLASSEXTEND += "nativesdk"
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
SUMMARY = "pure-python library for parsing ELF and DWARF"
|
||||
HOMEPAGE = "https://github.com/eliben/pyelftools"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc"
|
||||
|
||||
PV = "0.25"
|
||||
|
||||
SRC_URI[md5sum] = "c5629b9a5d19c82107a946cce52eeec2"
|
||||
SRC_URI[sha256sum] = "89c6da6f56280c37a5ff33468591ba9a124e17d71fe42de971818cbff46c1b24"
|
||||
|
||||
inherit pypi
|
||||
inherit setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Loading…
Reference in New Issue