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

This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 lines
514 B
BlitzBasic
23 lines
514 B
BlitzBasic
SUMMARY = "language bindings for libdbus, for Python 3.5 or later"
|
|
HOMEPAGE = "https://github.com/ldo/dbussy"
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
|
|
|
|
SRC_URI = "git://github.com/ldo/dbussy.git;branch=master;protocol=https"
|
|
|
|
SRCREV = "37ede4242b48def73ada46c2747a4c5cae6abf45"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit distutils3
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-asyncio \
|
|
python3-core \
|
|
python3-ctypes \
|
|
python3-xml \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|