diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-06 09:11:49 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-06 09:11:49 +0200 |
commit | 594a5295448cfc2d97e9b1721efe57c3362635bf (patch) | |
tree | 544d3b15053164714cbb0d318a6e81675f4f30a3 /recipes/dsplink/gstreamer-ti_svn.bb | |
parent | 389043beaee17cd6bc90e5c8e7140fdab51c9ae8 (diff) |
omap3 boards: introduce MACHINE_KERNEL_PR, put it in conf/machine/include/omap3.inc
Diffstat (limited to 'recipes/dsplink/gstreamer-ti_svn.bb')
-rw-r--r-- | recipes/dsplink/gstreamer-ti_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/dsplink/gstreamer-ti_svn.bb b/recipes/dsplink/gstreamer-ti_svn.bb index ab705f3622..6944ad59b8 100644 --- a/recipes/dsplink/gstreamer-ti_svn.bb +++ b/recipes/dsplink/gstreamer-ti_svn.bb @@ -4,7 +4,7 @@ SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;proto= " SRCREV = "160" -PR = "r7" +PR = "${MACHINE_KERNEL_PR}" # Again, no '.' in PWD allowed :( PV = "0+svnr${SRCREV}" |