Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mel: fix parse cache problem #468

Merged
merged 1 commit into from May 20, 2015
Merged

mel: fix parse cache problem #468

merged 1 commit into from May 20, 2015

Commits on May 19, 2015

  1. mel: fix parse cache problem

    The unnecessary immediate expansion of DATETIME_SECS was causing the timestamp
    in seconds to end up in the configuration metadata checksum. While we can add
    it to BB_HASHCONFIG_WHITELIST, we can just skip the immediate expansion
    instead, as the time savings should be miniscule.
    
    Signed-off-by: Christopher Larson <kergoth@gmail.com>
    kergoth committed May 19, 2015
    Copy the full SHA
    a6540d3 View commit details
    Browse the repository at this point in the history