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 | |
parent | c21f053cb45c7ea2e2115c7daf9cfe23bc2089e5 (diff) |
sharp-sdmmc-support now downloads binary-only modules from upstream
BKrev: 412f3307OtMABQk6gWHbyCTs2_MtJg
-rw-r--r-- | BitKeeper/etc/gone | 6 | ||||
-rw-r--r-- | sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe | 9 |
2 files changed, 12 insertions, 3 deletions
diff --git a/BitKeeper/etc/gone b/BitKeeper/etc/gone index 679364f710..a6c2255a8f 100644 --- a/BitKeeper/etc/gone +++ b/BitKeeper/etc/gone @@ -1,3 +1,6 @@ +collie/sharp_mmcsd_m.o +corgi/sharp_mmcsd_m.o +husky/sharp_mmcsd_m.o kergoth@direwolf.ppp.ti.com|tmp/base/apache-2.0.47-r0/httpd-2.0.47/.patches/configure.patch|20031017000313|22103|55fb394e85ed9a27 kergoth@direwolf.ppp.ti.com|tmp/base/avr-libc-1.0-r0/avr-libc-1.0/.patches/configure.patch|20031017000314|20947|86c76bf82d67da92 kergoth@direwolf.ppp.ti.com|tmp/base/base-passwd-3.5.4-r0/base-passwd-3.5.4/.patches/configure.patch|20031017000313|25095|6eff6e911a09618d @@ -50,3 +53,6 @@ kergoth@direwolf.ppp.ti.com|tmp/base/tremor-20030325-r0/Tremor/.patches/configur kergoth@direwolf.ppp.ti.com|tmp/base/tslib-1.0-r0/tslib/.patches/configure.patch|20031017000313|10146|424e0abc38251984 kergoth@direwolf|tmp/base/make-3.80-r0/make-3.80/s.conftest|20031121052259|39582|c6bf26cbc42ce43 linux-c860-20040124.patch +poodle/sharp_mmcsd_m.o +shepherd/sharp_mmcsd_m.o +tosa/sharp_mmcsd_m.o 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} = "/" |