diff options
Diffstat (limited to 'meta/packages/cairo')
| -rw-r--r-- | meta/packages/cairo/cairo-1.8.2/hardcoded_libtool.patch | 17 | ||||
| -rw-r--r-- | meta/packages/cairo/cairo-fpu.inc | 6 | ||||
| -rw-r--r-- | meta/packages/cairo/cairo.inc | 11 | ||||
| -rw-r--r-- | meta/packages/cairo/cairo_1.8.2.bb | 6 |
4 files changed, 0 insertions, 40 deletions
diff --git a/meta/packages/cairo/cairo-1.8.2/hardcoded_libtool.patch b/meta/packages/cairo/cairo-1.8.2/hardcoded_libtool.patch deleted file mode 100644 index afdf2c8f0..000000000 --- a/meta/packages/cairo/cairo-1.8.2/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 bc160de51..000000000 --- a/meta/packages/cairo/cairo.inc +++ /dev/null @@ -1,11 +0,0 @@ -SECTION = "libs" -PRIORITY = "optional" -DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender pixman" -DESCRIPTION = "Cairo graphics library" -LICENSE = "MPL LGPL" - -#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_stage pkgconfig diff --git a/meta/packages/cairo/cairo_1.8.2.bb b/meta/packages/cairo/cairo_1.8.2.bb deleted file mode 100644 index fd8a99b49..000000000 --- a/meta/packages/cairo/cairo_1.8.2.bb +++ /dev/null @@ -1,6 +0,0 @@ -require cairo.inc - -PR = "r1" - -SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \ - file://hardcoded_libtool.patch;patch=1" |
