summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pkgconfig_1.5.1.bb (renamed from meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb)8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.1.bb
index fc7a47a43d..05ca3beecd 100644
--- a/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.1.bb
@@ -4,16 +4,14 @@ SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc"
6 6
7SRC_URI = "git://github.com/matze/pkgconfig.git" 7SRC_URI[md5sum] = "9f9cdb224ec0a1e59efcc7cac4b91972"
8SRCREV ?= "8af0102346847e8873af8e76ab3f34ba9da806e2" 8SRC_URI[sha256sum] = "97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f"
9 9
10RDEPENDS_${PN} = "pkgconfig \ 10RDEPENDS_${PN} = "pkgconfig \
11 ${PYTHON_PN}-shell \ 11 ${PYTHON_PN}-shell \
12 " 12 "
13 13
14inherit setuptools3 14inherit pypi setuptools3
15
16S = "${WORKDIR}/git"
17 15
18BBCLASSEXTEND = "native" 16BBCLASSEXTEND = "native"
19 17