| Message ID | f64194a3-9050-eb01-9f41-64b20b33019e@crashcourse.ca |
|---|---|
| State | New |
| Headers | show |
| Series | YP Quick Build: delete extraneous periods in list | expand |
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index 7fbf92098..b4deed646 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst @@ -63,8 +63,8 @@ following requirements: - Git &MIN_GIT_VERSION; or greater - tar &MIN_TAR_VERSION; or greater - - Python &MIN_PYTHON_VERSION; or greater. - - gcc &MIN_GCC_VERSION; or greater. + - Python &MIN_PYTHON_VERSION; or greater + - gcc &MIN_GCC_VERSION; or greater - GNU make &MIN_MAKE_VERSION; or greater If your build host does not satisfy all of the above version
Delete inconsistent periods in software versions list so it doesn't look weird. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---