All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] icu and freetype upgrades
@ 2015-04-30  7:38 Jussi Kukkonen
  2015-04-30  7:39 ` [PATCH 1/2] freetype: Upgrade 2.5.4 -> 2.5.5 Jussi Kukkonen
  2015-04-30  7:39 ` [PATCH 2/2] icu: Upgrade 54.1 -> 55.1 Jussi Kukkonen
  0 siblings, 2 replies; 3+ messages in thread
From: Jussi Kukkonen @ 2015-04-30  7:38 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit db409697db2ea0931cdcd2015d089b6b0ea39bbb:

  bitbake: bitbake: reset build mtime cache before the build (2015-04-29 10:59:54 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib jku/update-fontz
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/update-fontz

Jussi Kukkonen (2):
  freetype: Upgrade 2.5.4 -> 2.5.5
  icu: Upgrade 54.1 -> 55.1

 .../freetype/{freetype_2.5.4.bb => freetype_2.5.5.bb}               | 4 ++--
 meta/recipes-support/icu/{icu_54.1.bb => icu_55.1.bb}               | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
 rename meta/recipes-graphics/freetype/{freetype_2.5.4.bb => freetype_2.5.5.bb} (92%)
 rename meta/recipes-support/icu/{icu_54.1.bb => icu_55.1.bb} (67%)

-- 
2.1.4



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/2] freetype: Upgrade 2.5.4 -> 2.5.5
  2015-04-30  7:38 [PATCH 0/2] icu and freetype upgrades Jussi Kukkonen
@ 2015-04-30  7:39 ` Jussi Kukkonen
  2015-04-30  7:39 ` [PATCH 2/2] icu: Upgrade 54.1 -> 55.1 Jussi Kukkonen
  1 sibling, 0 replies; 3+ messages in thread
From: Jussi Kukkonen @ 2015-04-30  7:39 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
 .../freetype/{freetype_2.5.4.bb => freetype_2.5.5.bb}                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/freetype/{freetype_2.5.4.bb => freetype_2.5.5.bb} (92%)

diff --git a/meta/recipes-graphics/freetype/freetype_2.5.4.bb b/meta/recipes-graphics/freetype/freetype_2.5.5.bb
similarity index 92%
rename from meta/recipes-graphics/freetype/freetype_2.5.4.bb
rename to meta/recipes-graphics/freetype/freetype_2.5.5.bb
index b5f0362..dd4c3b0 100644
--- a/meta/recipes-graphics/freetype/freetype_2.5.4.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.5.5.bb
@@ -14,8 +14,8 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=c017ff17fc6f0794adf93db5559ccd56
 SECTION = "libs"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2"
-SRC_URI[md5sum] = "438585445a2f1f71c77590155fd96616"
-SRC_URI[sha256sum] = "3b4e2c666b33b32ad29ff0fe5c6538e757d3c73368e5dfa88bd59b4bc95cbabb"
+SRC_URI[md5sum] = "2a7a314927011d5030903179cf183be0"
+SRC_URI[sha256sum] = "387bcc4b780b12484aa2ec9f7db1a55d8286eb5639f45fbc0fbba7a4e5a1afb9"
 
 BINCONFIG = "${bindir}/freetype-config"
 
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] icu: Upgrade 54.1 -> 55.1
  2015-04-30  7:38 [PATCH 0/2] icu and freetype upgrades Jussi Kukkonen
  2015-04-30  7:39 ` [PATCH 1/2] freetype: Upgrade 2.5.4 -> 2.5.5 Jussi Kukkonen
@ 2015-04-30  7:39 ` Jussi Kukkonen
  1 sibling, 0 replies; 3+ messages in thread
From: Jussi Kukkonen @ 2015-04-30  7:39 UTC (permalink / raw)
  To: openembedded-core

License checksum changed because of unrelated changes in the html
file: actual license texts are unchanged.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
 meta/recipes-support/icu/{icu_54.1.bb => icu_55.1.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/icu/{icu_54.1.bb => icu_55.1.bb} (67%)

diff --git a/meta/recipes-support/icu/icu_54.1.bb b/meta/recipes-support/icu/icu_55.1.bb
similarity index 67%
rename from meta/recipes-support/icu/icu_54.1.bb
rename to meta/recipes-support/icu/icu_55.1.bb
index 45b5cb6..f63a9bd 100644
--- a/meta/recipes-support/icu/icu_54.1.bb
+++ b/meta/recipes-support/icu/icu_55.1.bb
@@ -1,6 +1,6 @@
 require icu.inc
 
-LIC_FILES_CHKSUM = "file://../license.html;md5=9890f5ff4ed056a0c2fa84848b9b6066"
+LIC_FILES_CHKSUM = "file://../license.html;md5=64eff4aadff4d104d6d437c4fde0e6d7"
 
 def icu_download_version(d):
     pvsplit = d.getVar('PV', True).split('.')
@@ -16,6 +16,6 @@ SRC_URI = "${BASE_SRC_URI} \
 SRC_URI_append_class-target = "\
            file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \
           "
-SRC_URI[md5sum] = "e844caed8f2ca24c088505b0d6271bc0"
-SRC_URI[sha256sum] = "d42bc9a8ca6a91c55eb0925c279f49e5b508d51ef26ac9850d9be55de5bb8ab3"
+SRC_URI[md5sum] = "e2d523df79d6cb7855c2fbe284f4db29"
+SRC_URI[sha256sum] = "e16b22cbefdd354bec114541f7849a12f8fc2015320ca5282ee4fd787571457b"
 
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-30  7:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-30  7:38 [PATCH 0/2] icu and freetype upgrades Jussi Kukkonen
2015-04-30  7:39 ` [PATCH 1/2] freetype: Upgrade 2.5.4 -> 2.5.5 Jussi Kukkonen
2015-04-30  7:39 ` [PATCH 2/2] icu: Upgrade 54.1 -> 55.1 Jussi Kukkonen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.