diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-30 11:27:24 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:07 -0700 |
| commit | 20e90414c224dd416f2540c96960b85606f1fa12 (patch) | |
| tree | 4ce086c5615e9e878b63cdee8f7232d35c146c67 /meta-oe/recipes-bsp | |
| parent | 5ea24c9cfb6aa7975d47d47299e3755b12abb680 (diff) | |
| download | meta-openembedded-20e90414c224dd416f2540c96960b85606f1fa12.tar.gz | |
cpufrequtils: 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')
| -rw-r--r-- | meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb b/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb index cb62ee46af..fbe9483740 100644 --- a/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb +++ b/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb | |||
| @@ -14,6 +14,9 @@ SRC_URI = "git://github.com/emagii/cpufrequtils.git;branch=master;protocol=https | |||
| 14 | file://0001-dont-unset-cflags.patch \ | 14 | file://0001-dont-unset-cflags.patch \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | # Upstream repo does not tag | ||
| 18 | UPSTREAM_CHECK_COMMITS = "1" | ||
| 19 | |||
| 17 | EXTRA_OEMAKE:append = " ${@['', 'NLS=false']['${USE_NLS}' == 'no']} " | 20 | EXTRA_OEMAKE:append = " ${@['', 'NLS=false']['${USE_NLS}' == 'no']} " |
| 18 | 21 | ||
| 19 | 22 | ||
