blob: b1ba9539224f3394a2b5303ef7137d09f9637d50 [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"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "LGPL-2.1-only"
Brad Bishop996bc452019-12-02 13:05:15 -05004LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
5
Andrew Geissler595f6302022-01-24 19:11:47 +00006SRC_URI = "git://github.com/ldo/dbussy.git;branch=master;protocol=https \
7 file://setuptools.patch"
Brad Bishop996bc452019-12-02 13:05:15 -05008
Andrew Geisslereafcbb82020-06-05 17:59:17 -05009SRCREV = "37ede4242b48def73ada46c2747a4c5cae6abf45"
Brad Bishop996bc452019-12-02 13:05:15 -050010
11S = "${WORKDIR}/git"
12
Andrew Geissler595f6302022-01-24 19:11:47 +000013inherit setuptools3
Brad Bishop996bc452019-12-02 13:05:15 -050014
Andrew Geissler9aee5002022-03-30 16:27:02 +000015PIP_INSTALL_PACKAGE = "DBussy"
16
Patrick Williams213cb262021-08-07 19:21:33 -050017RDEPENDS:${PN} += "\
Brad Bishop996bc452019-12-02 13:05:15 -050018 python3-asyncio \
19 python3-core \
20 python3-ctypes \
21 python3-xml \
22"
23
24BBCLASSEXTEND = "native nativesdk"