summaryrefslogtreecommitdiffstats
path: root/meta/packages/pkgconfig
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/pkgconfig')
-rw-r--r--meta/packages/pkgconfig/pkgconfig.inc13
1 files changed, 8 insertions, 5 deletions
diff --git a/meta/packages/pkgconfig/pkgconfig.inc b/meta/packages/pkgconfig/pkgconfig.inc
index c64037299e..a42ee9e1d0 100644
--- a/meta/packages/pkgconfig/pkgconfig.inc
+++ b/meta/packages/pkgconfig/pkgconfig.inc
@@ -1,18 +1,17 @@
1SECTION = "console/utils"
2DESCRIPTION = "pkg-config is a system for managing library \ 1DESCRIPTION = "pkg-config is a system for managing library \
3compile/link flags that works with automake and autoconf. \ 2compile/link flags that works with automake and autoconf. \
4It replaces the ubiquitous *-config scripts you may have \ 3It replaces the ubiquitous *-config scripts you may have \
5seen with a single tool." 4seen with a single tool."
6HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/" 5HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/"
7LICENSE = "GPL" 6BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=pkg-config"
7SECTION = "console/utils"
8
9LICENSE = "GPLv2+"
8PR = "r8" 10PR = "r8"
9 11
10DEPENDS = "glib-2.0" 12DEPENDS = "glib-2.0"
11DEPENDS_virtclass-native = "" 13DEPENDS_virtclass-native = ""
12DEPENDS_virtclass-nativesdk = "" 14DEPENDS_virtclass-nativesdk = ""
13EXTRA_OECONF = "--with-installed-glib --disable-legacy-scripts"
14EXTRA_OECONF_virtclass-native = "--disable-legacy-scripts"
15EXTRA_OECONF_virtclass-nativesdk = "--disable-legacy-scripts"
16 15
17SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \ 16SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \
18 file://autofoo.patch \ 17 file://autofoo.patch \
@@ -24,6 +23,10 @@ S = "${WORKDIR}/pkg-config-${PV}/"
24 23
25inherit autotools 24inherit autotools
26 25
26EXTRA_OECONF = "--with-installed-glib --disable-legacy-scripts"
27EXTRA_OECONF_virtclass-native = "--disable-legacy-scripts"
28EXTRA_OECONF_virtclass-nativesdk = "--disable-legacy-scripts"
29
27acpaths = "-I ." 30acpaths = "-I ."
28do_configure_prepend () { 31do_configure_prepend () {
29 install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h glib-1.2.10/ 32 install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h glib-1.2.10/