diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-30 11:18:56 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:07 -0700 |
| commit | 5ea24c9cfb6aa7975d47d47299e3755b12abb680 (patch) | |
| tree | b8e31f2f1242bcf4d47488ad15ff4be5012d54de /meta-oe/recipes-bsp/con2fbmap | |
| parent | 322ff9a1be3bc113a7497e530967717e576c5930 (diff) | |
| download | meta-openembedded-5ea24c9cfb6aa7975d47d47299e3755b12abb680.tar.gz | |
con2fbmap: 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>
Diffstat (limited to 'meta-oe/recipes-bsp/con2fbmap')
| -rw-r--r-- | meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb b/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb index 302a61e8a8..b623d0525a 100644 --- a/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb +++ b/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb | |||
| @@ -13,6 +13,9 @@ SRC_URI = "git://gitlab.com/pibox/con2fbmap.git;protocol=https;branch=master \ | |||
| 13 | file://0001-con2fbmap-Add-missing-include-on-string.h.patch \ | 13 | file://0001-con2fbmap-Add-missing-include-on-string.h.patch \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | # Upstream repo does not tag | ||
| 17 | UPSTREAM_CHECK_COMMITS = "1" | ||
| 18 | |||
| 16 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 17 | 20 | ||
| 18 | inherit autotools | 21 | inherit autotools |
