Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aktualizr: fix build error 'uint8_t' does not name a type #100

Closed
wants to merge 1 commit into from

Conversation

DengkeDu
Copy link

My environment:
meta-updater: master branch [c10f9f]
yocto poky: master branch [303421]
ARCH: arm64

When I take :
bitbake aktualizr

Output error said :
uint8_t does not name a type

Add the header file cstdint to asn1-cer.h to fix it.

My environment:
meta-updater: master branch [c10f9f]
yocto poky: master branch [303421]
ARCH: arm64

When I take :
    bitbake aktualizr

Output error said :
    uint8_t does not name a type

Add the header file cstdint to asn1-cer.h to fix it.

Signed-off-by: dudengke <[email protected]>
@pattivacek
Copy link
Collaborator

CI is failing due to the formatter. It's quite minor, just capitalization:

+#include <cstdint>
 #include <stdexcept>
 #include <string>
-#include <cstdint>

The shellchecker also failed, but not because of your change, so we can ignore that for the moment.

@pattivacek
Copy link
Collaborator

I've made a PR with the shellcheck fix here: #101. No need to worry about that here, but please do fix the formatting complaint relevant to this PR.

@DengkeDu
Copy link
Author

Ok, thanks, i will send V2.

@DengkeDu DengkeDu closed this Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants