[oe-commits] [meta-openembedded] 05/07: gtest, gmock: allow building gtest-native and gmock-native

git at git.openembedded.org git at git.openembedded.org
Thu Apr 21 19:34:27 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 0683c455e0c985306437b1da4205a371da92a9c0
Author: Pascal Bach <pascal.bach at siemens.com>
AuthorDate: Thu Apr 14 12:29:28 2016 +0200

    gtest, gmock: allow building gtest-native and gmock-native
    
    Signed-off-by: Pascal Bach <pascal.bach at siemens.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-test/gmock/gmock_1.7.0.bb | 2 +-
 meta-oe/recipes-test/gtest/gtest_1.7.0.bb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-test/gmock/gmock_1.7.0.bb b/meta-oe/recipes-test/gmock/gmock_1.7.0.bb
index bd5cf4e..a537f4c 100644
--- a/meta-oe/recipes-test/gmock/gmock_1.7.0.bb
+++ b/meta-oe/recipes-test/gmock/gmock_1.7.0.bb
@@ -20,4 +20,4 @@ ALLOW_EMPTY_${PN}-dbg = "1"
 
 RDEPENDS_${PN}-dev += "${PN}-staticdev"
 
-BBCLASSEXTEND = "nativesdk"
+BBCLASSEXTEND = "native nativesdk"
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 9f148d5..edeeab6 100644
--- a/meta-oe/recipes-test/gtest/gtest_1.7.0.bb
+++ b/meta-oe/recipes-test/gtest/gtest_1.7.0.bb
@@ -20,4 +20,4 @@ ALLOW_EMPTY_${PN}-dbg = "1"
 
 RDEPENDS_${PN}-dev += "${PN}-staticdev"
 
-BBCLASSEXTEND = "nativesdk"
+BBCLASSEXTEND = "native nativesdk"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list