diff options
author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-30 14:06:18 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:08 -0700 |
commit | 95feabdf71e33f4b9afb15619920ab343cc9a811 (patch) | |
tree | 82b7919cee8fd3d0bc1df8fbeb30f115529dc7ab | |
parent | e7a0337eeebd57b7788ac9f5f6cfc25dc6d855bb (diff) | |
download | meta-openembedded-95feabdf71e33f4b9afb15619920ab343cc9a811.tar.gz |
funyahoo-plusplus: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN status
When performing devtool check-upgrade-status, UNKNOWN_BROKEN status appears.
On the upstream source repository, releases are not identified by tags. So,
UPSTREAM_CHECK_COMMITS is set to 1, to find the latest upstream update.
Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb | 3 |
1 files changed, 3 insertions, 0 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..9337ae5966 100644 --- a/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb +++ b/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb | |||
@@ -10,6 +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 | # Upstream repo does not tag | ||
14 | UPSTREAM_CHECK_COMMITS = "1" | ||
15 | |||
13 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
14 | 17 | ||
15 | do_compile() { | 18 | do_compile() { |