From 5d5db6ccba8dd70ed1ebde25c512b5df8f186285 Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Mon, 15 Nov 2010 21:01:34 +0800 Subject: pixman: upgrade from 0.18.2 to 0.20.0 Signed-off-by: Yu Ke --- meta/recipes-graphics/xorg-lib/pixman_0.18.2.bb | 15 --------------- meta/recipes-graphics/xorg-lib/pixman_0.20.0.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 15 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/pixman_0.18.2.bb create mode 100644 meta/recipes-graphics/xorg-lib/pixman_0.20.0.bb (limited to 'meta/recipes-graphics/xorg-lib') diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.18.2.bb b/meta/recipes-graphics/xorg-lib/pixman_0.18.2.bb deleted file mode 100644 index 3bc1f0202f..0000000000 --- a/meta/recipes-graphics/xorg-lib/pixman_0.18.2.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "Library for lowlevel pixel operations" - -require xorg-lib-common.inc - -LICENSE = "MIT & MIT-style & Public Domain" -LIC_FILES_CHKSUM = "file://COPYING;md5=fea989a44fb012b5e79584972a863d22 \ - file://pixman/pixman-matrix.c;endline=25;md5=ba6e8769bfaaee2c41698755af04c4be \ - file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \ - file://pixman/pixman-x64-mmx-emulation.h;beginline=4;endline=9;md5=4e32716f2efaa6c4659222667c339bb8" - -DEPENDS = "virtual/libx11" - -PR="r0" - -EXTRA_OECONF="--disable-gtk" diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.20.0.bb b/meta/recipes-graphics/xorg-lib/pixman_0.20.0.bb new file mode 100644 index 0000000000..0ccadcd91b --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/pixman_0.20.0.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Library for lowlevel pixel operations" + +require xorg-lib-common.inc + +LICENSE = "MIT & MIT-style & Public Domain" +LIC_FILES_CHKSUM = "file://COPYING;md5=fea989a44fb012b5e79584972a863d22 \ + file://pixman/pixman-matrix.c;endline=25;md5=ba6e8769bfaaee2c41698755af04c4be \ + file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \ + file://pixman/pixman-x64-mmx-emulation.h;beginline=4;endline=9;md5=4e32716f2efaa6c4659222667c339bb8" + +DEPENDS = "virtual/libx11" + +PR="r0" + +EXTRA_OECONF="--disable-gtk" + +SRC_URI[md5sum] = "512ec766a911142b901157ba581f6e75" +SRC_URI[sha256sum] = "4798a9961bf38a1b25cabef0a8a73fd7dcc6b98da187ce55b1420894360188b5" -- cgit 1.2.3-korg