diff options
| -rw-r--r-- | meta-oe/recipes-test/gtest/gtest_1.8.0.bb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-oe/recipes-test/gtest/gtest_1.8.0.bb b/meta-oe/recipes-test/gtest/gtest_1.8.0.bb index 483dc1f2e9..48cf4e04b0 100644 --- a/meta-oe/recipes-test/gtest/gtest_1.8.0.bb +++ b/meta-oe/recipes-test/gtest/gtest_1.8.0.bb | |||
| @@ -7,16 +7,13 @@ LIC_FILES_CHKSUM = "file://googlemock/LICENSE;md5=cbbd27594afd089daa160d3a16dd51 | |||
| 7 | 7 | ||
| 8 | PROVIDES += "gmock" | 8 | PROVIDES += "gmock" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | SRCREV = "ec44c6c1675c25b9827aacd08c02433cccde7780" | ||
| 10 | SRC_URI = "\ | 12 | SRC_URI = "\ |
| 11 | https://github.com/google/googletest/archive/release-${PV}.tar.gz \ | 13 | git://github.com/google/googletest.git;protocol=https; \ |
| 12 | file://Add-pkg-config-support.patch \ | 14 | file://Add-pkg-config-support.patch \ |
| 13 | " | 15 | " |
| 14 | 16 | ||
| 15 | SRC_URI[md5sum] = "16877098823401d1bf2ed7891d7dce36" | ||
| 16 | SRC_URI[sha256sum] = "58a6f4277ca2bc8565222b3bbd58a177609e9c488e8a72649359ba51450db7d8" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/googletest-release-${PV}" | ||
| 19 | |||
| 20 | inherit cmake | 17 | inherit cmake |
| 21 | 18 | ||
| 22 | ALLOW_EMPTY_${PN} = "1" | 19 | ALLOW_EMPTY_${PN} = "1" |
