diff options
author | Koen Kooi <koen@openembedded.org> | 2008-05-27 11:28:11 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-05-27 11:28:11 +0000 |
commit | a36fb5d373f5ed26f7d651fc0ae5e45a9e020db8 (patch) | |
tree | 88adedf68ced20daaa986997ea3f8d8791f29ee3 | |
parent | cc24001571cc997f0a4c94543427907d9e243256 (diff) |
dsplink: remove KERNEL_VERSION from PV till we have a proper solution for it
-rw-r--r-- | packages/dsplink/dsplink_1.50.bb | 5 |
1 files 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 |