diff options
author | 2021-02-03 13:19:06 -0600 | |
---|---|---|
committer | 2021-02-03 17:52:41 -0600 | |
commit | 4cfe9ee5bbfc9e4269112dcc091e890c4d5fe4c9 (patch) | |
tree | c285554c3407052ba4e84cbc71bdc487eba471dc /recipes-support/qrtr/qrtr_git.bb | |
parent | 94807b27336d92692bc3dca376d6b6a248b62622 (diff) | |
download | meta-qcom-4cfe9ee5bbfc9e4269112dcc091e890c4d5fe4c9.tar.gz meta-qcom-4cfe9ee5bbfc9e4269112dcc091e890c4d5fe4c9.tar.bz2 meta-qcom-4cfe9ee5bbfc9e4269112dcc091e890c4d5fe4c9.zip |
recipes-support: qrtr bump to 0.3+${SRCPV}
Changes,
9dc7a88 libqrtr: Zero-initialize sockaddr_qrtr
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
Diffstat (limited to 'recipes-support/qrtr/qrtr_git.bb')
-rw-r--r-- | recipes-support/qrtr/qrtr_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-support/qrtr/qrtr_git.bb b/recipes-support/qrtr/qrtr_git.bb index 9daf6ba..def23be 100644 --- a/recipes-support/qrtr/qrtr_git.bb +++ b/recipes-support/qrtr/qrtr_git.bb @@ -7,10 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=15329706fbfcb5fc5edcc1bc7c139da5" inherit systemd -SRCREV = "983b223423f3ec36f231455b6a93bc2a10921794" +SRCREV = "9dc7a88548c27983e06465d3fbba2ba27d4bc050" SRC_URI = "git://github.com/andersson/${BPN}.git;branch=master;protocol=https" -PV = "0.0+${SRCPV}" +PV = "0.3+${SRCPV}" S = "${WORKDIR}/git" |