From 162c14e0ab9d84d4996482ffecf893ce426ff443 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Sat, 20 Jan 2007 13:38:30 +0000 Subject: Upgrade to Cairo 1.3.12 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1177 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/cairo/cairo_1.3.10.bb | 20 -------------------- meta/packages/cairo/cairo_1.3.12.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta/packages/cairo/cairo_1.3.10.bb create mode 100644 meta/packages/cairo/cairo_1.3.12.bb (limited to 'meta/packages/cairo') diff --git a/meta/packages/cairo/cairo_1.3.10.bb b/meta/packages/cairo/cairo_1.3.10.bb deleted file mode 100644 index d9454fadcd..0000000000 --- a/meta/packages/cairo/cairo_1.3.10.bb +++ /dev/null @@ -1,20 +0,0 @@ -#This is a development snapshot, so lets hint OE to use the releases -DEFAULT_PREFERENCE = "-1" - -SECTION = "libs" -PRIORITY = "optional" -DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender" -DESCRIPTION = "Cairo graphics library" -LICENSE = "MPL LGPL" - -SRC_URI = "http://cairographics.org/snapshots/cairo-${PV}.tar.gz" - -#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points -require cairo-fpu.inc -EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)}" - -inherit autotools pkgconfig - -do_stage () { - autotools_stage_all -} diff --git a/meta/packages/cairo/cairo_1.3.12.bb b/meta/packages/cairo/cairo_1.3.12.bb new file mode 100644 index 0000000000..d9454fadcd --- /dev/null +++ b/meta/packages/cairo/cairo_1.3.12.bb @@ -0,0 +1,20 @@ +#This is a development snapshot, so lets hint OE to use the releases +DEFAULT_PREFERENCE = "-1" + +SECTION = "libs" +PRIORITY = "optional" +DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender" +DESCRIPTION = "Cairo graphics library" +LICENSE = "MPL LGPL" + +SRC_URI = "http://cairographics.org/snapshots/cairo-${PV}.tar.gz" + +#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points +require cairo-fpu.inc +EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)}" + +inherit autotools pkgconfig + +do_stage () { + autotools_stage_all +} -- cgit v1.2.3-54-g00ecf