sharp-sdmmc-support: unbreak it if kernel is not yet built - close #679
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 11 Feb 2006 17:32:28 +0000 (17:32 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 11 Feb 2006 17:32:28 +0000 (17:32 +0000)
taken from .oz354fam083

packages/sharp-binary-only/sharp-sdmmc-support.bb

index d54402e..8d5cc70 100644 (file)
@@ -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 \