[oe] [STABLE][PATCH] gsoap: actually stage headers and libraries..

Denys Dmytriyenko denis at denix.org
Wed Apr 8 00:45:14 UTC 2009


On Mon, Apr 06, 2009 at 06:48:20PM +0200, Jeremy Lain?? wrote:
> From: Jeremy Lain?? <jeremy.laine at m4x.org>
> 
> 
> Signed-off-by: Jeremy Lain?? <jeremy.laine at m4x.org>
> ---
>  recipes/gsoap/gsoap_2.7.7.bb |    6 +++++-
>  1 files changed, 5 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/gsoap/gsoap_2.7.7.bb b/recipes/gsoap/gsoap_2.7.7.bb
> index 21a0ace..83c7cbb 100644
> --- a/recipes/gsoap/gsoap_2.7.7.bb
> +++ b/recipes/gsoap/gsoap_2.7.7.bb
> @@ -3,7 +3,7 @@ for the development of SOAP Web Services and clients."
>  SECTION = "devel"
>  LICENSE = "GPL"
>  DEPENDS = "gsoap-native"
> -PR = "r2"
> +PR = "r3"
>  
>  SRC_URI = "${SOURCEFORGE_MIRROR}/gsoap2/gsoap_${PV}.tar.gz \
>             file://rename_bogus_ldflags.patch;patch=1"
> @@ -23,5 +23,9 @@ do_install_append() {
>  	done
>  }
>  
> +do_stage() {
> +	autotools_stage_all
> +}
> +

inherit autotools_stage?

>  PACKAGES = "${PN}-dbg ${PN}-dev ${PN} ${PN}-doc ${PN}-locale"
>  FILES_gsoap-dev = "${bindir}/wsdl2h ${bindir}/soapcpp2 ${libdir}"
> -- 
> 1.6.2.1




More information about the Openembedded-devel mailing list