From fb33307c044add0ef5c5cb0edf0c7a34e0e395b4 Mon Sep 17 00:00:00 2001 From: Bryan O'Donoghue Date: Fri, 4 Jun 2021 23:13:30 +0100 Subject: 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 --- recipes-support/fastrpc/fastrpc_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit