blob: e69c9b4793ed83b95f20bc92a4dc317f42b01187 [file] [log] [blame]
Brad Bishop996bc452019-12-02 13:05:15 -05001SUMMARY = "language bindings for libdbus, for Python 3.5 or later"
2HOMEPAGE = "https://github.com/ldo/dbussy"
3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
5
6SRC_URI = "git://github.com/ldo/dbussy.git"
7
Andrew Geisslereafcbb82020-06-05 17:59:17 -05008SRCREV = "37ede4242b48def73ada46c2747a4c5cae6abf45"
Brad Bishop996bc452019-12-02 13:05:15 -05009
10S = "${WORKDIR}/git"
11
12inherit distutils3
13
Patrick Williams213cb262021-08-07 19:21:33 -050014RDEPENDS:${PN} += "\
Brad Bishop996bc452019-12-02 13:05:15 -050015 python3-asyncio \
16 python3-core \
17 python3-ctypes \
18 python3-xml \
19"
20
21BBCLASSEXTEND = "native nativesdk"
22