summaryrefslogtreecommitdiffstats
path: root/rules/host-glib.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-02-12 17:22:25 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-02-12 17:27:50 +0100
commit3cd240993b09a3705bd35edb34eba6c466158b69 (patch)
tree446e472ffbfdf2193edf613ae020b5be9a4aa4b6 /rules/host-glib.make
parent608630302dd8e600630f7d7fcf60da3973f3cf1c (diff)
downloadptxdist-3cd240993b09a3705bd35edb34eba6c466158b69.tar.gz
ptxdist-3cd240993b09a3705bd35edb34eba6c466158b69.tar.xz
host-glib: fix python search paths in gdbus-codegen
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-glib.make')
-rw-r--r--rules/host-glib.make6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/host-glib.make b/rules/host-glib.make
index 727a1e303..d17b917f3 100644
--- a/rules/host-glib.make
+++ b/rules/host-glib.make
@@ -49,4 +49,10 @@ HOST_GLIB_AUTOCONF := \
--disable-gcov \
--with-libiconv=gnu
+$(STATEDIR)/host-glib.install.post:
+ @$(call targetinfo)
+ @$(call world/install.post, HOST_GLIB)
+ @sed -i "s:'/lib':'$(PTXCONF_SYSROOT_HOST)/lib':" "$(PTXCONF_SYSROOT_HOST)/bin/gdbus-codegen"
+ @$(call touch)
+
# vim: syntax=make