summaryrefslogtreecommitdiffstats
path: root/meta/packages/keymaps
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2006-09-28 17:05:01 +0000
committerMatthew Allum <mallum@openedhand.com>2006-09-28 17:05:01 +0000
commit7086fa15e6f8816900b07c9331f8ce462021b205 (patch)
treeab555592d754affe679aacb1482fbbaaf1ee7a3f /meta/packages/keymaps
parentae40c627ced7de14f4f3120aa61056fd0c7c9713 (diff)
downloadpoky-7086fa15e6f8816900b07c9331f8ce462021b205.tar.gz
Make keymaps load after psplash
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@773 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/keymaps')
-rw-r--r--meta/packages/keymaps/keymaps_1.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/keymaps/keymaps_1.0.bb b/meta/packages/keymaps/keymaps_1.0.bb
index 46b88e966f..4a81acdc79 100644
--- a/meta/packages/keymaps/keymaps_1.0.bb
+++ b/meta/packages/keymaps/keymaps_1.0.bb
@@ -3,7 +3,7 @@ SECTION = "base"
3RDEPENDS = "initscripts console-tools" 3RDEPENDS = "initscripts console-tools"
4LICENSE = "GPL" 4LICENSE = "GPL"
5PACKAGE_ARCH = "${MACHINE}" 5PACKAGE_ARCH = "${MACHINE}"
6PR = "r5" 6PR = "r6"
7 7
8inherit update-rc.d 8inherit update-rc.d
9 9
@@ -17,7 +17,7 @@ SRC_URI_append_collie = " file://keymap-*.map"
17SRC_URI_append_poodle = " file://keymap-*.map" 17SRC_URI_append_poodle = " file://keymap-*.map"
18 18
19INITSCRIPT_NAME = "keymap" 19INITSCRIPT_NAME = "keymap"
20INITSCRIPT_PARAMS = "start 00 S ." 20INITSCRIPT_PARAMS = "start 01 S ."
21 21
22do_install () { 22do_install () {
23 install -d ${D}${sysconfdir}/init.d/ 23 install -d ${D}${sysconfdir}/init.d/