summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhschang <chang@dev3>2015-02-24 07:01:38 (GMT)
committerhschang <chang@dev3>2015-02-24 07:08:13 (GMT)
commit2101caffa9e8c2d4bc52d07a20b22f64c3c5d0fc (patch)
tree326b837fe75536043bcaade0e878e7a85cfbed28
parent352b8f4e8f6ce873c3f33d33caa88f12b123a1ca (diff)
[dvbapp] fix SRC_URI
-rw-r--r--meta-openvuplus/recipes-vuplus/enigma2/enigma2.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-openvuplus/recipes-vuplus/enigma2/enigma2.bb b/meta-openvuplus/recipes-vuplus/enigma2/enigma2.bb
index 11298ca..71525f1 100644
--- a/meta-openvuplus/recipes-vuplus/enigma2/enigma2.bb
+++ b/meta-openvuplus/recipes-vuplus/enigma2/enigma2.bb
@@ -205,14 +205,13 @@ inherit gitpkgv pythonnative
####################################################
SRCDATE = "20121128"
PV = "experimental-git${SRCDATE}"
-BRANCH = "vuplus_experimental_oe30"
+BRANCH = "vuplus_experimental_gst10"
SRCREV = ""
####################################################
# enigma2_vuplus_mediaplayer.patch is for trick-play in media player
-#SRC_URI = "git://code.vuplus.com/git/dvbapp.git;protocol=http;branch=${BRANCH}
-SRC_URI = "git:///home/joseph/work2/work/enigma2;protocol=file;branch=${BRANCH} \
+SRC_URI = "git://code.vuplus.com/git/dvbapp.git;protocol=http;branch=${BRANCH};rev=${SRCREV} \
file://enigma2_vuplus_skin.patch \
file://enigma2_vuplus_mediaplayer.patch \
file://enigma2_vuplus_remove_dreambox_enigma.patch \