summaryrefslogtreecommitdiffstats
path: root/package/acsccid
Commit message (Collapse)AuthorAgeFilesLines
* acsccid: fix build with pkgconf 1.5.3Fabrice Fontaine2018-12-131-0/+1
| | | | | | | | | | | | | | | | | | | | Since the bump to 1.5.3, pkgconf prepends the sysroot to all absolute paths found in the .pc file. This is correct when the paths refer to something in STAGING_DIR (e.g. libdir, includedir), but not when it refers to something used for the target. acsccid uses the usbdropdir variable from libpcsclite.pc to decide where to install things. Since DESTDIR is prepended to the install destination, this will end up in the wrong location. Until a better solution is found in pkgconf, pass the usbdropdir to use explicitly instead of relying on libpcsclite.pc. Fixes: - http://autobuild.buildroot.org/results/9dc76478d81ea2469900a4b4aab0e31fee9c4032 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/acsccid: bump version to 1.1.4Bernd Kuhls2017-04-262-4/+4
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> 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>
* acsccid: propagate dependencies from pcsc-liteThomas Petazzoni2015-12-311-3/+7
| | | | | | | | | | | | | The new package acsccid properly propagated the dependency of libusb, but not the one of pcsc-lite, causing pcsc-lite to be selected in situation where it shouldn't be (such as in static-only configurations). Fixes: http://autobuild.buildroot.org/results/e0b/e0b205dceb84303d1dfaf8b39562b934f6914b8d/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* acsccid: new packageJuha Rantanen2015-12-303-0/+33
[Thomas: - fix commit title - change libusb back to a mandatory dependency, since even though there is a --disable-libusb option, it has no effect, and the code fails to build due to missing libusb.h - add hash file, noticed by Arnout - remove host-perl dependency, noticed by Arnout - rewrap Config.in help text, noticed by Arnout.] Signed-off-by: Juha Rantanen <juha@codercoded.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud