On 10/20/2010 09:47 AM, Koen Kooi wrote:
> On 19-10-10 20:01, Andreas Oberritter wrote:
>> So, my current proposal looks like this:
> 
>> -
>> inherit binconfig    # ... or not
> 
>> PACKAGES += "${PN}-bin"
> 
>> FILES_${PN} = "${libexecdir}/* ${libdir}/lib*${SOLIBS} \
>>             ${sysconfdir} ${sharedstatedir} ${localstatedir} \
>>             ${base_libdir}/*${SOLIBS} \
>>             ${datadir}/${PN} ${libdir}/${PN}/*"
> 
>> FILES_${PN}-bin = "${bindir}/* ${sbindir}/* \
>>                 ${base_bindir}/* ${base_sbindir}/*"
>> -
> 
> 
> How about this one:
> 
> inherit binconfig
> 
> PACKAGES =+ "${PN}-bin"
> FILES_${PN}-bin = "${bindir}/* ${sbindir}/* \
>                    ${base_bindir}* ${base_sbindir}/*"
> 
> 
> Does that work for you?

This would package ${bindir}/*-config into -bin instead of -dev.

Regards,
Andreas

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to