From: Rene Wagner Date: Sun, 21 May 2006 13:40:19 +0000 (+0200) Subject: handhelds-pxa: set KERNEL_PRESERVE_HH_MINOR_VER for -hh41.1 to fix module dependency... X-Git-Tag: familiar-v0.8.4-rc3~74 X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=cea2f5d402a88461503b9cf87849d40ddf4fe814;p=familiar-h63xx-build.git handhelds-pxa: set KERNEL_PRESERVE_HH_MINOR_VER for -hh41.1 to fix module dependency extraction. Signed-off-by: Rene Wagner --- diff --git a/org.handhelds.familiar/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.1.bb b/org.handhelds.familiar/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.1.bb index b360ac3..4709b07 100644 --- a/org.handhelds.familiar/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.1.bb +++ b/org.handhelds.familiar/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.1.bb @@ -2,7 +2,7 @@ SECTION = "kernel" DESCRIPTION = "handhelds.org Linux kernel for PXA25x based devices." MAINTAINER = "Phil Blundell " LICENSE = "GPL" -PR = "r0" +PR = "r1" KERNEL_CCSUFFIX = "-3.3.4" @@ -19,6 +19,8 @@ SRC_URI = "${HANDHELDS_CVS};module=linux/kernel;tag=${@'K' + bb.data.getVar('PV' S = "${WORKDIR}/kernel" +KERNEL_PRESERVE_HH_MINOR_VER = "1" + inherit kernel update-rc.d K_MAJOR = "${@bb.data.getVar('PV',d,1).split('-')[0].split('.')[0]}"