diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-08-27 13:11:35 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-08-27 13:11:35 +0000 |
commit | b082cbe63f70eca39e5fd46c51a7432ab38845ce (patch) | |
tree | 620bafa6115c528da0b29a9567c831001a8f9a7e /sharp-binary-only | |
parent | c21f053cb45c7ea2e2115c7daf9cfe23bc2089e5 (diff) |
sharp-sdmmc-support now downloads binary-only modules from upstream
BKrev: 412f3307OtMABQk6gWHbyCTs2_MtJg
Diffstat (limited to 'sharp-binary-only')
-rw-r--r-- | sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe | 9 |
1 files changed, 6 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 e9950e887f..aadb665692 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,9 +2,11 @@ DESCRIPTION = "Driver for the SHARP Zaurus SD/MMC Slot for linux ${PV}" SECTION = "base" PRIORITY = "optional" LICENSE = "CLOSED" -PR = "r4" +RDEPENDS = "kernel (2.4.18-rmk7-pxa3-embedix)" +PR = "r5" -SRC_URI = "file://sd \ +SRC_URI = "http://www.openzaurus.org/mirror/sd-modules-2.4.18-rmk7-pxa3-embedix.tar.bz2 \ + file://sd \ file://sdmgr \ file://sdcontrol \ file://sharp_mmcsd_m.o" @@ -21,7 +23,8 @@ do_install() { 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/ + install -m 0644 ${MACHINE}/sharp_mmcsd_m.o ${D}/lib/modules/${PV}/kernel/drivers/block/ } +PACKAGE_ARCH = ${MACHINE_ARCH} FILES_${PN} = "/" |