diff options
author | 2020-12-04 12:13:25 -0600 | |
---|---|---|
committer | 2020-12-04 12:15:21 -0600 | |
commit | bce2fc5ba56c176771abadccdad47e1c321b166c (patch) | |
tree | 6f0e982a20d7d126dc7135013c9ad39a2eb478d6 /recipes-support/qrtr/qrtr_git.bb | |
parent | 4f724dc16c25405b80eccacac99443ed8bad85c5 (diff) | |
download | meta-qcom-bce2fc5ba56c176771abadccdad47e1c321b166c.tar.gz meta-qcom-bce2fc5ba56c176771abadccdad47e1c321b166c.tar.bz2 meta-qcom-bce2fc5ba56c176771abadccdad47e1c321b166c.zip |
recipes-support: qrtr bump to rev 983b223
Changes,
983b223 lookup: Add TFTP to known services list
cb1a647 qrtr-lookup: Add DPM service name
47e48a8 Android: Disable "treat warnings as errors".
33bf949 Clang: fix for arithmetic disallowed on void pointers
fef484b libqrtr: Use size_t for offsets
2ed52a3 qrtr-ns.service: do not install as executable
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/qrtr/qrtr_git.bb b/recipes-support/qrtr/qrtr_git.bb index 51c342b..9daf6ba 100644 --- a/recipes-support/qrtr/qrtr_git.bb +++ b/recipes-support/qrtr/qrtr_git.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=15329706fbfcb5fc5edcc1bc7c139da5" inherit systemd -SRCREV = "7bd5cf302437755b0d741c9dc1805395a9654597" +SRCREV = "983b223423f3ec36f231455b6a93bc2a10921794" SRC_URI = "git://github.com/andersson/${BPN}.git;branch=master;protocol=https" PV = "0.0+${SRCPV}" |