subject and description of patch can be made inline with recommendations in
https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded On 8/15/23 11:14 PM, Ewa Kujawska wrote:
--- .../python-oauth2client.inc | 18 ++++++++++++++++++
is there a reason for this to be put into a .inc file, usually its done when more than 1 recipe can share exact same code. Otherwise merge it into the previous patch
1 file changed, 18 insertions(+) create mode 100644 meta-python/recipes-devtools/python3-oauth2client/python-oauth2client.inc diff --git a/meta-python/recipes-devtools/python3-oauth2client/python-oauth2client.inc b/meta-python/recipes-devtools/python3-oauth2client/python-oauth2client.inc new file mode 100644 index 000000000000..40a960e2d2c1 --- /dev/null +++ b/meta-python/recipes-devtools/python3-oauth2client/python-oauth2client.inc @@ -0,0 +1,18 @@ +DESCRIPTION = "OAuth 2.0 client library" +AUTHOR = "Google Inc."
drop it
+HOMEPAGE = "http://github.com/google/oauth2client/" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=038e1390e94fe637991fa5569daa62bc" + +inherit pypi + +SRC_URI[md5sum] = "bc30976cd1e859cd6199264a50c5ba72"
Drop this too.
+SRC_URI[sha256sum] = "bd3062c06f8b10c6ef7a890b22c2740e5f87d61b6e1f4b1c90d069cdfc9dadb5" + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-httplib2 \ + ${PYTHON_PN}-pyasn1 \ + ${PYTHON_PN}-pyasn1-modules \ + ${PYTHON_PN}-rsa \ + ${PYTHON_PN}-six \ + "
OpenPGP_0xBB053355919D3314.asc
Description: OpenPGP public key
OpenPGP_signature.asc
Description: OpenPGP digital signature
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#104437): https://lists.openembedded.org/g/openembedded-devel/message/104437 Mute This Topic: https://lists.openembedded.org/mt/100774501/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-