[oe-commits] Martin Jansa : glog: add dependency on libunwind

git at git.openembedded.org git at git.openembedded.org
Wed Jul 24 12:26:34 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 80805b2daa7b1f7bf161981121c296f80dc649eb
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=80805b2daa7b1f7bf161981121c296f80dc649eb

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Jul 13 18:57:54 2013 +0200

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 at gmail.com>

---

 meta-oe/recipes-support/glog/glog.inc |    2 ++
 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 97f3728..8a1fb42 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



More information about the Openembedded-commits mailing list