summaryrefslogtreecommitdiffstats
path: root/package/cxxtest
Commit message (Collapse)AuthorAgeFilesLines
* cxxtest: add hash for license fileRahul Bedarkar2017-07-051-0/+3
| | | | | Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: normalize separator size to 80Ricardo Martincoski2017-04-061-2/+2
| | | | | | | | | | | | Occurrences were searched using [1]: check-package --include-only PackageHeader $(find * -type f) and manually fixed to comply to [2]. [1] http://patchwork.ozlabs.org/patch/729669/ [2] http://nightly.buildroot.org/#writing-rules-mk Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: use SPDX short identifier for LGPLv3/LGPLv3+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for LGPLv3/LGPLv3+ is LGPL-3.0/LGPL-3.0+. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/LGPLv3(\+)?/LGPL-3.0\1/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* cxxtest: new packageAbhishek Singh2016-01-013-0/+42
[Peter: fix toolchain comment, use INSTALL instead of mkdir/cp] Reviewed-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com> Reviewed-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Reviewed-by: Piotr Nakraszewicz <piotr.nakraszewicz@imgtec.com> Reviewed-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Abhishek Singh <Abhishek.Singh@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud