diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2010-02-17 20:19:26 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-02-18 15:26:23 +0100 |
commit | 2844d88537ed96bb0709a255e4ae4e082b15ae9f (patch) | |
tree | 474e9f7de2b58e21fc1f1d298df4c2fd7d8618e6 /recipes/gnome-mplayer/gnome-mplayer_0.9.8.bb | |
parent | 7f50e793649782d95a29a193d1962e0138a00d2a (diff) |
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_0.9.8.bb')
-rw-r--r-- | recipes/gnome-mplayer/gnome-mplayer_0.9.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gnome-mplayer/gnome-mplayer_0.9.8.bb b/recipes/gnome-mplayer/gnome-mplayer_0.9.8.bb index 95b46176af..2ccb2ae949 100644 --- a/recipes/gnome-mplayer/gnome-mplayer_0.9.8.bb +++ b/recipes/gnome-mplayer/gnome-mplayer_0.9.8.bb @@ -4,4 +4,4 @@ SRC_URI += "file://gnome-mplayer-svn.diff;patch=1;pnum=0 \ file://default.patch;patch=1 \ " -PR = "r9" +PR = "${INC_PR}.0" |