[oe] dbus-glib-native: install dbus-binding-tool to ${STAGING_BINDIR}?

Dr. Michael Lauer mickey at vanille-media.de
Thu Aug 23 09:28:30 UTC 2007


pHilipp Zabel wrote:
> Hi, I've got this change in my local workdir, unfortunately I don't
> remember what exactly needed the binding tool. Is this ok to commit?

> --- packages/dbus/dbus-glib-native_0.72.bb     
> 278c6e1074af019c5bf108638bebfba814ddc160
> +++ packages/dbus/dbus-glib-native_0.72.bb     
> 5c8a08a3c0bc93f2de4060d523738b5500cd88c0
> @@ -1,5 +1,5 @@ SECTION = "base"
>  SECTION = "base"
> -PR = "r0"
> +PR = "r1"
>  HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
>  DESCRIPTION = "message bus system for applications to talk to one another"
>  LICENSE = "GPL"
> @@ -19,4 +19,5 @@ do_stage() {
>          install -d ${STAGING_DATADIR}/dbus
>          install -m 0644 tools/dbus-bus-introspect.xml ${STAGING_DATADIR}/dbus
>          install -m 0644 tools/dbus-glib-bindings.h ${STAGING_DATADIR}/dbus
> +       install -m 0755 dbus/.libs/dbus-binding-tool ${STAGING_BINDIR}/
>  }

Does anything speak against using autotools_stage_all here?
I'd rather go away from handcoded do_stage() as much as possible.

Regards,

:M:
-- 
Michael 'Mickey' Lauer | IT-Freelancer | http://www.vanille-media.de





More information about the Openembedded-devel mailing list