mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
utility-tasks.bbclass: miscellaneous fix
Fix parse error with packages such as spectrum-fw whose name has no version string. Later we may have per-recipe option to disable automatic check for those known with troubles, to reduce complexity in this part. Signed-off-by Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
ea3cfbaf26
commit
218e441dd5
@@ -329,7 +329,7 @@ RECIPE_COMMENTS_pn-tinylogin = "merged into busybox"
|
||||
|
||||
RECIPE_STATUS_pn-spectrum-fw = "green" # need upgrade
|
||||
DEPENDENCY_CHECK_pn-spectrum-fw = "not done"
|
||||
RECIPE_LATEST_VERSION_pn-spectrum-fw = "1"
|
||||
RECIPE_LATEST_VERSION_pn-spectrum-fw = "1.0"
|
||||
RECIPE_INTEL_SECTION_pn-spectrum-fw = "base utils"
|
||||
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-spectrum-fw = "n/a"
|
||||
RECIPE_LATEST_RELEASE_DATE_pn-spectrum-fw = "n/a"
|
||||
|
||||
Reference in New Issue
Block a user