summaryrefslogtreecommitdiffstats
path: root/rules/host-pcsc-lite.in
Commit message (Collapse)AuthorAgeFilesLines
* rules: allow selecting most host packages in the platformconfigMichael Olbrich2018-11-061-1/+0
| | | | | | | | | | | Do this by including the the hosttools_noprompt section for the platformconfig. This way, we don't need to manually add a package to the platformconfig when it is needed. Exceptions are special packages that are always enabled and host-gobject-introspection because it needs host-qemu. These packages are now in the new hosttools_noprompt_ptx section. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: used 'default y if ALLYES' instead of 'default ALLYES'Michael Olbrich2018-11-061-1/+1
| | | | | | | This way the symbol only shows up in the config if ALLYES is enabled. This avoids unnecessary noise in the config files. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-pcsc-lite: default to ALLYESMichael Olbrich2018-06-211-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-pcsc-lite: add new rule to build pcsc-lite on hostSteffen Trumtrar2016-09-021-0/+15
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>