[oe] [meta-oe][PATCH] glog: Add missing dependency

Martin Jansa martin.jansa at gmail.com
Wed Aug 10 19:59:20 UTC 2016


Which layer provides gflags?

You'll probably need to add PACKAGECONFIG for it and let it disabled by
default, because there isn't gflags in meta-oe.

On Wed, Aug 10, 2016 at 1:14 PM, Ricardo Ribalda Delgado <
ricardo.ribalda at gmail.com> wrote:

> 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>
> ---
>  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 8a1fb4250bbb..503904164312 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
> --
> 2.8.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list