diff options
Diffstat (limited to 'meta/packages/cairo')
-rw-r--r-- | meta/packages/cairo/cairo-1.8.10/hardcoded_libtool.patch | 17 | ||||
-rw-r--r-- | meta/packages/cairo/cairo-fpu.inc | 6 | ||||
-rw-r--r-- | meta/packages/cairo/cairo.inc | 13 | ||||
-rw-r--r-- | meta/packages/cairo/cairo_1.8.10.bb | 8 |
4 files changed, 0 insertions, 44 deletions
diff --git a/meta/packages/cairo/cairo-1.8.10/hardcoded_libtool.patch b/meta/packages/cairo/cairo-1.8.10/hardcoded_libtool.patch deleted file mode 100644 index afdf2c8f0..000000000 --- a/meta/packages/cairo/cairo-1.8.10/hardcoded_libtool.patch +++ /dev/null @@ -1,17 +0,0 @@ -Index: cairo-1.8.2/build/aclocal.dolt.m4 -=================================================================== ---- cairo-1.8.2.orig/build/aclocal.dolt.m4 -+++ cairo-1.8.2/build/aclocal.dolt.m4 -@@ -163,7 +163,11 @@ done - if $modeok && $tagok ; then - . ${top_builddir_slash}doltcompile "${args@<:@@@:>@}" - else -- exec ${top_builddir_slash}libtool "$[]@" -+__DOLTLIBTOOL__EOF__ -+ -+echo ' exec ${top_builddir_slash}'${host_alias}-libtool' "$[]@"' >> doltlibtool -+ -+ cat << '__DOLTLIBTOOL__EOF__' >> doltlibtool - fi - __DOLTLIBTOOL__EOF__ - diff --git a/meta/packages/cairo/cairo-fpu.inc b/meta/packages/cairo/cairo-fpu.inc deleted file mode 100644 index bdaf78979..000000000 --- a/meta/packages/cairo/cairo-fpu.inc +++ /dev/null @@ -1,6 +0,0 @@ - -def get_cairo_fpu_setting(bb, d): - if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]: - return "--disable-some-floating-point" - return "" - diff --git a/meta/packages/cairo/cairo.inc b/meta/packages/cairo/cairo.inc deleted file mode 100644 index e73a83967..000000000 --- a/meta/packages/cairo/cairo.inc +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Cairo graphics library" -HOMEPAGE = "http://cairographics.org" -BUGTRACKER = "http://bugs.freedesktop.org" -SECTION = "libs" -PRIORITY = "optional" -LICENSE = "MPLv1.1 & LGPLv2.1" -DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender pixman" - -#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 diff --git a/meta/packages/cairo/cairo_1.8.10.bb b/meta/packages/cairo/cairo_1.8.10.bb deleted file mode 100644 index 9e7e7a3bf..000000000 --- a/meta/packages/cairo/cairo_1.8.10.bb +++ /dev/null @@ -1,8 +0,0 @@ -require cairo.inc - -LIC_FILES_CHKSUM = "file://COPYING;md5=7d7cc3410ae869ed913ebd30d7f45941" - -PR = "r0" - -SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \ - file://hardcoded_libtool.patch" |