Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all packages: rename XXXTARGETS to xxx-package | Arnout Vandecappelle (Essensium/Mind) | 2012-07-17 | 1 | -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 executable | Peter Korsgaard | 2011-12-20 | 1 | -1/+1 |
| | | | | | | | 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 flot jQuery plugin | Peter Korsgaard | 2011-12-19 | 2 | -0/+82 |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> |