blob: fc7a47a43d7689d8bc87d74511b034a20d232d05 [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
7SRC_URI = "git://github.com/matze/pkgconfig.git"
8SRCREV ?= "8af0102346847e8873af8e76ab3f34ba9da806e2"
9
10RDEPENDS_${PN} = "pkgconfig \
Andrew Geissler7f40b712020-05-15 14:09:53 -050011 ${PYTHON_PN}-shell \
Brad Bishop19323692019-04-05 15:28:33 -040012 "
13
14inherit setuptools3
15
16S = "${WORKDIR}/git"
17
18BBCLASSEXTEND = "native"
19