From: Martin Jansa Date: Sat, 13 Jul 2013 16:57:54 +0000 (+0200) Subject: glog: add dependency on libunwind X-Git-Tag: rev_ivi_2015_02_04~2985 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=541e823e4802becb085680d0388d12fe5868180d;p=scm%2Fbb%2Ftizen-distro.git 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 (From meta-openembedded rev: 80805b2daa7b1f7bf161981121c296f80dc649eb) Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- diff --git a/meta-openembedded/meta-oe/recipes-support/glog/glog.inc b/meta-openembedded/meta-oe/recipes-support/glog/glog.inc index 97f3728..8a1fb42 100644 --- a/meta-openembedded/meta-oe/recipes-support/glog/glog.inc +++ b/meta-openembedded/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