1*4882a593SmuzhiyunSUMMARY = "Python bindings for the DBus inter-process communication system" 2*4882a593SmuzhiyunSECTION = "devel/python" 3*4882a593SmuzhiyunHOMEPAGE = "http://www.freedesktop.org/Software/dbus" 4*4882a593SmuzhiyunLICENSE = "MIT" 5*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=b03240518994df6d8c974675675e5ca4" 6*4882a593SmuzhiyunDEPENDS = "expat dbus glib-2.0 virtual/libintl" 7*4882a593Smuzhiyun 8*4882a593SmuzhiyunSRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz" 9*4882a593Smuzhiyun 10*4882a593SmuzhiyunSRC_URI[sha256sum] = "92bdd1e68b45596c833307a5ff4b217ee6929a1502f5341bae28fd120acf7260" 11*4882a593Smuzhiyun 12*4882a593SmuzhiyunS = "${WORKDIR}/dbus-python-${PV}" 13*4882a593Smuzhiyun 14*4882a593Smuzhiyuninherit setuptools3-base autotools pkgconfig 15*4882a593Smuzhiyun 16*4882a593Smuzhiyun# documentation needs python3-sphinx, which is not in oe-core or meta-python for now 17*4882a593Smuzhiyun# change to use PACKAGECONFIG when python3-sphinx is added to oe-core 18*4882a593SmuzhiyunEXTRA_OECONF += "--disable-documentation" 19*4882a593Smuzhiyun 20*4882a593Smuzhiyun 21*4882a593SmuzhiyunRDEPENDS:${PN} = "python3-io python3-logging python3-stringold python3-threading python3-xml" 22*4882a593Smuzhiyun 23*4882a593SmuzhiyunFILES:${PN}-dev += "${libdir}/pkgconfig" 24*4882a593Smuzhiyun 25*4882a593SmuzhiyunBBCLASSEXTEND = "native nativesdk" 26