diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-30 11:56:22 +0200 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:08 -0700 | 
| commit | 16688b0f565badadace8732840f0ff01718cc87c (patch) | |
| tree | 9bdb7ef9179a3d29d61426417d183aa1714c3025 | |
| parent | 1a87fb3ef0a4f7d7997c5e7f6dbd5ae056673a48 (diff) | |
| download | meta-openembedded-16688b0f565badadace8732840f0ff01718cc87c.tar.gz | |
fb-test: 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-test/fbtest/fb-test_1.1.0.bb | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb b/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb index 6082ea2574..b19bba0156 100644 --- a/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb +++ b/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb  | |||
| @@ -6,6 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | |||
| 6 | SRCREV = "063ec650960c2d79ac51f5c5f026cb05343a33e2" | 6 | SRCREV = "063ec650960c2d79ac51f5c5f026cb05343a33e2" | 
| 7 | SRC_URI = "git://github.com//ponty/fb-test-app.git;branch=master;protocol=https" | 7 | SRC_URI = "git://github.com//ponty/fb-test-app.git;branch=master;protocol=https" | 
| 8 | 8 | ||
| 9 | # Upstream repo does not tag | ||
| 10 | UPSTREAM_CHECK_COMMITS = "1" | ||
| 11 | |||
| 9 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" | 
| 10 | 13 | ||
| 11 | do_install() { | 14 | do_install() { | 
