[Bug 791670] New: Meson: Fix environment when cross building

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Dec 16 02:36:19 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=791670

            Bug ID: 791670
           Summary: Meson: Fix environment when cross building
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: cerbero
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: xclaesse at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

When cross building with meson, the env must contain the host toolchain and the
target tool chain must be written in a config file.

Currently cerbero always set the target toolchain in env so build.py has an
ugly hack that unset CC and CXX variables when cross building.

A proper fix is probably to load both envs in config.py and switch env
depending on the recipe being built.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list