[oe] [oe-commits] Koen Kooi : schroedinger: fix packaging

Koen Kooi k.kooi at student.utwente.nl
Sun Jul 19 19:04:26 UTC 2009


On 19-07-09 16:56, Henning Heinold wrote:
> On Fri, Jul 17, 2009 at 01:23:42PM +0000, git version control wrote:
>> Module: openembedded.git
>> Branch: org.openembedded.dev
>> Commit: 852d21c0369f8b499931098fdc55eea59116402f
>> URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=852d21c0369f8b499931098fdc55eea59116402f
>>
>> Author: Koen Kooi<koen at openembedded.org>
>> Date:   Fri Jul 17 13:53:28 2009 +0200
>>
>> schroedinger: fix packaging
>>
>> ---
>>
>>   recipes/schroedinger/schroedinger_1.0.5.bb |    6 +++++-
>>   1 files changed, 5 insertions(+), 1 deletions(-)
>>
>> diff --git a/recipes/schroedinger/schroedinger_1.0.5.bb b/recipes/schroedinger/schroedinger_1.0.5.bb
>> index 66d24c1..476c296 100644
>> --- a/recipes/schroedinger/schroedinger_1.0.5.bb
>> +++ b/recipes/schroedinger/schroedinger_1.0.5.bb
>> @@ -1,8 +1,12 @@
>>   require schroedinger.inc
>>
>> -PR = "r2"
>> +PR = "r3"
>>
>>   inherit autotools_stage
>>
>>   AUTOTOOLS_STAGE_PKGCONFIG = "1"
>>
>> +PACKAGES =+ "gst-plugin-schroedinger-dbg gst-plugin-schroedinger-dev gst-plugin-schroedinger"
>> +FILES_gst-plugin-schroedinger = "${libdir}/gstreamer-0.10/*.so"
>> +FILES_gst-plugin-schroedinger-dbg = "${libdir}/gstreamer-0.10/.debug"
>> +FILES_gst-plugin-schroedinger-dev = "${libdir}/gstreamer-0.10/*.*a"
>
> Hi,
>
> why you are switching this stuff back?

The files were left unpackaged, so I packaged them. And in this day and 
ago of quad core build machines I see no real reason to go out and 
actively split out recipes to save 5 seconds of build time when it 
generated an extra hour of QA work.

regards,

Koen





More information about the Openembedded-devel mailing list