[oe-commits] org.oe.dev dsplink: remove KERNEL_VERSION from PV till we have a proper solution for it

koen commit oe at amethyst.openembedded.net
Tue May 27 11:33:01 UTC 2008


dsplink: remove KERNEL_VERSION from PV till we have a proper solution for it

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 29386705f3a6301420766c1b336e6c4f4fe46498
ViewMTN: http://monotone.openembedded.org/revision/info/29386705f3a6301420766c1b336e6c4f4fe46498
Files:
1
packages/dsplink/dsplink_1.50.bb
Diffs:

#
# mt diff -r98ba13dea1cdc8e492c5fb2000e0077ead78b1a4 -r29386705f3a6301420766c1b336e6c4f4fe46498
#
#
#
# patch "packages/dsplink/dsplink_1.50.bb"
#  from [c9f2f3cb46b337b9d4a9f8d8d7df914b45734115]
#    to [0bcdac3e65794497cd30b3f5e70e6132c3230732]
#
============================================================
--- packages/dsplink/dsplink_1.50.bb	c9f2f3cb46b337b9d4a9f8d8d7df914b45734115
+++ packages/dsplink/dsplink_1.50.bb	0bcdac3e65794497cd30b3f5e70e6132c3230732
@@ -3,10 +3,11 @@ RDEPENDS = "update-modules"
 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






More information about the Openembedded-commits mailing list