summaryrefslogtreecommitdiffstats
path: root/meta/packages
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-07-01 16:38:29 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-07-02 15:32:44 -0700
commit47cc37d2d57b075dc0b227f9839e398762a33652 (patch)
treee92bfec1fb5351bbb0adbea70e0a31ce3e3795ae /meta/packages
parent1478977ac3570e09320953cbfdab0136b93f1a37 (diff)
downloadpoky-47cc37d2d57b075dc0b227f9839e398762a33652.tar.gz
pkgconfig: fix metadata
add bugtracker, list license as GPLv2+ Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages')
-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/