glog: add dependency on libunwind
authorMartin Jansa <Martin.Jansa@gmail.com>
Sat, 13 Jul 2013 16:57:54 +0000 (18:57 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:31:43 +0000 (08:31 -0800)
* it's autodetected from sysroot and configure doesn't have parameter to explicitly
  disable it so PACKAGECONFIG won't work OOTB

(From meta-openembedded rev: 80805b2daa7b1f7bf161981121c296f80dc649eb)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-support/glog/glog.inc

index 97f3728..8a1fb42 100644 (file)
@@ -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