diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb index 6a17d7af84..3070da99d3 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb +++ b/meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb | |||
@@ -1,7 +1,6 @@ | |||
1 | require pkgconfig.inc | 1 | require pkgconfig.inc |
2 | 2 | ||
3 | SRC_URI += " \ | 3 | SRC_URI += " \ |
4 | file://glibconfig-sysdefs.h \ | ||
5 | file://pkg-config-native.in \ | 4 | file://pkg-config-native.in \ |
6 | file://fix-glib-configure-libtool-usage.patch \ | 5 | file://fix-glib-configure-libtool-usage.patch \ |
7 | file://obsolete_automake_macros.patch \ | 6 | file://obsolete_automake_macros.patch \ |
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb index cc0814b082..e420420ae1 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb +++ b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | |||
@@ -1,8 +1,7 @@ | |||
1 | require pkgconfig.inc | 1 | require pkgconfig.inc |
2 | 2 | ||
3 | SRC_URI = "git://anongit.freedesktop.org/pkg-config \ | 3 | SRC_URI = "git://anongit.freedesktop.org/pkg-config \ |
4 | file://autofoo.patch \ | 4 | file://autofoo.patch" |
5 | file://glibconfig-sysdefs.h" | ||
6 | 5 | ||
7 | S = "${WORKDIR}/git/" | 6 | S = "${WORKDIR}/git/" |
8 | 7 | ||