Fix pkgconfig build when using correct build ordering.
authorChris Larson <clarson@kergoth.com>
Sun, 2 Nov 2003 03:53:00 +0000 (03:53 +0000)
committerChris Larson <clarson@kergoth.com>
Sun, 2 Nov 2003 03:53:00 +0000 (03:53 +0000)
BKrev: 3fa47f9c513MNoBE1A078XbM3HIyiA

pkgconfig/pkgconfig-0.15.0/configure.patch [new file with mode: 0644]
pkgconfig/pkgconfig_0.15.0.oe

diff --git a/pkgconfig/pkgconfig-0.15.0/configure.patch b/pkgconfig/pkgconfig-0.15.0/configure.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..e62c003 100644 (file)
@@ -0,0 +1,13 @@
+DEPENDS = virtual/libc
+RDEPENDS = libc6
+
+SRC_URI := http://www.freedesktop.org/software/pkgconfig/releases/pkgconfig-0.15.0.tar.gz \
+          file://${FILESDIR}/configure.patch;patch=1
+S := ${WORKDIR}/${P}
+
+inherit autotools libtool
+
+acpaths=-I .
+do_configure_prepend () {
+       install -m 0644 ${FILESDIR}/glibconfig-sysdefs.h glib-1.2.8/
+}