summaryrefslogtreecommitdiff
path: root/meta/packages/pkgconfig/pkgconfig_0.22.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/pkgconfig/pkgconfig_0.22.bb')
-rw-r--r--meta/packages/pkgconfig/pkgconfig_0.22.bb28
1 files changed, 2 insertions, 26 deletions
diff --git a/meta/packages/pkgconfig/pkgconfig_0.22.bb b/meta/packages/pkgconfig/pkgconfig_0.22.bb
index 28cf2c53f..599e1c815 100644
--- a/meta/packages/pkgconfig/pkgconfig_0.22.bb
+++ b/meta/packages/pkgconfig/pkgconfig_0.22.bb
@@ -1,27 +1,3 @@
-SECTION = "console/utils"
-DESCRIPTION = "pkg-config is a system for managing library \
-compile/link flags that works with automake and autoconf. \
-It replaces the ubiquitous *-config scripts you may have \
-seen with a single tool."
-HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/"
-LICENSE = "GPL"
+require pkgconfig.inc
-SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \
- file://glibconfig-sysdefs.h"
-
-S = "${WORKDIR}/pkg-config-${PV}/"
-
-inherit autotools
-
-acpaths = "-I ."
-do_configure () {
- install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h glib-1.2.8/
- gnu-configize
- libtoolize --force
- oe_runconf
-}
-
-do_stage_prepend() {
- install -d -m 0755 ${STAGING_DATADIR}/pkgconfig
-
-}
+SRC_URI += "file://autofoo.patch;patch=1"