diff options
| author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-04-12 17:29:59 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-04-12 22:57:22 -0700 |
| commit | b069fb8442577f47524bb8d164be1a166e40479d (patch) | |
| tree | b4972bf93618e2bb4c2fdfda299d68fef64e80c6 | |
| parent | b1e4660b6e721febcd0d412b9b74f502f8992d29 (diff) | |
| download | meta-openembedded-b069fb8442577f47524bb8d164be1a166e40479d.tar.gz | |
nlohmann-fifo: use UPSTREAM_CHECK_COMMITS
Fixes:
$: devtool check-upgrade-status nlohmann-fifo
<...>
INFO: nlohmann-fifo 1.0.0 UNKNOWN_BROKEN None
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb b/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb index 326a4abfbe..a97eb53c1d 100644 --- a/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb +++ b/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb | |||
| @@ -10,6 +10,8 @@ PV = "1.0.0+git${SRCPV}" | |||
| 10 | 10 | ||
| 11 | SRCREV = "0dfbf5dacbb15a32c43f912a7e66a54aae39d0f9" | 11 | SRCREV = "0dfbf5dacbb15a32c43f912a7e66a54aae39d0f9" |
| 12 | 12 | ||
| 13 | UPSTREAM_CHECK_COMMITS = "1" | ||
| 14 | |||
| 13 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 14 | 16 | ||
| 15 | # nlohmann-fifo is a header only C++ library, so the main package will be empty. | 17 | # nlohmann-fifo is a header only C++ library, so the main package will be empty. |
