diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-02-11 17:32:28 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-11 17:32:28 +0000 |
commit | 93b28d1fb7d8de6bfc78a01108ea45c31718ab50 (patch) | |
tree | 8cfebd8035d5794f534bacd143793e52b63c05b8 /packages/sharp-binary-only | |
parent | 6f45c77c2be8597a5a782d5ac1d18fde8d8f0506 (diff) |
sharp-sdmmc-support: unbreak it if kernel is not yet built - close #679
taken from .oz354fam083
Diffstat (limited to 'packages/sharp-binary-only')
-rw-r--r-- | packages/sharp-binary-only/sharp-sdmmc-support.bb | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/packages/sharp-binary-only/sharp-sdmmc-support.bb b/packages/sharp-binary-only/sharp-sdmmc-support.bb index d54402efd3..8d5cc70317 100644 --- a/packages/sharp-binary-only/sharp-sdmmc-support.bb +++ b/packages/sharp-binary-only/sharp-sdmmc-support.bb @@ -1,13 +1,22 @@ -DESCRIPTION = "Driver for the SHARP Zaurus SD/MMC Slot for linux ${KERNEL_VERSION}" +DESCRIPTION = "Driver for the SHARP Zaurus SD/MMC Slot for linux ${PV}" SECTION = "kernel/modules" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "CLOSED" -RDEPENDS = "kernel (${KERNEL_VERSION})" -PV = "${KERNEL_VERSION}" -PR = "r22" +RDEPENDS = "kernel (${PV})" +PR = "r23" PACKAGE_ARCH = "${MACHINE}" +KERNEL2418 = "2.4.18-rmk7-pxa3-embedix" +KERNEL2420 = "2.4.20" + +PV_collie = "${KERNEL2418}" +PV_poodle = "${KERNEL2418}" +PV_tosa = "${KERNEL2418}" +PV_akita = "${KERNEL2420}" +PV_borzoi = "${KERNEL2420}" +PV_spitz = "${KERNEL2420}" + SRC_URI = "http://www.openzaurus.org/mirror/sd-modules-2.4.18-rmk7-pxa3-embedix-r4.tar.bz2 \ file://sd \ file://sdmgr \ |