aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome-mplayer/gnome-mplayer_svn.bb
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2010-02-17 20:19:26 +0000
committerKoen Kooi <koen@openembedded.org>2010-02-18 15:26:23 +0100
commit2844d88537ed96bb0709a255e4ae4e082b15ae9f (patch)
tree474e9f7de2b58e21fc1f1d298df4c2fd7d8618e6 /recipes/gnome-mplayer/gnome-mplayer_svn.bb
parent7f50e793649782d95a29a193d1962e0138a00d2a (diff)
downloadopenembedded-2844d88537ed96bb0709a255e4ae4e082b15ae9f.tar.gz
gnome-mplayer: Add INC_PR support to recipes, add 0.9.9 and bump svn to latest SVN not the same checkin as the 0.9.9 release.
* Also mark SVN and def_pref=-1 so people default to the latest stable 0.9.9 as that is the same code as the old SVN recipe.
Diffstat (limited to 'recipes/gnome-mplayer/gnome-mplayer_svn.bb')
-rw-r--r--recipes/gnome-mplayer/gnome-mplayer_svn.bb10
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes/gnome-mplayer/gnome-mplayer_svn.bb b/recipes/gnome-mplayer/gnome-mplayer_svn.bb
index 5f8e9ec532..97ed70e896 100644
--- a/recipes/gnome-mplayer/gnome-mplayer_svn.bb
+++ b/recipes/gnome-mplayer/gnome-mplayer_svn.bb
@@ -1,12 +1,16 @@
require gnome-mplayer.inc
-SRCREV = "1634"
-PV = "0.9.8+svnr${SRCPV}"
-PR = "r1"
+SRCREV = "1652"
+PV = "0.9.9+svnr${SRCPV}"
+PR = "${INC_PR}.0"
S = "${WORKDIR}/trunk"
SRC_URI = "svn://gnome-mplayer.googlecode.com/svn/;module=trunk;proto=http \
+ file://default.patch;patch=1 \
"
+# Untested
+DEFAULT_PREFERENCE = "-1"
+
#hack, should use CXX to link:
LDFLAGS_append = " -lstdc++ "