Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: [PATCH] Added gsoap version 2.7.13
Date: Tue, 07 Apr 2009 16:00:29 +0200	[thread overview]
Message-ID: <grfm9u$l0b$1@ger.gmane.org> (raw)
In-Reply-To: <1239112078-29808-1-git-send-email-vhdirk@gmail.com>

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





  reply	other threads:[~2009-04-07 14:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-07 13:47 [PATCH] Added gsoap version 2.7.13 Dirk 'Virk' Van Haerenborgh
2009-04-07 14:00 ` Koen Kooi [this message]
2009-04-07 14:45   ` Dirk Van Haerenborgh
2009-04-07 15:03     ` Koen Kooi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='grfm9u$l0b$1@ger.gmane.org' \
    --to=k.kooi@student.utwente.nl \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=openembedded-devel@openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox