Chromium-X11 Fails Building on Rocko

Trying to build chromium-x11 on my Fedora 26 build machine fails at the gn-native stage as follows:

/home/user/oe-core_2.8/build/tmp-glibc/hosttools/ld: cannot find /usr/lib64/libatomic.so.1.2.0

This is a missing host library dependency issue which may be solved as follows:

sudo dnf install libatomic

Cool, with that chromium-x11-65.0.3325.181-r0 builds just fine now!