summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb b/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb
index eacd4abc0a..277d12057a 100644
--- a/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb
+++ b/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb
@@ -8,10 +8,10 @@ DEPENDS = "pidgin json-glib glib-2.0 zlib"
8inherit pkgconfig 8inherit pkgconfig
9 9
10SRC_URI = "git://github.com/EionRobb/skype4pidgin;branch=master;protocol=git" 10SRC_URI = "git://github.com/EionRobb/skype4pidgin;branch=master;protocol=git"
11SRCREV = "77f94b55bfb8b0dbc7fafa7461057d33b6802236" 11SRCREV = "b226d1c457d73900ae89b8a7469247fbe33677a6"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14PV = "1.6+git${SRCPV}" 14PV = "1.7+git${SRCPV}"
15 15
16do_compile() { 16do_compile() {
17 oe_runmake -C skypeweb; 17 oe_runmake -C skypeweb;