From 54eb22ae130ab4e1255e4d5724e1d62ff4ea8329 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Wed, 30 Nov 2011 22:12:30 +0800 Subject: libxfont: upgrade from 1.4.3 to 1.4.4 updated LIC_FILES_CHKSUM: only Copyright holder change in COPYING -- no actual license change. (From OE-Core rev: c1ede6725dccb0f9a95313b70bbe4b941edffdd9) Signed-off-by: Dexuan Cui Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb | 25 ------------------------ meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 25 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb create mode 100644 meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb b/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb deleted file mode 100644 index 43a628e23d..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "XFont: X Font rasterisation library" - -DESCRIPTION = "libXfont provides various services for X servers, most \ -notably font selection and rasterisation (through external libraries \ -such as freetype)." - -require xorg-lib-common.inc - -LICENSE= "MIT & MIT-style & BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=deeee1c29f32ca774cecf0c83b46bb5c" - -DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc" -PROVIDES = "xfont" - -PR = "r0" -PE = "1" - -#SRC_URI += "file://no-scalable-crash.patch" - -XORG_PN = "libXfont" - -BBCLASSEXTEND = "native" - -SRC_URI[md5sum] = "6fb689cfe13d8d9460f4abb5bd88588d" -SRC_URI[sha256sum] = "f79245652901d20092092e942155d32b8dde15527637db3c09a1adc83672e9cc" diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb b/meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb new file mode 100644 index 0000000000..8af0ac90bc --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxfont_1.4.4.bb @@ -0,0 +1,23 @@ +SUMMARY = "XFont: X Font rasterisation library" + +DESCRIPTION = "libXfont provides various services for X servers, most \ +notably font selection and rasterisation (through external libraries \ +such as freetype)." + +require xorg-lib-common.inc + +LICENSE= "MIT & MIT-style & BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" + +DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc" +PROVIDES = "xfont" + +PR = "r0" +PE = "1" + +XORG_PN = "libXfont" + +BBCLASSEXTEND = "native" + +SRC_URI[md5sum] = "f9942bc818d39094d7295b156a729393" +SRC_URI[sha256sum] = "a2065f5f66882f7a9cb0eb674e16d284da48e449af443eda272e99832be8239a" -- cgit v1.2.3-54-g00ecf