[oe-commits] Denis 'GNUtoo' Carikli : keymaps: remove initscripts dependency

git version control git at git.openembedded.org
Sun Jul 18 15:32:05 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5433a7dcb2d96518905503cf838fae7cefff693a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5433a7dcb2d96518905503cf838fae7cefff693a

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Sat Jul 17 16:53:55 2010 +0200

keymaps: remove initscripts dependency

Multiple initscripts version exist,for instance
  initscripts-shr,initscripts-openmoko,initscripts etc...
Depending on a particular initscript is not a good idea:

For instance on SHR(distro) and htcdream(machine)
  it install initscripts instead of initscripts-shr in
  shr-image,which result in having the /etc/init.d/devices which
  is,according to mickeyl, an init script for devfs.
  if this init script is present(with the corresponding rc links) it get
  executed,which causes some devices nodes to lack.
  which prevent sound,modem and maybe other driver from working on the
  htcdream.

Thanks mrmoku in #openmoko-cdevel in Freenode
  for helping me finding the offending recipe.
Thanks mickeyl in #openmoko-cdevel in Freenode for telling me
  that usually packages don't depend on the initscripts

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Acked-by: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Acked-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/keymaps/keymaps_1.0.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/keymaps/keymaps_1.0.bb b/recipes/keymaps/keymaps_1.0.bb
index 25a93c2..f8cd77f 100644
--- a/recipes/keymaps/keymaps_1.0.bb
+++ b/recipes/keymaps/keymaps_1.0.bb
@@ -1,9 +1,9 @@
 DESCRIPTION = "Keyboard map"
 SECTION = "base"
-RDEPENDS_${PN} = "initscripts console-tools"
+RDEPENDS_${PN} = "console-tools"
 LICENSE = "GPL"
 PACKAGE_ARCH = "${MACHINE}"
-PR = "r24"
+PR = "r25"
 
 inherit update-rc.d
 





More information about the Openembedded-commits mailing list