diff options
Diffstat (limited to 'meta-oe/recipes-support/pidgin/icyque_git.bb')
-rw-r--r-- | meta-oe/recipes-support/pidgin/icyque_git.bb | 4 |
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 | |||
12 | SRC_URI = "git://github.com/EionRobb/icyque;branch=master;protocol=https" | 12 | SRC_URI = "git://github.com/EionRobb/icyque;branch=master;protocol=https" |
13 | SRCREV = "513fc162d5d1a201c2b044e2b42941436d1069d5" | 13 | SRCREV = "513fc162d5d1a201c2b044e2b42941436d1069d5" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | # Upstream repo does not tag |
16 | UPSTREAM_CHECK_COMMITS = "1" | ||
17 | |||
16 | 18 | ||
17 | do_compile() { | 19 | do_compile() { |
18 | oe_runmake; | 20 | oe_runmake; |