[oe-commits] [meta-openembedded] 36/36: glog: Add missing dependency

git at git.openembedded.org git at git.openembedded.org
Wed Aug 10 11:49:31 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 62cf4b67fe0454abe1e5f3f9c0133ece2aaa160c
Author: Ricardo Ribalda Delgado <ricardo.ribalda at gmail.com>
AuthorDate: Wed Aug 10 13:14:37 2016 +0200

    glog: Add missing dependency
    
    Fixes:
    
    WARNING: glog-0.3.3-r0 do_package_qa: QA Issue:
    /usr/lib/libglog.so.0.0.0 contained in package glog requires
    libgflags.so.2()(64bit), but no providers found in RDEPENDS_glog?
    [file-rdeps]
    
    Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/glog/glog.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/glog/glog.inc b/meta-oe/recipes-support/glog/glog.inc
index 8a1fb42..5039041 100644
--- a/meta-oe/recipes-support/glog/glog.inc
+++ b/meta-oe/recipes-support/glog/glog.inc
@@ -6,6 +6,6 @@ HOMEPAGE = "https://code.google.com/p/google-glog/"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=dc9db360e0bbd4e46672f3fd91dd6c4b"
 
-DEPENDS = "libunwind"
+DEPENDS = "libunwind gflags"
 
 inherit autotools pkgconfig

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list