gtest, gmock: allow building gtest-native and gmock-native

Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Pascal Bach 2016-04-14 12:29:28 +02:00 committed by Armin Kuster
parent 19284f3c09
commit 146c382fad
2 changed files with 2 additions and 2 deletions

View File

@ -20,4 +20,4 @@ ALLOW_EMPTY_${PN}-dbg = "1"
RDEPENDS_${PN}-dev += "${PN}-staticdev"
BBCLASSEXTEND = "nativesdk"
BBCLASSEXTEND = "native nativesdk"

View File

@ -20,4 +20,4 @@ ALLOW_EMPTY_${PN}-dbg = "1"
RDEPENDS_${PN}-dev += "${PN}-staticdev"
BBCLASSEXTEND = "nativesdk"
BBCLASSEXTEND = "native nativesdk"