diff options
-rw-r--r-- | meta/recipes-core/glib-2.0/glib-2.0_2.66.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.66.7.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.66.7.bb index 882a89da7a..a2fa5345b4 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.66.7.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.66.7.bb | |||
@@ -31,7 +31,7 @@ def find_meson_cross_files(d): | |||
31 | if bb.data.inherits_class('native', d): | 31 | if bb.data.inherits_class('native', d): |
32 | return "" | 32 | return "" |
33 | 33 | ||
34 | thisdir = d.getVar("THISDIR") | 34 | thisdir = os.path.normpath(d.getVar("THISDIR")) |
35 | import collections | 35 | import collections |
36 | sitedata = siteinfo_data(d) | 36 | sitedata = siteinfo_data(d) |
37 | # filename -> found | 37 | # filename -> found |