Brad Bishop | 996bc45 | 2019-12-02 13:05:15 -0500 | [diff] [blame] | 1 | SUMMARY = "language bindings for libdbus, for Python 3.5 or later" |
| 2 | HOMEPAGE = "https://github.com/ldo/dbussy" |
| 3 | LICENSE = "LGPLv2.1" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" |
| 5 | |
| 6 | SRC_URI = "git://github.com/ldo/dbussy.git" |
| 7 | |
Andrew Geissler | eafcbb8 | 2020-06-05 17:59:17 -0500 | [diff] [blame] | 8 | SRCREV = "37ede4242b48def73ada46c2747a4c5cae6abf45" |
Brad Bishop | 996bc45 | 2019-12-02 13:05:15 -0500 | [diff] [blame] | 9 | |
| 10 | S = "${WORKDIR}/git" |
| 11 | |
| 12 | inherit distutils3 |
| 13 | |
| 14 | RDEPENDS_${PN} += "\ |
| 15 | python3-asyncio \ |
| 16 | python3-core \ |
| 17 | python3-ctypes \ |
| 18 | python3-xml \ |
| 19 | " |
| 20 | |
| 21 | BBCLASSEXTEND = "native nativesdk" |
| 22 | |