From: Chris Larson Date: Sun, 2 Nov 2003 03:53:00 +0000 (+0000) Subject: Fix pkgconfig build when using correct build ordering. X-Git-Tag: Release-2010-05/1~20588 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae135913244383393b67448c2e52f51152991b7b;p=openembedded.git Fix pkgconfig build when using correct build ordering. BKrev: 3fa47f9c513MNoBE1A078XbM3HIyiA --- diff --git a/pkgconfig/pkgconfig-0.15.0/configure.patch b/pkgconfig/pkgconfig-0.15.0/configure.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/pkgconfig/pkgconfig_0.15.0.oe b/pkgconfig/pkgconfig_0.15.0.oe index e69de29bb2..e62c00321f 100644 --- a/pkgconfig/pkgconfig_0.15.0.oe +++ b/pkgconfig/pkgconfig_0.15.0.oe @@ -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/ +}