solo1 icon indicating copy to clipboard operation
solo1 copied to clipboard

Updated tinycbor submodule, to include Makefile fix

Open AlfioEmanueleFresta opened this issue 4 years ago • 2 comments

Previously, the tinycbor Makefile contained code which prevented it to be built in environments where file descriptor 9 was unavailable. I've encountered this error whilst trying to build solo as a Cargo crate, as a dependency of my own project (logs).

I've opened PR for tinycbor, fixing the issue with their Makefile, which was merged - https://github.com/intel/tinycbor/pull/210

This PR updates the tinycbor submodule version, to include the fix above.

AlfioEmanueleFresta avatar Oct 09 '21 09:10 AlfioEmanueleFresta

lgtm @conorpp

nickray avatar Oct 23 '21 13:10 nickray

@nickray, @conorpp, any chance this could be merged? I'd love to get rid of my fork (https://github.com/AlfioEmanueleFresta/xdg-credentials-portal/tree/master/solo).

AlfioEmanueleFresta avatar Oct 28 '23 14:10 AlfioEmanueleFresta