summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-test/googletest/googletest_1.14.0.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-test/googletest/googletest_1.14.0.bb b/meta-oe/recipes-test/googletest/googletest_1.14.0.bb
index 4c9d1e7092..6546845715 100644
--- a/meta-oe/recipes-test/googletest/googletest_1.14.0.bb
+++ b/meta-oe/recipes-test/googletest/googletest_1.14.0.bb
@@ -21,8 +21,10 @@ CXXFLAGS:append = " -fPIC"
21ALLOW_EMPTY:${PN} = "1" 21ALLOW_EMPTY:${PN} = "1"
22ALLOW_EMPTY:${PN}-dbg = "1" 22ALLOW_EMPTY:${PN}-dbg = "1"
23 23
24ALLOW_EMPTY:${PN}-staticdev = "1" 24# -staticdev will not be implicitly put into an SDK, so we add an rdepend
25RDEPENDS:${PN}-dev += "${PN}-staticdev" 25# if we are not building shared libraries
26#
27RDEPENDS:${PN}-dev += "${@bb.utils.contains("PACKAGECONFIG","shared","","${PN}-staticdev",d)}"
26 28
27BBCLASSEXTEND = "native nativesdk" 29BBCLASSEXTEND = "native nativesdk"
28 30