summaryrefslogtreecommitdiffstats
path: root/package/libbdplus
Commit message (Collapse)AuthorAgeFilesLines
* libbdplus: add hash for license fileFabrice Fontaine2018-04-291-0/+3
| | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* boot, package: use SPDX short identifier for LGPLv2.1/LGPLv2.1+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for LGPLv2.1/LGPLv2.1+ is LGPL-2.1/LGPL-2.1+. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/LGPLv2.1(\+)?/LGPL-2.1\1/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libbdplus: add missing libgpg-error arch dependencyMaxime Hadjinlian2016-07-051-0/+2
| | | | | | | | | | | | | Thanks to Romain Naour for finding the culprit package. Fixes: http://autobuild.buildroot.org/results/d06e3eb9ef48540b71fbec267c534523632b224f/ Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Acked-by: Romain Naour <romain.naour@gmail.com> [Thomas: fix Config.in comment dependencies.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libbdplus: select libgcrypt in Config.in as wellPeter Korsgaard2016-07-041-0/+1
| | | | | | | | | Fixes http://autobuild.buildroot.org/results/4d9/4d91521378402f3f5b6402ea453df4c14c391bdc/ libbdplus adds libgcrypt to its _DEPENDENCIES, but forgot to select it in Config.in. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libbdplus: new packageBernd Kuhls2016-07-033-0/+50
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud