diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-19 17:03:32 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-19 17:03:32 +0100 |
commit | 321d9695790d94c3882ab6b033ebf1d960791e70 (patch) | |
tree | 0f2bd119a2a4b05f23cc76da665622dcd09bf4fd | |
parent | 276aba6a10e713cc07c097c6334af7878fd0134d (diff) |
mplayer git: kill SRCPV, no SRCPV for git allowed yet
-rw-r--r-- | recipes/mplayer/mplayer_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mplayer/mplayer_git.bb b/recipes/mplayer/mplayer_git.bb index 984227bd7b..aa01cc7c20 100644 --- a/recipes/mplayer/mplayer_git.bb +++ b/recipes/mplayer/mplayer_git.bb @@ -41,7 +41,7 @@ ARM_INSTRUCTION_SET = "ARM" RCONFLICTS_${PN} = "mplayer-atty" RREPLACES_${PN} = "mplayer-atty" -PV = "0.0+1.0rc2+gitr${SRCPV}" +PV = "0.0+1.0rc2+gitr${SRCREV}" PR = "r15" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_om-gta02 = "1" |