mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
sanity.bbclass: fix typo in earlier commit
Commit fbe3d41eb0 left a trailing bracket which
cause an interpretation error
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -59,7 +59,7 @@ def check_sanity(e):
|
|||||||
conf_version = data.getVar('POKY_CONF_VERSION', e.data, True)
|
conf_version = data.getVar('POKY_CONF_VERSION', e.data, True)
|
||||||
|
|
||||||
if current_conf != conf_version:
|
if current_conf != conf_version:
|
||||||
messages = messages + "Poky has noticed your version of local.conf was generated from an older version of local.conf.sample and there have been updates made to this file. Please compare the two files and merge any changes before continuing.\nMatching the version numbers will remove this message.\n\"meld conf/local.conf conf/local.conf.sample\" is a good way to visualise the changes")
|
messages = messages + "Poky has noticed your version of local.conf was generated from an older version of local.conf.sample and there have been updates made to this file. Please compare the two files and merge any changes before continuing.\nMatching the version numbers will remove this message.\n\"meld conf/local.conf conf/local.conf.sample\" is a good way to visualise the changes"
|
||||||
|
|
||||||
assume_provided = data.getVar('ASSUME_PROVIDED', e.data , True).split()
|
assume_provided = data.getVar('ASSUME_PROVIDED', e.data , True).split()
|
||||||
# Check user doesn't have ASSUME_PROVIDED = instead of += in local.conf
|
# Check user doesn't have ASSUME_PROVIDED = instead of += in local.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user