summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-test/googletest/googletest_1.14.0.bb8
1 files changed, 7 insertions, 1 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 8c75f936de..1b05f3d336 100644
--- a/meta-oe/recipes-test/googletest/googletest_1.14.0.bb
+++ b/meta-oe/recipes-test/googletest/googletest_1.14.0.bb
@@ -10,11 +10,17 @@ S = "${WORKDIR}/git"
10SRCREV = "f8d7d77c06936315286eb55f8de22cd23c188571" 10SRCREV = "f8d7d77c06936315286eb55f8de22cd23c188571"
11SRC_URI = "git://github.com/google/googletest.git;branch=main;protocol=https" 11SRC_URI = "git://github.com/google/googletest.git;branch=main;protocol=https"
12 12
13inherit cmake 13inherit cmake pkgconfig
14
15# allow for shared libraries, but do not default to them
16#
17PACKAGECONFIG[shared] = "-DBUILD_SHARED_LIBS=ON,-DBUILD_SHARED_LIBS=OFF,,"
18
14 19
15ALLOW_EMPTY:${PN} = "1" 20ALLOW_EMPTY:${PN} = "1"
16ALLOW_EMPTY:${PN}-dbg = "1" 21ALLOW_EMPTY:${PN}-dbg = "1"
17 22
23ALLOW_EMPTY:${PN}-staticdev = "1"
18RDEPENDS:${PN}-dev += "${PN}-staticdev" 24RDEPENDS:${PN}-dev += "${PN}-staticdev"
19 25
20BBCLASSEXTEND = "native nativesdk" 26BBCLASSEXTEND = "native nativesdk"