All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Patterson <cjp256@gmail.com>
To: meta-virtualization@yoctoproject.org
Subject: [PATCH v2 2/5] xen: empty out rdepends for xen-dev to lose QA warning
Date: Tue, 22 Dec 2015 14:02:25 -0500	[thread overview]
Message-ID: <1450810948-17131-2-git-send-email-cjp256@gmail.com> (raw)
In-Reply-To: <1450810948-17131-1-git-send-email-cjp256@gmail.com>

It appears that it defaults to rdepend on xen, causing a QA error:
  WARNING: QA Issue: xen-dev rdepends on xen,
  but it isn't a build dependency? [build-deps]

Signed-off-by: Chris Patterson <cjp256@gmail.com>
---
 recipes-extended/xen/xen.inc |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 00f1823..d1f5a1b 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -78,6 +78,8 @@ RDEPENDS_${PN}-base = "\
     ${PN}-xl \
     "
 
+RDEPENDS_${PN}-dev = ""
+
 RRECOMMENDS_${PN}-base = " \
     ${PN}-libblktap \
     ${PN}-flask \
-- 
1.7.10.4



  reply	other threads:[~2015-12-22 19:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-22 19:02 [PATCH v2 1/5] seabios: uprev to 1.9.0 Chris Patterson
2015-12-22 19:02 ` Chris Patterson [this message]
2015-12-26  3:54   ` [PATCH v2 2/5] xen: empty out rdepends for xen-dev to lose QA warning Bruce Ashfield
2015-12-22 19:02 ` [PATCH v2 3/5] xen: add support for files added with Xen 4.6 Chris Patterson
2015-12-22 19:02 ` [PATCH v2 4/5] xen: drop unnecessary variable modifications Chris Patterson
2015-12-22 19:02 ` [PATCH v2 5/5] xen: uprev to 4.6.0 Chris Patterson
2015-12-22 23:08 ` [PATCH v2 1/5] seabios: uprev to 1.9.0 Doug Goldstein
2016-01-01 15:41   ` Chris Patterson

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=1450810948-17131-2-git-send-email-cjp256@gmail.com \
    --to=cjp256@gmail.com \
    --cc=meta-virtualization@yoctoproject.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.