summaryrefslogtreecommitdiffstats
path: root/meta/packages/pkgconfig/pkgconfig.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-04-14 23:00:52 +0000
committerRichard Purdie <richard@openedhand.com>2008-04-14 23:00:52 +0000
commit9bedb92e21cecfcc653078531f4389003abea82c (patch)
tree02dd43b6d2cd74a27db77ab559f9ce9e22285dbe /meta/packages/pkgconfig/pkgconfig.inc
parent04f6ecb3e67c93379c229d35ace8bce00ceeb092 (diff)
downloadpoky-9bedb92e21cecfcc653078531f4389003abea82c.tar.gz
pkgconfig: Remove custom do_configure from pkgconfig-native, tweak autofoo.patch to fix some missing quotes apply autofoo.patch to all versions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4262 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/pkgconfig/pkgconfig.inc')
-rw-r--r--meta/packages/pkgconfig/pkgconfig.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/pkgconfig/pkgconfig.inc b/meta/packages/pkgconfig/pkgconfig.inc
index 6fec0c3645..58c6f90f19 100644
--- a/meta/packages/pkgconfig/pkgconfig.inc
+++ b/meta/packages/pkgconfig/pkgconfig.inc
@@ -5,9 +5,10 @@ It replaces the ubiquitous *-config scripts you may have \
5seen with a single tool." 5seen with a single tool."
6HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/" 6HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/"
7LICENSE = "GPL" 7LICENSE = "GPL"
8PR = "r6" 8PR = "r7"
9 9
10SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \ 10SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \
11 file://autofoo.patch;patch=1 \
11 file://sysrootfix.patch;patch=1 \ 12 file://sysrootfix.patch;patch=1 \
12 file://glibconfig-sysdefs.h" 13 file://glibconfig-sysdefs.h"
13 14