* [PATCH] fix pulling initscripts in keymaps
@ 2010-07-17 15:03 Denis 'GNUtoo' Carikli
2010-07-17 15:03 ` [PATCH] keymaps: remove initscripts dependency Denis 'GNUtoo' Carikli
0 siblings, 1 reply; 5+ messages in thread
From: Denis 'GNUtoo' Carikli @ 2010-07-17 15:03 UTC (permalink / raw)
To: openembedded-devel
Hi,
I've an issue with initscripts(instead of my specific distro initscript)
beeing pulled by keymaps.
As it may be considered core, Here's a patch attached.
Denis.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] keymaps: remove initscripts dependency
2010-07-17 15:03 [PATCH] fix pulling initscripts in keymaps Denis 'GNUtoo' Carikli
@ 2010-07-17 15:03 ` Denis 'GNUtoo' Carikli
2010-07-17 16:26 ` Michael 'Mickey' Lauer
0 siblings, 1 reply; 5+ messages in thread
From: Denis 'GNUtoo' Carikli @ 2010-07-17 15:03 UTC (permalink / raw)
To: openembedded-devel
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@no-log.org>
---
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
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] keymaps: remove initscripts dependency
2010-07-17 15:03 ` [PATCH] keymaps: remove initscripts dependency Denis 'GNUtoo' Carikli
@ 2010-07-17 16:26 ` Michael 'Mickey' Lauer
2010-07-18 13:54 ` Martin Jansa
0 siblings, 1 reply; 5+ messages in thread
From: Michael 'Mickey' Lauer @ 2010-07-17 16:26 UTC (permalink / raw)
To: openembedded-devel
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
--
:M:
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] keymaps: remove initscripts dependency
2010-07-17 16:26 ` Michael 'Mickey' Lauer
@ 2010-07-18 13:54 ` Martin Jansa
2010-07-18 15:44 ` Denis 'GNUtoo' Carikli
0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2010-07-18 13:54 UTC (permalink / raw)
To: openembedded-devel
On Sat, Jul 17, 2010 at 6:26 PM, Michael 'Mickey' Lauer
<mickey@vanille-media.de> wrote:
> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] keymaps: remove initscripts dependency
2010-07-18 13:54 ` Martin Jansa
@ 2010-07-18 15:44 ` Denis 'GNUtoo' Carikli
0 siblings, 0 replies; 5+ messages in thread
From: Denis 'GNUtoo' Carikli @ 2010-07-18 15:44 UTC (permalink / raw)
To: openembedded-devel
Thanks a lot,pushed.
Denis.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-07-18 15:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-17 15:03 [PATCH] fix pulling initscripts in keymaps Denis 'GNUtoo' Carikli
2010-07-17 15:03 ` [PATCH] keymaps: remove initscripts dependency Denis 'GNUtoo' Carikli
2010-07-17 16:26 ` Michael 'Mickey' Lauer
2010-07-18 13:54 ` Martin Jansa
2010-07-18 15:44 ` Denis 'GNUtoo' Carikli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox