From: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
To: "poky@yoctoproject.org" <poky@yoctoproject.org>
Subject: [PATCH 1/1] cairo_1.10.2: Fix RDEPENDS to include glib-2.0
Date: Mon, 14 Mar 2011 16:26:56 -0700 [thread overview]
Message-ID: <4D7EA440.7030504@intel.com> (raw)
The autobuilder picked up cairo having a dependency on glib-2.0.
Added glib-2.0 to RDEPENDS.
Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
---
meta/recipes-graphics/cairo/cairo_1.10.2.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-graphics/cairo/cairo_1.10.2.bb b/meta/recipes-graphics/cairo/cairo_1.10.2.bb
index 572e1f6..1a98999 100644
--- a/meta/recipes-graphics/cairo/cairo_1.10.2.bb
+++ b/meta/recipes-graphics/cairo/cairo_1.10.2.bb
@@ -2,7 +2,7 @@ require cairo.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77"
-PR = "r0"
+PR = "r1"
SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz"
@@ -10,7 +10,7 @@ SRC_URI[md5sum] = "f101a9e88b783337b20b2e26dfd26d5f"
SRC_URI[sha256sum] = "32018c7998358eebc2ad578ff8d8559d34fc80252095f110a572ed23d989fc41"
RDEPENDS_${PN} += "libcairo2 libcairo-gobject2 libcairo-script-interpreter2 \
- cairo-perf-utils"
+ cairo-perf-utils glib-2.0"
ALLOW_EMPTY = "1"
--
1.7.1
reply other threads:[~2011-03-14 23:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4D7EA440.7030504@intel.com \
--to=elizabeth.flanagan@intel.com \
--cc=poky@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.