From a36fb5d373f5ed26f7d651fc0ae5e45a9e020db8 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 27 May 2008 11:28:11 +0000 Subject: [PATCH] dsplink: remove KERNEL_VERSION from PV till we have a proper solution for it --- packages/dsplink/dsplink_1.50.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/dsplink/dsplink_1.50.bb b/packages/dsplink/dsplink_1.50.bb index 9bc4c48223..7aa24578e9 100644 --- a/packages/dsplink/dsplink_1.50.bb +++ b/packages/dsplink/dsplink_1.50.bb @@ -3,10 +3,11 @@ DESCRIPTION = "DSP Link for TI ARM/DSP processors" DEPENDS = "virtual/kernel perl-native" RDEPENDS = "update-modules" -inherit module-base +inherit module PR = "r0" -PV = "1.50+kernel${KERNEL_VERSION}" +PE = "1" +PV = "1.50" # Get dsplink tarball from TI website, place in sources and calculate # md5sum -- 2.39.5