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

Reply via email to