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 17:03:31 +0200 [thread overview]
Message-ID: <grfq03$3c8$1@ger.gmane.org> (raw)
In-Reply-To: <eaa8e5210904070745u77fa5d94oc5486ddbda552ec2@mail.gmail.com>
On 07-04-09 16:45, Dirk Van Haerenborgh wrote:
> Thanks for looking at it.
>
> I've changed everything as advised.
>
> However, I am quite new to both gsoap and OE, hence I do not know how to
> define FILES_${PN} more narrowly.
Basically:
dpkg-deb -c gsoap-ipk-produced-from-old-recipe.ipk
Look at the output e.g.
/usr/bin/foo
/usr/bin/bar
Based on that do:
FILES_${PN} = "${bindir}/foo \
${bindir}/bar \
"
I suspect the PACKAGES and FILES_gsoap-dev trickery was used to keep
some files *out* of ${PN}.
regards,
Koen
> this recipe is quite similar to gsoap_2.7.7 (which is in the oe.dev repo
> atm) in which FILES_${PN} as broad as here.
>
> -Dirk
>
> 2009/4/7 Koen Kooi<k.kooi@student.utwente.nl>
>
>> 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
>>
>>
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
prev parent reply other threads:[~2009-04-07 15:06 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
2009-04-07 14:45 ` Dirk Van Haerenborgh
2009-04-07 15:03 ` Koen Kooi [this message]
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='grfq03$3c8$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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.