]> code.ossystems Code Review - openembedded-core.git/commitdiff
Remove ancient cairo
authorRoss Burton <ross@openedhand.com>
Tue, 6 Mar 2007 09:28:40 +0000 (09:28 +0000)
committerRoss Burton <ross@openedhand.com>
Tue, 6 Mar 2007 09:28:40 +0000 (09:28 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1328 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/cairo/cairo_1.0.4.bb [deleted file]

diff --git a/meta/packages/cairo/cairo_1.0.4.bb b/meta/packages/cairo/cairo_1.0.4.bb
deleted file mode 100644 (file)
index 700f425..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-SECTION = "libs"
-PRIORITY = "optional"
-DEPENDS = "virtual/libx11 libpng fontconfig libxrender"
-DESCRIPTION = "Cairo graphics library"
-LICENSE = "MPL LGPL"
-
-SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz"
-
-inherit autotools pkgconfig 
-
-do_stage () {
-autotools_stage_all
-}