diff options
Diffstat (limited to 'glib-2.0/glib-2.0_2.2.3.oe')
-rw-r--r-- | glib-2.0/glib-2.0_2.2.3.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/glib-2.0/glib-2.0_2.2.3.oe b/glib-2.0/glib-2.0_2.2.3.oe index 5b2af4a571..c707e1ca2a 100644 --- a/glib-2.0/glib-2.0_2.2.3.oe +++ b/glib-2.0/glib-2.0_2.2.3.oe @@ -9,7 +9,8 @@ MAINTAINER = "Philip Blundell <pb@handhelds.org>" DEPENDS = "virtual/libc glib-2.0-native" SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/glib/2.2/glib-${PV}.tar.bz2 \ - file://${FILESDIR}/automake-lossage.patch;patch=1" + file://automake-lossage.patch;patch=1 \ + file://glibconfig-sysdefs.h" S = "${WORKDIR}/glib-${PV}" @@ -17,7 +18,7 @@ inherit autotools pkgconfig acpaths = "" do_configure_prepend () { - install -m 0644 ${FILESDIR}/glibconfig-sysdefs.h . + install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h . } do_stage () { |