All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] cairo_1.10.2: Fix RDEPENDS to include glib-2.0
@ 2011-03-14 23:26 Elizabeth Flanagan
  0 siblings, 0 replies; only message in thread
From: Elizabeth Flanagan @ 2011-03-14 23:26 UTC (permalink / raw)
  To: poky@yoctoproject.org


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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-14 23:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-14 23:26 [PATCH 1/1] cairo_1.10.2: Fix RDEPENDS to include glib-2.0 Elizabeth Flanagan

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.