Matti - You can make and submit a patch. Here is HOWTO: http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
On 30 December 2016 at 14:01, matti kaasinen <[email protected]> wrote: > Hi! > > I browsed this libjs-jquery_1.7.2.bb recipe and noticed slight improvement: > There is definition for JQUERYDIR: > JQUERYDIR = "${datadir}/javascript/jquery" > > This has been used extensively in this recipe except on the last line: > FILES_${PN} = "/usr/share/javascript/jquery" > > Should it not be changed as below? > FILES_${PN} = "${JQUERYDIR}" > > There is nothing wrong in either way, but it would be neater/less error > prone later on. > > Thanks, > Matti > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- echo "EOF" >> /var/tmp/email -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
