[Buildroot] [PATCH 1/2] libgudev: remove systemd dependency

Peter Korsgaard peter at korsgaard.com
Tue Dec 8 20:47:19 UTC 2015


>>>>> "yegorslists" == yegorslists  <yegorslists at googlemail.com> writes:

 > From: Yegor Yefremov <yegorslists at googlemail.com>
 > Since version 3.1.3 eudev doesn't provide internal libgudev,
 > so this package can now be used as an ordinary stand-alone
 > package.

 > Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
 > ---
 >  package/libgudev/Config.in | 2 --
 >  1 file changed, 2 deletions(-)

 > diff --git a/package/libgudev/Config.in b/package/libgudev/Config.in
 > index 9b64ffc..4596fa1 100644
 > --- a/package/libgudev/Config.in
 > +++ b/package/libgudev/Config.in
 > @@ -1,6 +1,5 @@
 >  config BR2_PACKAGE_LIBGUDEV
 >  	bool "libgudev"
 > -	depends on BR2_INIT_SYSTEMD

But is still needs udev, so it needs to depend on BR2_PACKAGE_HAS_UDEV,
and the toolchain comment needs to change.

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list