All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Kelly <mkelly@xevo.com>
To: openembedded-devel <openembedded-devel@lists.openembedded.org>
Cc: Darren Hart <dvhart@vmware.com>
Subject: [meta-oe][PATCH v2] 03/17] open-vm-tools: add missing glib-2.0-native dependency
Date: Fri, 23 Jun 2017 15:48:34 -0700	[thread overview]
Message-ID: <c243ef1b3753a354b49debb6792e0aa7e1a6d6b9.1498257745.git.mkelly@xevo.com> (raw)
In-Reply-To: <cover.1498257745.git.mkelly@xevo.com>

glib-2.0-native is needed to find glib-genmarshal.

Signed-off-by: Martin Kelly <mkelly@xevo.com>
---
 meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb b/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb
index a68d48574..683f34eee 100644
--- a/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb
+++ b/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb
@@ -26,7 +26,7 @@ SRCREV = "538ea037a1549b6fd4e57529f7448a3fd2aa47af"
 
 S = "${WORKDIR}/git/open-vm-tools"
 
-DEPENDS = "virtual/kernel glib-2.0 util-linux libdnet procps libmspack"
+DEPENDS = "virtual/kernel glib-2.0 glib-2.0-native util-linux libdnet procps libmspack"
 RDEPENDS_${PN} = "util-linux libdnet kernel-module-vmhgfs"
 
 inherit module-base kernel-module-split autotools pkgconfig systemd
-- 
2.11.0



  parent reply	other threads:[~2017-06-23 23:23 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-23 22:47 [meta-oe][PATCH v2] 00/17] new recipe v2: open-vm-tools recipe Martin Kelly
2017-06-23 22:48 ` [meta-oe][PATCH v2] 01/17] add " Martin Kelly
2017-06-23 22:48 ` [meta-oe][PATCH v2] 02/17] open-vm-tools: add missing pkgconfig dependency Martin Kelly
2017-06-23 22:48 ` Martin Kelly [this message]
2017-06-23 22:48 ` [meta-oe][PATCH v2] 04/17] open-vm-tools: clarify and expand licensing Martin Kelly
2017-06-23 22:48 ` [meta-oe][PATCH v2] 05/17] open-vm-tools: base_contains --> bb.utils.contains Martin Kelly
2017-06-23 22:48 ` [meta-oe][PATCH v2] 06/17] open-vm-tools: update version to 10.1.5 Martin Kelly
2017-06-23 22:48 ` [meta-oe][PATCH v2] 07/17] open-vm-tools: don't use mspack Martin Kelly
2017-06-23 22:48 ` [meta-oe][PATCH v2] 08/17] open-vm-tools: don't use dnet-config Martin Kelly
2017-06-23 22:48 ` [meta-oe][PATCH v2] 09/17] open-vm-tools: add #include to fix build break Martin Kelly
2017-06-23 22:48 ` [meta-oe][PATCH v2] 10/17] open-vm-tools: add missing X11 dependencies Martin Kelly
2017-06-23 22:48 ` [meta-oe][PATCH v2] 11/17] open-vm-tools: remove kernel module logic Martin Kelly
2017-06-23 22:48 ` [meta-oe][PATCH v2] 12/17] open-vm-tools: line up configure options Martin Kelly
2017-06-23 22:48 ` [meta-oe][PATCH v2] 13/17] open-vm-tools: support FUSE Martin Kelly
2017-06-23 22:48 ` [meta-oe][PATCH v2] 14/17] open-vm-tools: scope build to only x86 Martin Kelly
2017-06-23 22:48 ` [meta-oe][PATCH v2] 15/17] open-vm-tools: style changes Martin Kelly
2017-06-23 22:48 ` [meta-oe][PATCH v2] 16/17] open-vm-tools: fix all hardcoded paths Martin Kelly
2017-06-23 22:48 ` [meta-oe][PATCH v2] 17/17] open-vm-tools: remove -Wno-error Martin Kelly
2017-06-27 22:24 ` [meta-oe][PATCH v2] 00/17] new recipe v2: open-vm-tools recipe Martin Kelly
2017-06-27 22:29   ` Martin Jansa
2017-06-27 22:35     ` Martin Kelly

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c243ef1b3753a354b49debb6792e0aa7e1a6d6b9.1498257745.git.mkelly@xevo.com \
    --to=mkelly@xevo.com \
    --cc=dvhart@vmware.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.