summaryrefslogtreecommitdiff
path: root/glib-2.0/glib-2.0-native_2.2.3.oe
diff options
context:
space:
mode:
Diffstat (limited to 'glib-2.0/glib-2.0-native_2.2.3.oe')
-rw-r--r--glib-2.0/glib-2.0-native_2.2.3.oe5
1 files changed, 3 insertions, 2 deletions
diff --git a/glib-2.0/glib-2.0-native_2.2.3.oe b/glib-2.0/glib-2.0-native_2.2.3.oe
index 0fc642cb37..36a422fcbe 100644
--- a/glib-2.0/glib-2.0-native_2.2.3.oe
+++ b/glib-2.0/glib-2.0-native_2.2.3.oe
@@ -2,14 +2,15 @@ DEPENDS = "patcher-native"
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/glib-2.0-${PV}"
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}"
inherit autotools native
acpaths = ""
do_configure_prepend () {
- install -m 0644 ${FILESDIR}/glibconfig-sysdefs.h .
+ install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h .
}
do_stage () {