gobject-introspection_1.66.1.bbappend 571 B

12345678910
  1. SUMMARY = "Middleware layer between GObject-using C libraries and language bindings"
  2. DESCRIPTION = "GObject Introspection is a project for providing machine \
  3. readable introspection data of the API of C libraries. This introspection \
  4. data can be used in several different use cases, for example automatic code \
  5. generation for bindings, API verification and documentation generation."
  6. HOMEPAGE = "https://wiki.gnome.org/action/show/Projects/GObjectIntrospection"
  7. do_configure_prepend() {
  8. cp -rf ${QEMU_TOOLCHAIN_PATH}/* ${WORKDIR}/recipe-sysroot-native/usr/bin/
  9. }