diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-06-21 20:50:53 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-06-21 20:50:53 +0000 |
commit | f7e114e1a19c57a1f6b6e7dbfbfce0d01e4b5e6a (patch) | |
tree | bab7934e5eff1ba3443456f1a3520dd9952aa9f0 /sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe | |
parent | b516f7f8e05d0817ad4fb061db0272489e47a4d2 (diff) |
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/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, 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} = "/" |