diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pkgconfig_1.5.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pkgconfig_1.5.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.1.bb b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.1.bb new file mode 100644 index 0000000000..05ca3beecd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.1.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "Python module to interface with the pkg-config command line too" | ||
| 2 | HOMEPAGE = "http://github.com/matze/pkgconfig" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "9f9cdb224ec0a1e59efcc7cac4b91972" | ||
| 8 | SRC_URI[sha256sum] = "97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f" | ||
| 9 | |||
| 10 | RDEPENDS_${PN} = "pkgconfig \ | ||
| 11 | ${PYTHON_PN}-shell \ | ||
| 12 | " | ||
| 13 | |||
| 14 | inherit pypi setuptools3 | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native" | ||
| 17 | |||
