From f7e114e1a19c57a1f6b6e7dbfbfce0d01e4b5e6a Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 21 Jun 2004 20:50:53 +0000 Subject: 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 --- sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe') 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} = "/" -- cgit v1.2.3