]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/recipeutils: Ensure order of data store doesn't influence the result
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Jul 2015 13:11:16 +0000 (14:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jul 2015 21:53:18 +0000 (22:53 +0100)
commitd47c496aa058f5b18d03a68bcd79e5c8607de34f
treef8f6dd548c78d931f1d0f0e454abd0eccddc0b95
parent18cc6d2ec4dc289bb0333dddc96df5a645ea53d0
lib/oe/recipeutils: Ensure order of data store doesn't influence the result

The order of the keys from the data store is not prescribed. If
target_datadir comes before datadir the selftests fail since the 'wrong'
variable is used for substitutions. This highlights an issue with the
replace_dir_vars() function. Fix this.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/recipeutils.py