summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/glog/glog_0.7.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/glog/glog_0.7.1.bb b/meta-oe/recipes-support/glog/glog_0.7.1.bb
index 570d9a7e5f..6a649325a0 100644
--- a/meta-oe/recipes-support/glog/glog_0.7.1.bb
+++ b/meta-oe/recipes-support/glog/glog_0.7.1.bb
@@ -12,7 +12,6 @@ SRC_URI = " \
12 12
13SRCREV = "7b134a5c82c0c0b5698bb6bf7a835b230c5638e4" 13SRCREV = "7b134a5c82c0c0b5698bb6bf7a835b230c5638e4"
14 14
15
16inherit cmake 15inherit cmake
17 16
18PACKAGECONFIG ?= "shared unwind 64bit-atomics" 17PACKAGECONFIG ?= "shared unwind 64bit-atomics"
@@ -39,3 +38,5 @@ do_configure:append() {
39} 38}
40 39
41FILES:${PN}-dev += "${datadir}/${BPN}/cmake" 40FILES:${PN}-dev += "${datadir}/${BPN}/cmake"
41
42BBCLASSEXTEND = "native"