diff options
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 | ||||
-rw-r--r-- | glib-2.0/glib-2.0-native_2.4.1.oe | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 406941ece3..7d90f1e06f 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -29,3 +29,4 @@ timh@host10.kano.org.uk wind@spiritship.(none) xf005570@cn014xf005570l1.(none) xf005570@cn014xf005570w1. +pb_@gandalf.tm.informatik.uni-frankfurt.de diff --git a/glib-2.0/glib-2.0-native_2.4.1.oe b/glib-2.0/glib-2.0-native_2.4.1.oe index 2e424cdd02..81fd512989 100644 --- a/glib-2.0/glib-2.0-native_2.4.1.oe +++ b/glib-2.0/glib-2.0-native_2.4.1.oe @@ -25,6 +25,8 @@ do_configure_prepend () { } do_stage () { + install -m 0755 gobject/glib-mkenums ${STAGING_BINDIR}/ + install -m 0755 gobject/glib-genmarshal ${STAGING_BINDIR}/ oe_libinstall -so -C glib libglib-2.0 ${STAGING_LIBDIR} oe_libinstall -so -C gmodule libgmodule-2.0 ${STAGING_LIBDIR} oe_libinstall -so -C gthread libgthread-2.0 ${STAGING_LIBDIR} |