summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pkgconfig/pkgconfig.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/pkgconfig/pkgconfig.inc')
-rw-r--r--meta/recipes-devtools/pkgconfig/pkgconfig.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig.inc b/meta/recipes-devtools/pkgconfig/pkgconfig.inc
index c4fa456e92..87d7165175 100644
--- a/meta/recipes-devtools/pkgconfig/pkgconfig.inc
+++ b/meta/recipes-devtools/pkgconfig/pkgconfig.inc
@@ -16,7 +16,9 @@ SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \
16 file://autofoo.patch \ 16 file://autofoo.patch \
17 file://glibconfig-sysdefs.h \ 17 file://glibconfig-sysdefs.h \
18 file://pkg-config-native.in \ 18 file://pkg-config-native.in \
19 file://disable-legacy.patch" 19 file://disable-legacy.patch \
20 file://obsolete_automake_macros.patch \
21 "
20 22
21S = "${WORKDIR}/pkg-config-${PV}/" 23S = "${WORKDIR}/pkg-config-${PV}/"
22 24