diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-06-22 21:42:54 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-06-22 21:42:54 +0000 |
commit | 310ae22d8fc770a6d6688b1ddd105b6b521fd331 (patch) | |
tree | 8d4a2f10dc46f5d489a278e265d9e79eb5d1a2b4 /sharp-binary-only | |
parent | 688b74bd725ee4f8d7cfb347eabb5c3cddf5fe66 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/06/22 23:42:38+02:00 uni-frankfurt.de!mickey
call update-rc.d during postinst for sharp-sdmmc
BKrev: 40d8a7dejMPf8hBylPhixKOLOy8Z3Q
Diffstat (limited to 'sharp-binary-only')
-rw-r--r-- | sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe b/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe index 992667b158..6ca4aae515 100644 --- a/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe +++ b/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe @@ -2,13 +2,18 @@ DESCRIPTION = "Driver for the SHARP Zaurus SD/MMC Slot for linux ${PV}" SECTION = "base" PRIORITY = "optional" LICENSE = "CLOSED" -PR = "r1" +PR = "r2" PACKAGE_ARCH = "${MACHINE_ARCH}" SRC_URI = "file://sharp-sdmmc-2.4.18.tar.gz" S = "${WORKDIR}/sharp-sdmmc" +inherit update-rc.d + +INITSCRIPT_NAME = "sd" +INITSCRIPT_PARAMS = "start 04 2 3 4 5 . stop 96 0 1 6 ." + do_install() { install -d ${D}/ cp -a etc lib sbin ${D}/ |