blob: 05ca3beecd31cae4b776d72d86fab38df51339e7 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "Python module to interface with the pkg-config command line too"
2HOMEPAGE = "http://github.com/matze/pkgconfig"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc"
6
Andrew Geisslerd221e032020-07-10 16:13:21 -05007SRC_URI[md5sum] = "9f9cdb224ec0a1e59efcc7cac4b91972"
8SRC_URI[sha256sum] = "97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f"
Brad Bishop19323692019-04-05 15:28:33 -04009
10RDEPENDS_${PN} = "pkgconfig \
Andrew Geissler7f40b712020-05-15 14:09:53 -050011 ${PYTHON_PN}-shell \
Brad Bishop19323692019-04-05 15:28:33 -040012 "
13
Andrew Geisslerd221e032020-07-10 16:13:21 -050014inherit pypi setuptools3
Brad Bishop19323692019-04-05 15:28:33 -040015
16BBCLASSEXTEND = "native"
17