diff options
Diffstat (limited to 'sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe')
-rw-r--r-- | sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe | 6 |
1 files changed, 3 insertions, 3 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 0ff0b64942..e9950e887f 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,7 +2,7 @@ DESCRIPTION = "Driver for the SHARP Zaurus SD/MMC Slot for linux ${PV}" SECTION = "base" PRIORITY = "optional" LICENSE = "CLOSED" -PR = "r3" +PR = "r4" SRC_URI = "file://sd \ file://sdmgr \ @@ -16,9 +16,9 @@ INITSCRIPT_NAME = "sd" INITSCRIPT_PARAMS = "start 04 2 3 4 5 . stop 96 0 1 6 ." do_install() { - install -d ${D}/etc/init.d ${D}/${sbindir} + install -d ${D}/etc/init.d ${D}/sbin install -d ${D}/lib/modules/${PV}/kernel/drivers/block/ - install -m 0755 ${WORKDIR}/sdmgr ${D}/${sbindir} + install -m 0755 ${WORKDIR}/sdmgr ${D}/sbin/ install -m 0755 ${WORKDIR}/sdcontrol ${D}/${sysconfdir} install -m 0755 ${WORKDIR}/sd ${D}/etc/init.d/ install -m 0644 ${WORKDIR}/sharp_mmcsd_m.o ${D}/lib/modules/${PV}/kernel/drivers/block/ |