summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pidgin/icyque_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/pidgin/icyque_git.bb')
-rw-r--r--meta-oe/recipes-support/pidgin/icyque_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/pidgin/icyque_git.bb b/meta-oe/recipes-support/pidgin/icyque_git.bb
index ed58c4a76f..e8b4a3c2c3 100644
--- a/meta-oe/recipes-support/pidgin/icyque_git.bb
+++ b/meta-oe/recipes-support/pidgin/icyque_git.bb
@@ -12,7 +12,9 @@ inherit pkgconfig
12SRC_URI = "git://github.com/EionRobb/icyque;branch=master;protocol=https" 12SRC_URI = "git://github.com/EionRobb/icyque;branch=master;protocol=https"
13SRCREV = "513fc162d5d1a201c2b044e2b42941436d1069d5" 13SRCREV = "513fc162d5d1a201c2b044e2b42941436d1069d5"
14 14
15S = "${WORKDIR}/git" 15# Upstream repo does not tag
16UPSTREAM_CHECK_COMMITS = "1"
17
16 18
17do_compile() { 19do_compile() {
18 oe_runmake; 20 oe_runmake;