diff options
author | 2020-05-21 09:44:03 -0500 | |
---|---|---|
committer | 2020-05-21 09:52:58 -0500 | |
commit | 1ec0bab22d3d9744eed659d6200a375f388b7666 (patch) | |
tree | 5ec40c3b791bcd6064bb1b00b2be0791f7f186de | |
parent | 012835c99bd0f9a5063398d0d60fb2a0f95b338b (diff) | |
download | meta-qcom-1ec0bab22d3d9744eed659d6200a375f388b7666.tar.gz meta-qcom-1ec0bab22d3d9744eed659d6200a375f388b7666.tar.bz2 meta-qcom-1ec0bab22d3d9744eed659d6200a375f388b7666.zip |
recipes-support: pd-mapper bump to rev ab5074f
Changes,
ab5074f pd-mapper: Use remoteproc firmware to find jsons
9543190 pd-mapper: Introduce associative array implementation
afce7e2 fixup! json: Introduce JSON parser
1048a84 pd-mapper: Load JSON files
48d5389 json: Introduce JSON parser
0dd6ca7 ANDROID: Add Android.bp makefile
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
-rw-r--r-- | recipes-support/pd-mapper/pd-mapper_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/pd-mapper/pd-mapper_git.bb b/recipes-support/pd-mapper/pd-mapper_git.bb index 2d24786..e915f9f 100644 --- a/recipes-support/pd-mapper/pd-mapper_git.bb +++ b/recipes-support/pd-mapper/pd-mapper_git.bb @@ -9,7 +9,7 @@ DEPENDS = "qrtr" inherit systemd -SRCREV = "4236829a625ba5e90e689bc3d07e5ad15bca9733" +SRCREV = "ab5074fdd5e4130578aa4c99b00d44527a79636f" SRC_URI = "git://github.com/andersson/${BPN}.git;branch=master;protocol=https" PV = "0.0+${SRCPV}" |