summaryrefslogtreecommitdiffstats
path: root/import-layers/meta-openembedded/meta-oe/recipes-test/gmock/gmock_1.7.0.bb
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-12-15 06:11:31 -0800
committerPatrick Williams <patrick@stwcx.xyz>2017-04-17 18:50:12 +0000
commit1ea3f66e8bd050e750b7298da96b1794c18c5cb0 (patch)
treec8c507ed090fff44460e919f8db552fb34f63953 /import-layers/meta-openembedded/meta-oe/recipes-test/gmock/gmock_1.7.0.bb
parentd4c38485c92b4f8425f0beee869d7a0eb6d940c8 (diff)
downloadtalos-openbmc-1ea3f66e8bd050e750b7298da96b1794c18c5cb0.tar.gz
talos-openbmc-1ea3f66e8bd050e750b7298da96b1794c18c5cb0.zip
gtest, gmock: update 1.7.0 -> 1.8.0
Starting from the 1.8.0 release, GoogleTest and GoogleMock are maintained in the same repository and released together. Update the gtest recipe to PROVIDE gmock (and drop the gmock recipe). Patches to add CMake install rules have been dropped (now supported upstream). https://github.com/google/googletest/commit/98d988deac06637364f6cd41c45c3db4a8a0b6bc https://github.com/google/googletest/commit/7c8ac4886a7ad513430d132c446a93c6d395345a Change-Id: I5de909fd9336f9683feb74e409c3716ec0aa2474 Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 1e2491d12520d767e0e5687a9b15819fe0b6ff27)
Diffstat (limited to 'import-layers/meta-openembedded/meta-oe/recipes-test/gmock/gmock_1.7.0.bb')
-rw-r--r--import-layers/meta-openembedded/meta-oe/recipes-test/gmock/gmock_1.7.0.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/import-layers/meta-openembedded/meta-oe/recipes-test/gmock/gmock_1.7.0.bb b/import-layers/meta-openembedded/meta-oe/recipes-test/gmock/gmock_1.7.0.bb
deleted file mode 100644
index a537f4c1a..000000000
--- a/import-layers/meta-openembedded/meta-oe/recipes-test/gmock/gmock_1.7.0.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "Google C++ Mocking Framework"
-SECTION = "libs"
-HOMEPAGE = "http://code.google.com/p/googlemock/"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=cbbd27594afd089daa160d3a16dd515a"
-
-SRC_URI = "\
- http://googlemock.googlecode.com/files/${BPN}-${PV}.zip \
- file://cmake-Add-install-command-for-libraries-and-headers.patch \
- file://cmake-gmock.pc.in-Add-pkg-config-support.patch \
-"
-
-SRC_URI[md5sum] = "073b984d8798ea1594f5e44d85b20d66"
-SRC_URI[sha256sum] = "26fcbb5925b74ad5fc8c26b0495dfc96353f4d553492eb97e85a8a6d2f43095b"
-
-inherit lib_package cmake
-
-ALLOW_EMPTY_${PN} = "1"
-ALLOW_EMPTY_${PN}-dbg = "1"
-
-RDEPENDS_${PN}-dev += "${PN}-staticdev"
-
-BBCLASSEXTEND = "native nativesdk"
OpenPOWER on IntegriCloud