Add a recipe for the python bindings of the rapidjson library. Signed-off-by: Roger Knecht <[email protected]> --- .../python/python3-rapidjson_1.9.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-rapidjson_1.9.bb
diff --git a/meta-python/recipes-devtools/python/python3-rapidjson_1.9.bb b/meta-python/recipes-devtools/python/python3-rapidjson_1.9.bb new file mode 100644 index 000000000..ebf053396 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-rapidjson_1.9.bb @@ -0,0 +1,17 @@ +SUMMARY = "Python wrapper around rapidjson" +HOMEPAGE = "https://github.com/python-rapidjson/python-rapidjson" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4daf3929156304df67003c33274a98bd" + +SRC_URI = "gitsm://github.com/python-rapidjson/python-rapidjson.git;protocol=https;branch=master" +SRCREV = "8f4ab8e197ca30c03726b675ae7cce6ac9d6622e" + +S = "${WORKDIR}/git" + +inherit setuptools3 + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-core \ + rapidjson \ +" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#100063): https://lists.openembedded.org/g/openembedded-devel/message/100063 Mute This Topic: https://lists.openembedded.org/mt/95627208/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
