Signed-off-by: Khem Raj <[email protected]> --- meta-oe/recipes-devtools/sip/sip_6.7.5.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-oe/recipes-devtools/sip/sip_6.7.5.bb
diff --git a/meta-oe/recipes-devtools/sip/sip_6.7.5.bb b/meta-oe/recipes-devtools/sip/sip_6.7.5.bb new file mode 100644 index 0000000000..fb42ef476b --- /dev/null +++ b/meta-oe/recipes-devtools/sip/sip_6.7.5.bb @@ -0,0 +1,16 @@ +# Copyright (C) 2022 Khem Raj <[email protected]> +# Released under the MIT license (see COPYING.MIT for the terms) + +SUMMARY = "A Python bindings generator for C/C++ libraries" + +HOMEPAGE = "https://www.riverbankcomputing.com/software/sip/" +LICENSE = "GPL-2.0-or-later" +SECTION = "devel" +LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303" + +inherit pypi setuptools3 python3native + +PYPI_PACKAGE = "sip" +SRC_URI[sha256sum] = "9655d089e1d0c5fbf66bde11558a874980729132b5bd0c2ae355ac1a7b893ab4" + +BBCLASSEXTEND = "native" -- 2.38.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#99955): https://lists.openembedded.org/g/openembedded-devel/message/99955 Mute This Topic: https://lists.openembedded.org/mt/95486864/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
