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

Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
19 lines
520 B
BlitzBasic
19 lines
520 B
BlitzBasic
SUMMARY = "Generate JSON-RPC requests and parse responses in Python"
|
|
HOMEPAGE = "https://github.com/explodinglabs/jsonrpcclient"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=10f3d7679914df805c98fb351172e677"
|
|
|
|
SRCREV = "e5dd11736925a9a8e463fc9420eab95235f181e3"
|
|
SRC_URI = "git://github.com/explodinglabs/jsonrpcclient.git;branch=main;protocol=https"
|
|
|
|
inherit python_setuptools_build_meta
|
|
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-json \
|
|
python3-math \
|
|
python3-netclient \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|