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.9.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.9.bb')
-rw-r--r-- | recipes/gnome-mplayer/gnome-mplayer_0.9.9.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/gnome-mplayer/gnome-mplayer_0.9.9.bb b/recipes/gnome-mplayer/gnome-mplayer_0.9.9.bb new file mode 100644 index 0000000000..556a9a3cb8 --- /dev/null +++ b/recipes/gnome-mplayer/gnome-mplayer_0.9.9.bb @@ -0,0 +1,9 @@ +require gnome-mplayer.inc + +SRC_URI += "file://default.patch;patch=1 \ +" + +SRC_URI[gnomemplayer.md5sum] = "335918da07a62941778444e126ae5ede" +SRC_URI[gnomemplayer.sha256sum] = "8180f8de085879280be4a6356ae70acd749f37eea48c943870d3caa145d2826d" + +PR = "${INC_PR}.0" |