diff options
Diffstat (limited to 'packages')
-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 |