diff options
Diffstat (limited to 'meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb')
-rw-r--r-- | meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb b/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb index ad6a7501c5..c547b0532e 100644 --- a/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb +++ b/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb | |||
@@ -10,7 +10,9 @@ inherit pkgconfig | |||
10 | SRC_URI = "git://github.com/EionRobb/funyahoo-plusplus;branch=master;protocol=https" | 10 | SRC_URI = "git://github.com/EionRobb/funyahoo-plusplus;branch=master;protocol=https" |
11 | SRCREV = "fbbd9c591100aa00a0487738ec7b6acd3d924b3f" | 11 | SRCREV = "fbbd9c591100aa00a0487738ec7b6acd3d924b3f" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | # Upstream repo does not tag |
14 | UPSTREAM_CHECK_COMMITS = "1" | ||
15 | |||
14 | 16 | ||
15 | do_compile() { | 17 | do_compile() { |
16 | oe_runmake CC="${CC}" CXX="${CXX}" EXTRA_INCLUDES="${TARGET_CFLAGS}" AR="${AR}"; | 18 | oe_runmake CC="${CC}" CXX="${CXX}" EXTRA_INCLUDES="${TARGET_CFLAGS}" AR="${AR}"; |