[oe-commits] Martin Jansa : mplayer_git: use same SRC_URI for all, additional patch in glamo repo won't hurt as it' s enabled only in EXTRA_OECONF

git version control git at git.openembedded.org
Fri Mar 19 10:16:23 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 527c307f338932c3cadb3755ac813a147cb4f46b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=527c307f338932c3cadb3755ac813a147cb4f46b

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Mar 19 09:55:20 2010 +0100

mplayer_git: use same SRC_URI for all, additional patch in glamo repo won't hurt as it's enabled only in EXTRA_OECONF

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/mplayer/mplayer_git.bb |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/recipes/mplayer/mplayer_git.bb b/recipes/mplayer/mplayer_git.bb
index 8e206dc..c769610 100644
--- a/recipes/mplayer/mplayer_git.bb
+++ b/recipes/mplayer/mplayer_git.bb
@@ -7,15 +7,10 @@ DEPENDS = "live555 libdvdread libtheora virtual/libsdl ffmpeg xsp zlib libpng jp
 
 RDEPENDS = "mplayer-common"
 LICENSE = "GPL"
-SRC_URI = "git://repo.or.cz/mplayer.git;protocol=git;branch=master"
-SRC_URI_om-gta02 = "git://repo.or.cz/mplayer/glamo.git;protocol=git;branch=master \
+SRC_URI = "git://repo.or.cz/mplayer/glamo.git;protocol=git;branch=master \
    file://makefile-nostrip-svn.patch;patch=1 \
    "
 
-SRC_URI_append = " \
-	   file://makefile-nostrip-svn.patch;patch=1 \
-	   "
-
 SRC_URI_append_armv7a = " \
 		file://omapfb.patch;patch=1 \
 	   file://vo_omapfb.c \
@@ -28,8 +23,7 @@ SRC_URI_append_armv7a = " \
 # ie. for all armv4 machines.
 SRC_URI_append_collie = "file://disable-executable-stack-test.patch;patch=1"
 
-SRCREV_om-gta02 = "5b7a3c944e39b8dad17eeae2c3bdc038662f9352"
-SRCREV = "f4a1d6e36eb2e9a92894ea42276f9e1087c4bd57"
+SRCREV = "5b7a3c944e39b8dad17eeae2c3bdc038662f9352"
 
 PACKAGE_ARCH_collie = "collie"
 PACKAGE_ARCH_c7x0 = "c7x0"
@@ -43,7 +37,7 @@ RREPLACES_${PN} = "mplayer-atty"
 PV = "0.0+1.0rc4+gitr${SRCREV}"
 PR = "r0"
 DEFAULT_PREFERENCE = "-1"
-DEFAULT_PREFERENCE_om-gta02 = "2"
+DEFAULT_PREFERENCE_shr = "2"
 
 PARALLEL_MAKE = ""
 





More information about the Openembedded-commits mailing list