summaryrefslogtreecommitdiffstats
path: root/package/libgudev
Commit message (Collapse)AuthorAgeFilesLines
* libgudev: bump to version 232Fabrice Fontaine2018-05-012-3/+7
| | | | | | | | Add --disable-umockdev (enabled by default) Add hash for license file 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>
* libgudev: remove incorrect Config.in help text informationThomas Petazzoni2016-07-151-3/+0
| | | | | | | | | | libgudev indeed used to be provided directly by eudev, but it's no longer the case since eudev 3.1.3, and this has been already taken into account in Buildroot in commit 6cfa5de33e71b46e9ae668550dc77aacabbde663. We simply forgot to update the comment. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libgudev: remove systemd dependencyYegor Yefremov2015-12-081-4/+4
| | | | | | | | | | | | Since version 3.1.3 eudev doesn't provide internal libgudev, so this package can now be used as an ordinary stand-alone package. [Peter: add BR2_PACKAGE_HAS_UDEV dependency] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libgudev: add a hash fileVicente Olivert Riera2015-11-161-0/+2
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libgudev: New packageNathaniel Roach2015-08-252-0/+37
As libgudev recently was split from the main systemd/udev source, this library is now required to build certain packages. This library is only relevant to systemd, as the code it contains is still contained in eudev. [Thomas: - don't show the dependency comment when systemd is not available, since libgudev is anyway useless when you're not using systemd. - fix the license, it's LGPLv2.1+ and not GPLv2+ - remove useless empty lines in the .mk file.] Signed-off-by: Nathaniel Roach <nroach44@gmail.com> Tested-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud