mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
googletests: Update SRC_URI to 9e71237 to move closer to lastest version
Picked https://github.com/google/googletest/commit/9e712372214d75bb30ec2847a44bf124d48096f3 as the latest Verified commit and move closer to the HEAD of googletests. Googletests does not make releases that often and some good to have features are missing. Signed-off-by: Willy Tu <wltu@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ PV = "1.11.0+git${SRCPV}"
|
||||
PROVIDES += "gmock gtest"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "e2239ee6043f73722e7aa812a459f54a28552929"
|
||||
SRCREV = "9e712372214d75bb30ec2847a44bf124d48096f3"
|
||||
SRC_URI = "git://github.com/google/googletest.git;branch=main;protocol=https"
|
||||
|
||||
inherit cmake
|
||||
@@ -26,5 +26,5 @@ do_configure:prepend() {
|
||||
# the scripts are already python3 compatible since https://github.com/google/googletest/commit/d404af0d987a9c38cafce82a7e26ec8468c88361 and other fixes like this
|
||||
# but since this oe-core change http://git.openembedded.org/openembedded-core/commit/?id=5f8f16b17f66966ae91aeabc23e97de5ecd17447
|
||||
# there isn't python in HOSTTOOLS so "env python" fails
|
||||
sed -i 's@^#!/usr/bin/env python$@#!/usr/bin/env python3@g' ${S}/googlemock/scripts/*py ${S}/googlemock/scripts/generator/*py ${S}/googlemock/scripts/generator/cpp/*py ${S}/googlemock/test/*py ${S}/googletest/scripts/*py ${S}/googletest/test/*py
|
||||
sed -i 's@^#!/usr/bin/env python$@#!/usr/bin/env python3@g' ${S}/googlemock/test/*py ${S}/googletest/test/*py
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user