aboutsummaryrefslogtreecommitdiffstats
path: root/sharp-binary-only
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-06-21 20:50:53 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-06-21 20:50:53 +0000
commitf7e114e1a19c57a1f6b6e7dbfbfce0d01e4b5e6a (patch)
treebab7934e5eff1ba3443456f1a3520dd9952aa9f0 /sharp-binary-only
parentb516f7f8e05d0817ad4fb061db0272489e47a4d2 (diff)
downloadopenembedded-f7e114e1a19c57a1f6b6e7dbfbfce0d01e4b5e6a.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/06/21 22:50:46+02:00 uni-frankfurt.de!mickey fix sharp-sdmmc by using the proper module name and by flaggin it as non-executable BKrev: 40d74a2ddWZ-E2OYqJsaZ147-QKGVA
Diffstat (limited to 'sharp-binary-only')
-rw-r--r--sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe6
1 files changed, 5 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 e63cd59b8d..992667b158 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
@@ -1,6 +1,10 @@
DESCRIPTION = "Driver for the SHARP Zaurus SD/MMC Slot for linux ${PV}"
SECTION = "base"
PRIORITY = "optional"
+LICENSE = "CLOSED"
+PR = "r1"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
SRC_URI = "file://sharp-sdmmc-2.4.18.tar.gz"
S = "${WORKDIR}/sharp-sdmmc"
@@ -8,7 +12,7 @@ S = "${WORKDIR}/sharp-sdmmc"
do_install() {
install -d ${D}/
cp -a etc lib sbin ${D}/
- install -m 0755 modules/${MACHINE}.o ${D}/lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/block/
+ install -m 0644 modules/${MACHINE}.o ${D}/lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/block/sharp_mmcsd_m.o
}
FILES_${PN} = "/"