From 13c300738c6a70493554efcda0a6705d44155152 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Tue, 24 Jul 2007 17:25:33 +0000 Subject: pkgconfig : Add support for pkgconfig-0.22. DEFAULT_PREF = -1 pending further testing. pkconfig-0.22.bb does not build. Native version builds and corrects at least one issue with older pkgconfig. --- packages/pkgconfig/pkgconfig_0.22.bb | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 packages/pkgconfig/pkgconfig_0.22.bb (limited to 'packages/pkgconfig/pkgconfig_0.22.bb') diff --git a/packages/pkgconfig/pkgconfig_0.22.bb b/packages/pkgconfig/pkgconfig_0.22.bb new file mode 100644 index 0000000000..f634a87940 --- /dev/null +++ b/packages/pkgconfig/pkgconfig_0.22.bb @@ -0,0 +1,30 @@ +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" +PR = "r0" + +DEFAULT_PREFERENCE = "-1" + +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 + +} -- cgit v1.2.3