mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Verify the underlying license remains the same and update the checksum for the latest released version Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
10 lines
365 B
PHP
10 lines
365 B
PHP
DESCRIPTION = "Python API for MISP"
|
|
HOMEPAGE = "https://github.com/MISP/PyMISP"
|
|
LICENSE = "BSD-2-Clause"
|
|
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=b56d97305d8b2066f2a160d3c8b22f76"
|
|
|
|
SRC_URI[md5sum] = "cc19a249418a3752379e6528813a715b"
|
|
SRC_URI[sha256sum] = "3ab6d990e09ca404ce778ebbe6b2fd733dfbd244fe5a5ba3f86efe897a6c5c1d"
|
|
|
|
RDEPENDS_${PN} += " ${PYTHON_PN}-requests"
|