aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-13 18:57:54 +0200
committerEric BĂ©nard <eric@eukrea.com>2013-08-22 09:51:26 +0200
commite2622e2cf3dd0ec2afbbd2353857b4f589f5c123 (patch)
tree53b1b44968aedcd143c36f66015c9dc4e072e3af /meta-oe
parentd484f63ec7604829b9fb376d74d4ca6d0b40ed26 (diff)
downloadmeta-openembedded-e2622e2cf3dd0ec2afbbd2353857b4f589f5c123.tar.gz
glog: add dependency on libunwind
* it's autodetected from sysroot and configure doesn't have parameter to explicitly disable it so PACKAGECONFIG won't work OOTB Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/glog/glog.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/glog/glog.inc b/meta-oe/recipes-support/glog/glog.inc
index 97f3728440..8a1fb4250b 100644
--- a/meta-oe/recipes-support/glog/glog.inc
+++ b/meta-oe/recipes-support/glog/glog.inc
@@ -6,4 +6,6 @@ HOMEPAGE = "https://code.google.com/p/google-glog/"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=dc9db360e0bbd4e46672f3fd91dd6c4b"
+DEPENDS = "libunwind"
+
inherit autotools pkgconfig