[oe-users] How to add multiple source files in trivial package

michael at michaelshiloh.com michael at michaelshiloh.com
Sat Feb 10 09:10:51 UTC 2007




On Sat, 10 Feb 2007, Koen Kooi wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> michael at michaelshiloh.com schreef:
>> Hi,
>>
>> I'm just starting out with OpenEmbedded and I'm trying to create my own
>> trivial application.
>>
>> I've been helped a lot by the manual and the various tutorials on the wiki,
>> for which I thank you.
>>
>> For my trivial first project, I have only two files, for now:
>>
>>    $ find ../org.openembedded.dev/packages/foo
>>    ../org.openembedded.dev/packages/foo
>>    ../org.openembedded.dev/packages/foo/foo-0.1
>>    ../org.openembedded.dev/packages/foo/foo-0.1/foo.c
>>    ../org.openembedded.dev/packages/foo/foo-0.1/Makefile
>
> looks ok
>
>>    ../org.openembedded.dev/packages/foo/foo-0.1.bb
>
> mv foo-0.1.bb foo_0.1.bb
>
>> How do I indicate that these two files in the recipe?
>>
>> I've tried
>>
>>    SRC_URI = "file://foo-0.1/foo.c"
>>    SRC_URI += "file://foo-0.1/Makefile
>
> SRC_URI = "file://foo.c \
>           file://Makefile"
>
> regards,
>
> Koen
>


Thanks!

Michael




More information about the Openembedded-users mailing list