[oe] [PATCH v4] dbus-glib: corrected native and cross recipe.

Koen Kooi koen at dominion.thruhere.net
Tue Jul 26 09:39:21 UTC 2011


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 26-07-11 11:21, Alessandro Sappia schreef:
> * dbus-glib require some source files generated during native build in order to build on target.
> 
> Signed-off-by: Alessandro Sappia <a.sappia at biotechware.com> --- recipes/dbus/dbus-glib.inc     |    8 ++++---- recipes/dbus/dbus-glib_0.86.bb |    7 +------ 2 files changed, 5 insertions(+), 10 deletions(-)
> 
> diff --git a/recipes/dbus/dbus-glib.inc b/recipes/dbus/dbus-glib.inc index c1c1813..7208e91 100644 --- a/recipes/dbus/dbus-glib.inc +++ b/recipes/dbus/dbus-glib.inc @@ -21,19 +21,19 @@ inherit autotools pkgconfig gettext
> 
> BBCLASSEXTEND = "native"
> 
> -do_configure_prepend() { +do_configure() { install -m 0644 ${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml ${S}/tools/ install -m 0644 ${STAGING_DATADIR_NATIVE}/dbus/dbus-glib-bindings.h ${S}/tools/ - +        autotools_do_configure }
> 
> do_configure_virtclass-native() { autotools_do_configure }
> 
> -do_install_virtclass-native() { -        autotools_do_install +do_install_append_virtclass-native() { install -d ${D}${datadir}/dbus +        install -m 0644 dbus-bus-introspect.xml ${D}${datadir}/dbus install -m 0644 tools/dbus-glib-bindings.h ${D}${datadir}/dbus }

Out of curiousity, why are you mixing the 2 styles (append/prepend vs replacement) in this commit?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFOLotJMkyGM64RGpERAtxQAJ9fx8JYvkmBFWQfT2l7psyH1YVZtACgjhtM
PrBwskppuQwnIaNDdwCqFQU=
=G6gv
-----END PGP SIGNATURE-----





More information about the Openembedded-devel mailing list