diff options
author | 2018-09-11 12:19:38 +0200 | |
---|---|---|
committer | 2018-09-11 13:08:52 +0200 | |
commit | eb17044a7c16a6b1ae49bd279dea765f42009889 (patch) | |
tree | 11e1574b52471ba9a9c064d769791fd1dd483e9b /recipes-support/qrtr/qrtr_git.bb | |
parent | d4c53ccf1ece52290f22fd60b73131d553da516b (diff) | |
download | meta-qcom-eb17044a7c16a6b1ae49bd279dea765f42009889.tar.gz meta-qcom-eb17044a7c16a6b1ae49bd279dea765f42009889.tar.bz2 meta-qcom-eb17044a7c16a6b1ae49bd279dea765f42009889.zip |
qrtr: new upstream changes
Arun Kumar Neelakantam (1):
libqrtr : Add support for signed one byte enum.
Ben Chan (4):
lookup: fix service name for service type 17
libqrtr: add extern "C" guard in libqrtr.h
qrtr-ns: initialize waiter_ticket struct in waiter_wait_timeout()
qmi: pass `const struct qrtr_packet' to qmi_decode_header()
Bjorn Andersson (2):
qrtr-lookup: Add description of service 52
libqrtr: Correct "instance" composition
Eric Caruso (8):
qmi: remove unused include
ns: alphabetize includes
lookup: alphabetize includes
cfg, lookup, ns: avoid using __progname
cfg, ns: factor out qrtr_set_address function
Unify logging into one function
logging: add use_syslog to qlog_setup
ns: add -s option for logging to syslog
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
(cherry picked from commit 37deeac35bfede5aad3a77bc4ce696c4150aa32f)
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 9920de5..e5e7463 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 = "7d9a2e7df9cf901ec28b372185eabf93ec2e11be" +SRCREV = "a1694a1c938fdcd047553841370ebe2cd7384299" SRC_URI = "git://github.com/andersson/${BPN}.git;branch=master;protocol=https" SRC_URI += "file://qrtr.service" |