]> code.ossystems Code Review - openembedded-core.git/commitdiff
keymaps: initscript can be sourced
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 3 Jul 2008 10:46:56 +0000 (10:46 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 3 Jul 2008 10:46:56 +0000 (10:46 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4797 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/keymaps/files/keymap.sh [moved from meta/packages/keymaps/files/keymap with 100% similarity]
meta/packages/keymaps/keymaps_1.0.bb

index 813ba41011bd50aa8b0da462487c7c8023690036..0f0f36a5550bf4fa1870ff03675a5cc2a7c1a717 100644 (file)
@@ -3,11 +3,11 @@ SECTION = "base"
 RDEPENDS = "initscripts console-tools"
 LICENSE = "GPL"
 PACKAGE_ARCH = "${MACHINE}"
-PR = "r15"
+PR = "r16"
 
 inherit update-rc.d
 
-SRC_URI = "file://keymap"
+SRC_URI = "file://keymap.sh"
 
 SRC_URI_append_c7x0         = " file://keymap-*.map"
 SRC_URI_append_tosa         = " file://keymap-*.map"
@@ -19,12 +19,12 @@ SRC_URI_append_jornada6xx   = " file://keymap-*.map"
 SRC_URI_append_h2200        = " file://keymap-*.map"
 SRC_URI_append_htcuniversal = " file://keymap-*.map"
 
-INITSCRIPT_NAME = "keymap"
+INITSCRIPT_NAME = "keymap.sh"
 INITSCRIPT_PARAMS = "start 01 S ."
 
 do_install () {
     install -d ${D}${sysconfdir}/init.d/
-    install -m 0755 ${WORKDIR}/keymap ${D}${sysconfdir}/init.d/
+    install -m 0755 ${WORKDIR}/keymap.sh ${D}${sysconfdir}/init.d/
 
     case ${MACHINE} in
         c7x0 | tosa | spitz | akita | borzoi | collie | poodle | jornada6xx | h2200 | htcuniversal )