aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/gtest/gtest_1.7.0.bb
diff options
context:
space:
mode:
authorFrederico Cadete <frederico.cadete@awtce.be>2016-06-22 17:29:35 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-06-23 15:21:27 +0200
commit377d67aa7cb902d4a512c3489482fb876b1ec4cd (patch)
treec4df3cc53dc296af8c07206ee6e95906fbaf19b0 /meta-oe/recipes-test/gtest/gtest_1.7.0.bb
parent5cdb839fa676ccc738c749e9f4c7679080ee9f2d (diff)
downloadmeta-openembedded-contrib-377d67aa7cb902d4a512c3489482fb876b1ec4cd.tar.gz
gtest: fix installation in multilib
The installation and pkgconfig patches have to be reworked to consider the install directories from OE. Signed-off-by: Frederico Cadete <frederico.cadete@awtce.be> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-test/gtest/gtest_1.7.0.bb')
-rw-r--r--meta-oe/recipes-test/gtest/gtest_1.7.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-test/gtest/gtest_1.7.0.bb b/meta-oe/recipes-test/gtest/gtest_1.7.0.bb
index edeeab692a..5bacf6c803 100644
--- a/meta-oe/recipes-test/gtest/gtest_1.7.0.bb
+++ b/meta-oe/recipes-test/gtest/gtest_1.7.0.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=cbbd27594afd089daa160d3a16dd515a"
SRC_URI = "\
http://googletest.googlecode.com/files/${BPN}-${PV}.zip \
- file://cmake-Add-install-command-for-libraries-and-headers.patch \
- file://CMakeLists-gtest.pc.in-Add-pkg-config-support-to-gte.patch \
+ file://0001-Add-install-command-for-libraries-and-headers.patch \
+ file://0002-CMakeLists-gtest.pc.in-Add-pkg-config-support-to-gte.patch \
"
SRC_URI[md5sum] = "2d6ec8ccdf5c46b05ba54a9fd1d130d7"