From: Philip Balister <philip@balister.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: Help required to create recipe for FANN library
Date: Mon, 15 Jun 2009 11:16:47 -0400 [thread overview]
Message-ID: <4A3665DF.7040109@balister.org> (raw)
In-Reply-To: <A333C385-1DED-40D9-AD9E-08DF830A732E@mac.com>
[-- Attachment #1: Type: text/plain, Size: 1269 bytes --]
Elvis Dowson wrote:
> Hi Koen,
>
> On Jun 15, 2009, at 1:45 PM, Koen Kooi wrote:
>
>> On 15-06-09 09:18, Elvis Dowson wrote:
>>
>>> inherit autotools_stage pkgconfig
>>>
>>> do_stage () {
>>> oe_libinstall -a -so -C lib libfann ${STAGING_LIBDIR}
>>> install -d ${STAGING_INCDIR}/fann
>>> install -m 0644 src/include/vorbis/vorbisenc.h \
>>> src/include/vorbis/vorbisfile.h \
>>> src/include/vorbis/codec.h
>>> src/include/compat_time.h \
>>> src/include/config.h \
>>> src/include/doublefann.h \
>>> src/include/fann.h \
>>> src/include/fann_activation.h \
>>> src/include/fann_cascade.h \
>>> src/include/fann_data.h \
>>> src/include/fann_error.h \
>>> src/include/fann_internal.h \
>>> src/include/fann_io.h \
>>> src/include/fann_train.h \
>>> src/include/fixedfann.h \
>>> src/include/floatfann.h ${STAGING_INCDIR}/fann/
>>> install -d ${STAGING_DATADIR}/aclocal
>>> install -m 0644 aclocal.m4 ${STAGING_DATADIR}/aclocal/
>>> }
>>
>> Why are you using autotools_stage if you're not going to use its
>> staging method?
>>
>
> I don't know these command. Could you help me correct this recipe?
The "inherit autotools_stage" provides the do_stage method. Remove the
do_stage method and see what happens.
Philip
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]
next prev parent reply other threads:[~2009-06-15 15:27 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-15 7:18 Help required to create recipe for FANN library Elvis Dowson
2009-06-15 9:45 ` Koen Kooi
2009-06-15 10:47 ` Elvis Dowson
2009-06-15 15:16 ` Philip Balister [this message]
2009-06-15 16:11 ` Elvis Dowson
2009-06-15 16:32 ` Leon Woestenberg
2009-06-15 17:23 ` Elvis Dowson
2009-06-15 17:31 ` Elvis Dowson
2009-06-15 17:34 ` Elvis Dowson
2009-06-15 17:52 ` Phil Blundell
2009-06-15 18:41 ` Philip Balister
2009-06-15 18:53 ` Phil Blundell
2009-06-16 3:25 ` Elvis Dowson
2009-06-16 7:22 ` Phil Blundell
2009-06-15 19:39 ` Leon Woestenberg
2009-06-15 20:12 ` Phil Blundell
2009-06-16 3:32 ` Elvis Dowson
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=4A3665DF.7040109@balister.org \
--to=philip@balister.org \
--cc=openembedded-devel@lists.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.