diff options
author | 2021-06-04 23:13:30 +0100 | |
---|---|---|
committer | 2021-06-04 23:13:35 +0100 | |
commit | fb33307c044add0ef5c5cb0edf0c7a34e0e395b4 (patch) | |
tree | 8478146d6e1c3d448941e2be16342649d8eff1d9 | |
parent | 8b923cb97c5a3f9fc049443bcb1e80a61acddca7 (diff) | |
download | meta-qcom-fb33307c044add0ef5c5cb0edf0c7a34e0e395b4.tar.gz meta-qcom-fb33307c044add0ef5c5cb0edf0c7a34e0e395b4.tar.bz2 meta-qcom-fb33307c044add0ef5c5cb0edf0c7a34e0e395b4.zip |
fastrpc: Update to latest SRCREV for SDK headers
The tip-of-tree fastrpc has had an updated applied such that it is possible
when running `bitbake rpb-desktop-image -c populate_sdk` to now populate
fastrpc headers into the resulting x-compiler.
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
-rw-r--r-- | recipes-support/fastrpc/fastrpc_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/fastrpc/fastrpc_git.bb b/recipes-support/fastrpc/fastrpc_git.bb index 179d42b..0664277 100644 --- a/recipes-support/fastrpc/fastrpc_git.bb +++ b/recipes-support/fastrpc/fastrpc_git.bb @@ -5,7 +5,7 @@ SECTION = "devel" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://src/fastrpc_apps_user.c;beginline=1;endline=29;md5=f94f3a7beba14ae2f59f817e9634f891" -SRCREV = "bc36c705c9b057ca880a423021d3c19f02edeadd" +SRCREV = "5a8320c46df8c0dbefe71d97a8273f417e8721f3" SRC_URI = "\ git://git.linaro.org/landing-teams/working/qualcomm/fastrpc.git;branch=automake;protocol=https \ file://0001-apps_std_fopen_with_env-account-for-domain-kinds-whe.patch \ |