From c009c20ef2c4217921a439909c2a350097262c2f Mon Sep 17 00:00:00 2001 From: Chee Yang Lee Date: Fri, 18 Mar 2022 17:50:11 +0800 Subject: go: update to 1.16.15 go1.16.15 (released 2022-03-03) includes a security fix to the regexp/syntax package, as well as bug fixes to the compiler, runtime, the go command, and to the net package. See the Go 1.16.15 milestone on our issue tracker for detai ls. (From OE-Core rev: 3462c7680137a9ef5f683161d39caf19f87a932a) Signed-off-by: Chee Yang Lee Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- meta/recipes-devtools/go/go-runtime_1.16.15.bb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta/recipes-devtools/go/go-runtime_1.16.15.bb (limited to 'meta/recipes-devtools/go/go-runtime_1.16.15.bb') diff --git a/meta/recipes-devtools/go/go-runtime_1.16.15.bb b/meta/recipes-devtools/go/go-runtime_1.16.15.bb new file mode 100644 index 0000000000..63464a1501 --- /dev/null +++ b/meta/recipes-devtools/go/go-runtime_1.16.15.bb @@ -0,0 +1,3 @@ +require go-${PV}.inc +require go-runtime.inc + -- cgit v1.2.3-54-g00ecf