Skip to content

Commit

Permalink
amazon-kvs-webrtc-sdk: upgrade 1.10.2 -> 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos committed Oct 4, 2024
1 parent 691cd0e commit 76127c6
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ DEPENDS += "\

PROVIDES += "aws/amazon-kvs-webrtc-sdk"

BRANCH = "master"
BRANCH = "main"
SRC_URI = "\
git://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c.git;protocol=https;branch=${BRANCH} \
file://run-ptest \
file://ptest_result.py \
"

SRCREV = "4f1d3add4c0f88212fe6646898e5aba140ecbb3c"
SRCREV = "30f52d18e647747de1ec29ad6f6d3f62128f5494"

S = "${WORKDIR}/git"

Expand All @@ -44,10 +44,6 @@ PACKAGECONFIG[static] = "-DBUILD_SHARED_LIBS=OFF,-DBUILD_SHARED_LIBS=ON,"

do_configure[network] = "1"

do_install:append () {
install ${B}/libkvsWebRtcThreadpool.so ${D}${libdir}
}

FILES:${PN} += "\
${libdir} \
"
Expand Down

0 comments on commit 76127c6

Please sign in to comment.