mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 11:29:54 +00:00
arm: python3-cbor: Add recipe
Adds a recipe to pull cbor pypi package for python3. This package is required to compile Trusted Firmware M. Change-Id: I86ef64a573e3daafb1b798800c4a0c05b292078f Signed-off-by: Gabor Abonyi <gabor.abonyi@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
14
meta-arm/recipes-devtools/python/python3-cbor_1.0.0.bb
Normal file
14
meta-arm/recipes-devtools/python/python3-cbor_1.0.0.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object Representation (CBOR)."
|
||||
HOMEPAGE = "https://github.com/brianolson/cbor_py"
|
||||
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
|
||||
|
||||
SRC_URI[md5sum] = "22b03b59784fd78cb6c27aa498af0db6"
|
||||
SRC_URI[sha256sum] = "13225a262ddf5615cbd9fd55a76a0d53069d18b07d2e9f19c39e6acb8609bbb6"
|
||||
|
||||
PYPI_PACKAGE = "cbor"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user