Skip to content

Commit

Permalink
aws-lc: upgrade version to 01ae5067a5ad942ed451a836164b2a98ebfca2ee (…
Browse files Browse the repository at this point in the history
…1.1.0++)

this commit solves this problem: aws/aws-lc#487
  • Loading branch information
Thomas Roos authored and thomas-roos committed Aug 4, 2022
1 parent 4bb82a9 commit 03d0b7a
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c91257e3cc0bd6026b93fb15aecf6f1c"
BRANCH ?= "main"

SRC_URI = "git://github.com/awslabs/aws-lc.git;protocol=https;branch=${BRANCH}"
SRCREV = "038628d24feab1c4fce75c9b6a47bfa99b7c5edc"
SRCREV = "01ae5067a5ad942ed451a836164b2a98ebfca2ee"

S = "${WORKDIR}/git"

Expand All @@ -37,7 +37,4 @@ FILES:${PN}-dev = "${libdir}/aws-lc/include/openssl/* \
${libdir}/aws-lc/lib/crypto/*"
FILES:${PN}-dbg = "/usr/src/debug/aws-lc/*"

BBCLASSEXTEND = "native nativesdk"

# -Werror will cause https://github.com/awslabs/aws-lc/issues/487
OECMAKE_C_FLAGS += "-Wno-array-parameter"
BBCLASSEXTEND = "native nativesdk"

0 comments on commit 03d0b7a

Please sign in to comment.