diff options
author | Phil Blundell <philb@gnu.org> | 2004-05-10 18:25:54 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-05-10 18:25:54 +0000 |
commit | ef2a0dc9d1771cee259c9e5ce9d8dc40e9a68cbd (patch) | |
tree | 1c75cb413ca9b334bc24bea4d4adb4728525315c | |
parent | a119c7e9ed34de0a44afef918f38081e97d0f1be (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/home/pb_/packages
2004/05/10 20:25:44+02:00 uni-frankfurt.de!pb_
add missing binaries to staging
BKrev: 409fc932mawfsn3ViyUfTLLQjIbWkQ
-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} |