[oe] [PATCH] Added gsoap version 2.7.13

Koen Kooi k.kooi at student.utwente.nl
Tue Apr 7 14:00:29 UTC 2009


On 07-04-09 15:47, Dirk 'Virk' Van Haerenborgh wrote:
> The patch is to make sure the just build binary soapcpp2 is used instead of looking for it in /usr/bin in the staging dir, just the same as
> v2.7.7 of gsoap.


> +++ b/recipes/gsoap/gsoap-native_2.7.13.bb
> @@ -0,0 +1,16 @@

> +PR = "r1"

remove that

> +do_stage() {
> +	autotools_stage_all
> +}

Remove that (see below)

> +++ b/recipes/gsoap/gsoap_2.7.13.bb

> +PR = "r1"

remove that

> +inherit autotools

change that to autotools_stage

> +do_stage() {
> +	autotools_stage_all
> +}

That can be removed if you inherit autotools_stage

> +PACKAGES = "${PN}-dbg ${PN}-dev ${PN} ${PN}-doc ${PN}-locale"

That looks wrong, remove that

> +FILES_gsoap-dev = "${bindir}/wsdl2h ${bindir}/src ${libdir}"

Change that to something like:

FILES_${PN}-dev += "${bindir}/wsdl2h ${bindir}/src ${libdir}"

And define FILES_${PN} more narrowly.

regards,

Koen






More information about the Openembedded-devel mailing list