macos: fix universal packaging
commit e76c83b2
recipes/devtools/ges: fix universal packaging
Directory lists only work when they are the only package wanting to
contain files there. If multiple recipes specify a directory in the
file list, the second is ignored which means that files are not copied
from the arch-speific directory to the final universal prefix.
Fixes package with macos universal
commit d1b13160
macos/universal: fix pkg-config packaging
When building for universal, the build-tools pkg-config is not
sufficient as it is not built for the universal archs. We need to build
our own version to distribute.
commit d5e58943
recipes/json-glib: update to 1.6.2
At least, fixes build with clang 11
cc @ylatuya