All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2] rwmem: Update to latest to Include <stdexcept> fix
@ 2020-01-01  0:55 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2020-01-01  0:55 UTC (permalink / raw)
  To: meta-ti; +Cc: Khem Raj

Fixes
rwmem/opts.cpp:87:15: error: 'invalid_argument' is not a member of 'std'
throw std::invalid_argument(string("Unrecognized option ") + argv[optind - 1]);
           ^~~~~~~~~~~~~~~~

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
v2: Just bump srcrev to include the fix which is now upstream

 recipes-bsp/rwmem/rwmem_1.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/rwmem/rwmem_1.2.bb b/recipes-bsp/rwmem/rwmem_1.2.bb
index 0545b0cc..43e75ce0 100644
--- a/recipes-bsp/rwmem/rwmem_1.2.bb
+++ b/recipes-bsp/rwmem/rwmem_1.2.bb
@@ -6,7 +6,7 @@ DEPENDS += "python3"
 
 PV .= "+git${SRCPV}"
 
-SRCREV_rwmem = "cc296c5366a35a4c4271cfa3cc9831f6f34bfd9d"
+SRCREV_rwmem = "3ec3e421211b58e766651c2e3a3a21acf14a1906"
 SRCREV_inih = "4b10c654051a86556dfdb634c891b6c3224c4109"
 SRCREV_pybind11 = "9a19306fbf30642ca331d0ec88e7da54a96860f9"
 
-- 
2.24.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-01  0:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-01  0:55 [PATCH V2] rwmem: Update to latest to Include <stdexcept> fix Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.