openembedded-core.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [PATCH] udev: Remove deprecated binaries from packaging
@ 2012-11-16 20:11 dromede
  2012-11-16 21:36 ` Martin Jansa
  2012-11-17 18:20 ` Otavio Salvador
  0 siblings, 2 replies; 14+ messages in thread
From: dromede @ 2012-11-16 20:11 UTC (permalink / raw)
  To: openembedded-core

From: Marko Katic <dromede.gmail.com>

udev provides a udev-utils package that once provided utility binaries
such as udevadm, udevtest and udevinfo. udevtest and udevinfo are
deprecated and their functions are now handled by udevadm.

https://bugzilla.redhat.com/show_bug.cgi?id=597539

remove udevinfo and udevtest from the udev-utils package.

Signed-off-by: Marko Katic <dromede.gmail.com>
---
 meta/recipes-core/udev/udev.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc
index 4705b9b..7133cc4 100644
--- a/meta/recipes-core/udev/udev.inc
+++ b/meta/recipes-core/udev/udev.inc
@@ -74,7 +74,7 @@ FILES_udev-cache = "${sysconfdir}/init.d/udev-cache ${sysconfdir}/default/udev-c
 
 FILES_udev-acl = "${base_libdir}/udev/udev-acl ${base_libdir}/udev/rules.d/70-acl.rules"
 
-FILES_udev-utils = "${bindir}/udevinfo ${bindir}/udevtest ${base_sbindir}/udevadm"
+FILES_udev-utils = "${bindir}/udevadm"
 
 RDEPENDS_udev-consolekit += "udev-acl"
 FILES_udev-consolekit = "${libdir}/ConsoleKit"
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-12-14 15:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-16 20:11 [PATCH] [PATCH] udev: Remove deprecated binaries from packaging dromede
2012-11-16 21:36 ` Martin Jansa
     [not found]   ` <CAHod+GfAof60ycR5EXosair15O87dvZhnxWSouhdF49x8sZQqQ@mail.gmail.com>
2012-11-16 22:28     ` Martin Jansa
2012-11-16 23:28       ` Chris Larson
2012-11-17 18:02         ` Marko Katić
2012-11-17 18:38           ` Chris Larson
2012-11-17 18:54             ` Otavio Salvador
2012-11-20 19:59               ` Marko Katić
2012-11-20 20:23                 ` Otavio Salvador
2012-12-13 19:53                   ` Marko Katić
2012-12-13 23:30                     ` Otavio Salvador
2012-12-14 15:17                       ` Marko Katić
2012-12-14 15:23                         ` Otavio Salvador
2012-11-17 18:20 ` Otavio Salvador

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).