[oe] libjs-jquery_1.7.2.bb

matti kaasinen matti.kaasinen at gmail.com
Fri Dec 30 13:01:41 UTC 2016


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



More information about the Openembedded-devel mailing list