On Tue, Mar 4, 2014 at 12:18 AM, Sebastien MENNETRIER
<s.mennetr...@innotis.org> wrote:
>>  do_install() {
>>         oe_runmake dist
>> +       mkdir -p ${D}/usr/share/fonts/truetype/freefont/
>> +       install ${S}/fonts/* ${D}/usr/share/fonts/truetype/freefont/
>>  }
>>
>>  FILES_${PN} = "${bindir}/omxplayer* \
>> -               ${libdir}/omxplayer/lib*${SOLIBS}"
>> +               ${libdir}/omxplayer/lib*${SOLIBS} \
>> +               /usr/share/fonts"
>>
>

send the patch to OE-Core ml and dont hardcode /usr/share but use
${datadir} instead
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to