[oe] [meta-oe][PATCH] gsoap: added gsoap 2.8.12 recipe

Khem Raj raj.khem at gmail.com
Sun Feb 24 08:23:16 UTC 2013


On (20/02/13 10:38), eu at felipetonello.com wrote:
> From: "Felipe F. Tonello" <ftonello at cercacor.com>
> 
> This recipe was inspired on the gsoap recipe in oe-classic.
> 
> Signed-off-by: Felipe F. Tonello <ftonello at cercacor.com>
> ---
>  .../recipes-support/gsoap/gsoap-native_2.8.12.bb   |   17 +++++++++++++++
>  meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb      |   17 +++++++++++++++
>  meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc     |   23 ++++++++++++++++++++
>  3 files changed, 57 insertions(+)
>  create mode 100644 meta-oe/recipes-support/gsoap/gsoap-native_2.8.12.bb
>  create mode 100644 meta-oe/recipes-support/gsoap/gsoap_2.8.12.bb
>  create mode 100644 meta-oe/recipes-support/gsoap/gsoap_2.8.12.inc
> 
> diff --git a/meta-oe/recipes-support/gsoap/gsoap-native_2.8.12.bb b/meta-oe/recipes-support/gsoap/gsoap-native_2.8.12.bb
> new file mode 100644
> index 0000000..a83eb26
> --- /dev/null
> +++ b/meta-oe/recipes-support/gsoap/gsoap-native_2.8.12.bb
> @@ -0,0 +1,17 @@
> +require gsoap_${PV}.inc
> +
> +DEPENDS = ""
> +
> +EXTRA_OEMAKE = ""
> +
> +inherit native
> +
> +do_install() {
> +    oe_runmake DESTDIR=${D} BINDIR=${D}${bindir} install
> +
> +    install -m 0755 ${S}/gsoap/src/soapcpp2 ${STAGING_BINDIR_NATIVE}/

can you see if you can use BBCLASSEXTEND to generate the native package
?
why is installing to STAGING_BINDIR_NATIVE needed ?




More information about the Openembedded-devel mailing list