diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-08-16 16:17:28 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-17 15:14:57 +0100 |
commit | 8c9add68f4b05a7c21310881e71ce0cff4d656a7 (patch) | |
tree | b037494c56af5825739b36cfe09098354c3ffefd | |
parent | ce6a08ce956eaa4bbf14885044d2772114235b00 (diff) | |
download | poky-8c9add68f4b05a7c21310881e71ce0cff4d656a7.tar.gz |
freetype: upgrade from 2.4.4 to 2.4.6
freetype-2.4.6/docs/LICENSE.TXT changed a little to describe more clearly
the compatibility about FreeTypeLicense and GPLv2+, but the actual license
remains unchanged: it's still LICENSE = "FreeTypeLicense | GPLv2+".
(From OE-Core rev: 06e0d50a936c01d4f02e7208b7e3784947436462)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/freetype/freetype-2.4.6/no-hardcode.patch (renamed from meta/recipes-graphics/freetype/freetype-2.4.4/no-hardcode.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-graphics/freetype/freetype_2.4.6.bb (renamed from meta/recipes-graphics/freetype/freetype_2.4.4.bb) | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-graphics/freetype/freetype-2.4.4/no-hardcode.patch b/meta/recipes-graphics/freetype/freetype-2.4.6/no-hardcode.patch index 0f21d1ff26..0f21d1ff26 100644 --- a/meta/recipes-graphics/freetype/freetype-2.4.4/no-hardcode.patch +++ b/meta/recipes-graphics/freetype/freetype-2.4.6/no-hardcode.patch | |||
diff --git a/meta/recipes-graphics/freetype/freetype_2.4.4.bb b/meta/recipes-graphics/freetype/freetype_2.4.6.bb index 661650cce7..8150dd41eb 100644 --- a/meta/recipes-graphics/freetype/freetype_2.4.4.bb +++ b/meta/recipes-graphics/freetype/freetype_2.4.6.bb | |||
@@ -7,9 +7,9 @@ HOMEPAGE = "http://www.freetype.org/" | |||
7 | BUGTRACKER = "https://savannah.nongnu.org/bugs/?group=freetype" | 7 | BUGTRACKER = "https://savannah.nongnu.org/bugs/?group=freetype" |
8 | 8 | ||
9 | LICENSE = "FreeTypeLicense | GPLv2+" | 9 | LICENSE = "FreeTypeLicense | GPLv2+" |
10 | LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=8bc1a580aeb518100d00a2dd29e68edf \ | 10 | LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=28d5381b1bef2649c59f20c20bae4f39 \ |
11 | file://docs/FTL.TXT;md5=d479e83797f699fe873b38dadd0fcd4c \ | 11 | file://docs/FTL.TXT;md5=d479e83797f699fe873b38dadd0fcd4c \ |
12 | file://docs/GPL.TXT;md5=8ef380476f642c20ebf40fecb0add2ec" | 12 | file://docs/GPLv2.TXT;md5=8ef380476f642c20ebf40fecb0add2ec" |
13 | 13 | ||
14 | SECTION = "libs" | 14 | SECTION = "libs" |
15 | 15 | ||
@@ -18,8 +18,8 @@ PR = "r0" | |||
18 | SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ | 18 | SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ |
19 | file://no-hardcode.patch" | 19 | file://no-hardcode.patch" |
20 | 20 | ||
21 | SRC_URI[md5sum] = "b3e2b6e2f1c3e0dffa1fd2a0f848b671" | 21 | SRC_URI[md5sum] = "5e6510613f612809d2d7862592b92ab7" |
22 | SRC_URI[sha256sum] = "4b8281c7dc4d375c6b65d3c6f4808e488a313fab47d7be82aad2c871c8480fef" | 22 | SRC_URI[sha256sum] = "24a4a57f3a6859887e91f90f93f754cfc7bf9ab9246a3a696435a0c6a7a1e92a" |
23 | 23 | ||
24 | S = "${WORKDIR}/freetype-${PV}" | 24 | S = "${WORKDIR}/freetype-${PV}" |
25 | 25 | ||