diff options
author | Chris Larson <clarson@kergoth.com> | 2003-11-02 03:53:00 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-11-02 03:53:00 +0000 |
commit | ae135913244383393b67448c2e52f51152991b7b (patch) | |
tree | 6db9f104eabc54ca686354c8269829e51f2e356b /pkgconfig | |
parent | 03ac9e1b96c29cd1a6dcec5ce6a6b66977376080 (diff) |
Fix pkgconfig build when using correct build ordering.
BKrev: 3fa47f9c513MNoBE1A078XbM3HIyiA
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/pkgconfig-0.15.0/configure.patch | 0 | ||||
-rw-r--r-- | pkgconfig/pkgconfig_0.15.0.oe | 13 |
2 files changed, 13 insertions, 0 deletions
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 --- /dev/null +++ b/pkgconfig/pkgconfig-0.15.0/configure.patch 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/ +} |