summaryrefslogtreecommitdiffstats
path: root/package/jquery
Commit message (Collapse)AuthorAgeFilesLines
* jquery: bump to version 1.10.2Gustavo Zacarias2013-07-111-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add header to packages where missingAlexandre Belloni2013-06-211-0/+6
| | | | | | Reported-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* jquery: bump to version 1.10.1Gustavo Zacarias2013-06-121-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* jquery: bump to version 1.9.1Gustavo Zacarias2013-04-121-1/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* jquery: bump to version 1.8.3Gustavo Zacarias2012-12-041-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
| | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: don't install javascript files as executablePeter Korsgaard2011-12-201-1/+2
| | | | | | | install defaults to mode 0755, not 0644, so explicitly pass mode to ensure .js files aren't made executable. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add Javascript menu and jQuery packagePeter Korsgaard2011-12-182-0/+25
A lot of open source Javascript libraries can be interesting to use on embedded systems, so add a specific Javascript menu and the probably most well known library of them all, jQuery. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>