diff options
Diffstat (limited to 'meta/packages/pkgconfig/pkgconfig.inc')
-rw-r--r-- | meta/packages/pkgconfig/pkgconfig.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/packages/pkgconfig/pkgconfig.inc b/meta/packages/pkgconfig/pkgconfig.inc index 58c6f90f19..e61760f9f1 100644 --- a/meta/packages/pkgconfig/pkgconfig.inc +++ b/meta/packages/pkgconfig/pkgconfig.inc | |||
@@ -7,6 +7,13 @@ HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/" | |||
7 | LICENSE = "GPL" | 7 | LICENSE = "GPL" |
8 | PR = "r7" | 8 | PR = "r7" |
9 | 9 | ||
10 | DEPENDS = "glib-2.0" | ||
11 | DEPENDS_virtclass-native = "" | ||
12 | DEPENDS_virtclass-nativesdk = "" | ||
13 | EXTRA_OECONF = "--with-installed-glib" | ||
14 | EXTRA_OECONF_virtclass-native = "" | ||
15 | EXTRA_OECONF_virtclass-nativesdk = "" | ||
16 | |||
10 | SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \ | 17 | SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \ |
11 | file://autofoo.patch;patch=1 \ | 18 | file://autofoo.patch;patch=1 \ |
12 | file://sysrootfix.patch;patch=1 \ | 19 | file://sysrootfix.patch;patch=1 \ |
@@ -24,3 +31,5 @@ do_configure_prepend () { | |||
24 | do_stage_prepend() { | 31 | do_stage_prepend() { |
25 | install -d -m 0755 ${STAGING_LIBDIR}/pkgconfig | 32 | install -d -m 0755 ${STAGING_LIBDIR}/pkgconfig |
26 | } | 33 | } |
34 | |||
35 | BBCLASSEXTEND = "native nativesdk" | ||