From: Marcin Juszkiewicz Date: Sat, 11 Feb 2006 17:32:28 +0000 (+0000) Subject: sharp-sdmmc-support: unbreak it if kernel is not yet built - close #679 X-Git-Tag: Release-2010-05/1~9453^2~2371^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93b28d1fb7d8de6bfc78a01108ea45c31718ab50;p=openembedded.git sharp-sdmmc-support: unbreak it if kernel is not yet built - close #679 taken from .oz354fam083 --- 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 " 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 \