All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] sqlite3: update 3.13.0 -> 3.14.0
@ 2016-08-11 13:56 Maxin B. John
  2016-08-11 13:56 ` [PATCH 2/3] iproute2: update 4.6.0 -> 4.7.0 Maxin B. John
  2016-08-11 13:56 ` [PATCH 3/3] libpng: update 1.6.23 -> 1.6.24 Maxin B. John
  0 siblings, 2 replies; 5+ messages in thread
From: Maxin B. John @ 2016-08-11 13:56 UTC (permalink / raw)
  To: openembedded-core

3.13.0 -> 3.14.0

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-support/sqlite/{sqlite3_3.13.0.bb => sqlite3_3.14.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/sqlite/{sqlite3_3.13.0.bb => sqlite3_3.14.0.bb} (58%)

diff --git a/meta/recipes-support/sqlite/sqlite3_3.13.0.bb b/meta/recipes-support/sqlite/sqlite3_3.14.0.bb
similarity index 58%
rename from meta/recipes-support/sqlite/sqlite3_3.13.0.bb
rename to meta/recipes-support/sqlite/sqlite3_3.14.0.bb
index 883c72d..6b815c8 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.13.0.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.14.0.bb
@@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b357
 
 SRC_URI = "http://www.sqlite.org/2016/sqlite-autoconf-${SQLITE_PV}.tar.gz"
 
-SRC_URI[md5sum] = "4e83f39fa2ffb610ac5ecd36865da6a2"
-SRC_URI[sha256sum] = "e2797026b3310c9d08bd472f6d430058c6dd139ff9d4e30289884ccd9744086b"
+SRC_URI[md5sum] = "1813c764b0ee422adcd1978ea73a3445"
+SRC_URI[sha256sum] = "742db0ebbd9cc91ed6a41857f50aa9795fc859c994a256125135cd07f6cdfd76"
-- 
2.4.0



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

* [PATCH 2/3] iproute2: update 4.6.0 -> 4.7.0
  2016-08-11 13:56 [PATCH 1/3] sqlite3: update 3.13.0 -> 3.14.0 Maxin B. John
@ 2016-08-11 13:56 ` Maxin B. John
  2016-08-11 13:56 ` [PATCH 3/3] libpng: update 1.6.23 -> 1.6.24 Maxin B. John
  1 sibling, 0 replies; 5+ messages in thread
From: Maxin B. John @ 2016-08-11 13:56 UTC (permalink / raw)
  To: openembedded-core

4.6.0 -> 4.7.0

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 .../iproute2/{iproute2_4.6.0.bb => iproute2_4.7.0.bb}                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/iproute2/{iproute2_4.6.0.bb => iproute2_4.7.0.bb} (71%)

diff --git a/meta/recipes-connectivity/iproute2/iproute2_4.6.0.bb b/meta/recipes-connectivity/iproute2/iproute2_4.7.0.bb
similarity index 71%
rename from meta/recipes-connectivity/iproute2/iproute2_4.6.0.bb
rename to meta/recipes-connectivity/iproute2/iproute2_4.7.0.bb
index 4971937..426f989 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_4.6.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_4.7.0.bb
@@ -5,8 +5,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \
            file://0001-iproute2-de-bash-scripts.patch \
            file://iproute2-4.3.0-musl.patch \
           "
-SRC_URI[md5sum] = "d015e437e4f744d51d3a1a53341826d5"
-SRC_URI[sha256sum] = "74fc6a8ad085be095a159f8158bbaf385b42af9e101619f233f1ae466829d406"
+SRC_URI[md5sum] = "d4b205830cdc2702f8a0cbd6232129cd"
+SRC_URI[sha256sum] = "8f60dbcfb33a79daae0638f53bdcaa4310c0aa59ae39af8a234020dc69bb7b92"
 
 # CFLAGS are computed in Makefile and reference CCOPTS
 #
-- 
2.4.0



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

* [PATCH 3/3] libpng: update 1.6.23 -> 1.6.24
  2016-08-11 13:56 [PATCH 1/3] sqlite3: update 3.13.0 -> 3.14.0 Maxin B. John
  2016-08-11 13:56 ` [PATCH 2/3] iproute2: update 4.6.0 -> 4.7.0 Maxin B. John
@ 2016-08-11 13:56 ` Maxin B. John
  2016-08-11 16:20   ` Burton, Ross
  1 sibling, 1 reply; 5+ messages in thread
From: Maxin B. John @ 2016-08-11 13:56 UTC (permalink / raw)
  To: openembedded-core

Updates in License files are due to changes in Copyright date
and Version.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 .../libpng/{libpng_1.6.23.bb => libpng_1.6.24.bb}                 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-multimedia/libpng/{libpng_1.6.23.bb => libpng_1.6.24.bb} (66%)

diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.23.bb b/meta/recipes-multimedia/libpng/libpng_1.6.24.bb
similarity index 66%
rename from meta/recipes-multimedia/libpng/libpng_1.6.23.bb
rename to meta/recipes-multimedia/libpng/libpng_1.6.24.bb
index b2813e3..9812a2e 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.6.23.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.24.bb
@@ -2,14 +2,14 @@ SUMMARY = "PNG image format decoding library"
 HOMEPAGE = "http://www.libpng.org/"
 SECTION = "libs"
 LICENSE = "Libpng"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a92bbf77565352659482e381075d19e3 \
-                    file://png.h;endline=149;md5=a0e24b62532fff585d25f060dd917236"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5089214833586ba444048fd1dbbc76a4 \
+                    file://png.h;endline=149;md5=376d8ff7f69b7c4ad3a09f4672cec696"
 DEPENDS = "zlib"
 
 SRC_URI = "${GENTOO_MIRROR}/libpng-${PV}.tar.xz \
           "
-SRC_URI[md5sum] = "9b320a05ed4db1f3f0865c8a951fd9aa"
-SRC_URI[sha256sum] = "6d921e7bdaec56e9f6594463ec1fe1981c3cd2d5fc925d3781e219b5349262f1"
+SRC_URI[md5sum] = "ffcdbd549814787fa8010c372e35ff25"
+SRC_URI[sha256sum] = "7932dc9e5e45d55ece9d204e90196bbb5f2c82741ccb0f7e10d07d364a6fd6dd"
 
 BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config"
 
-- 
2.4.0



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

* Re: [PATCH 3/3] libpng: update 1.6.23 -> 1.6.24
  2016-08-11 13:56 ` [PATCH 3/3] libpng: update 1.6.23 -> 1.6.24 Maxin B. John
@ 2016-08-11 16:20   ` Burton, Ross
  2016-08-12  8:54     ` Maxin B. John
  0 siblings, 1 reply; 5+ messages in thread
From: Burton, Ross @ 2016-08-11 16:20 UTC (permalink / raw)
  To: Maxin B. John; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 3244 bytes --]

On 11 August 2016 at 14:56, Maxin B. John <maxin.john@intel.com> wrote:

> Updates in License files are due to changes in Copyright date
> and Version.
>

Always remember to run buildhistory-diff:

packages/corei7-64-poky-linux/libpng/libpng-dbg: RPROVIDES: removed all
items "libpng-dbg (['= 1.6.23'])"
  * PV changed from "1.6.23" to "1.6.24"
packages/corei7-64-poky-linux/libpng/libpng-dbg: PKG changed from
libpng16-dbg to libpng-dbg [default] - may indicate debian renaming failure
  * PV changed from "1.6.23" to "1.6.24"
packages/corei7-64-poky-linux/libpng/libpng-dev: RPROVIDES: removed all
items "libpng-dev (['= 1.6.23'])"
  * PV changed from "1.6.23" to "1.6.24"
packages/corei7-64-poky-linux/libpng/libpng-dev: PKG changed from
libpng16-dev to libpng-dev [default] - may indicate debian renaming failure
  * PV changed from "1.6.23" to "1.6.24"
packages/corei7-64-poky-linux/libpng/libpng-doc: RPROVIDES: removed all
items "libpng-doc (['= 1.6.23'])"
  * PV changed from "1.6.23" to "1.6.24"
packages/corei7-64-poky-linux/libpng/libpng-doc: PKG changed from
libpng16-doc to libpng-doc [default] - may indicate debian renaming failure
  * PV changed from "1.6.23" to "1.6.24"
packages/corei7-64-poky-linux/libpng/libpng-locale: RPROVIDES: removed all
items "libpng-locale (['= 1.6.23'])"
  * PV changed from "1.6.23" to "1.6.24"
packages/corei7-64-poky-linux/libpng/libpng-locale: PKG changed from
libpng16-locale to libpng-locale [default] - may indicate debian renaming
failure
  * PV changed from "1.6.23" to "1.6.24"
packages/corei7-64-poky-linux/libpng/libpng-staticdev: RPROVIDES: removed
all items "libpng-staticdev (['= 1.6.23'])"
  * PV changed from "1.6.23" to "1.6.24"
packages/corei7-64-poky-linux/libpng/libpng-staticdev: PKG changed from
libpng16-staticdev to libpng-staticdev [default] - may indicate debian
renaming failure
  * PV changed from "1.6.23" to "1.6.24"
packages/corei7-64-poky-linux/libpng/libpng-tools: RPROVIDES: removed all
items "libpng-tools (['= 1.6.23'])"
  * PV changed from "1.6.23" to "1.6.24"
packages/corei7-64-poky-linux/libpng/libpng-tools: PKG changed from
libpng16-tools to libpng-tools [default] - may indicate debian renaming
failure
  * PV changed from "1.6.23" to "1.6.24"
packages/corei7-64-poky-linux/libpng/libpng: FILELIST: removed
"/usr/lib/libpng16.so.16.23.0" added "/usr/lib/libpng16.so.16.24.0
/usr/bin/pngcp"
  * PV changed from "1.6.23" to "1.6.24"
packages/corei7-64-poky-linux/libpng/libpng: PKGSIZE changed from 206747 to
241683 (+16%)
  * PV changed from "1.6.23" to "1.6.24"
  * FILELIST: removed "/usr/lib/libpng16.so.16.23.0" added
"/usr/lib/libpng16.so.16.24.0 /usr/bin/pngcp"
packages/corei7-64-poky-linux/libpng/libpng: RPROVIDES: removed all items
"libpng (['= 1.6.23'])"
  * PV changed from "1.6.23" to "1.6.24"
packages/corei7-64-poky-linux/libpng/libpng: PKG changed from libpng16-16
to libpng [default] - may indicate debian renaming failure
  * PV changed from "1.6.23" to "1.6.24"

The relevant line is that PN added /usr/bin/pngcp, so the package is no
longer a library package.  This should be in PN-tools (which should use
FILES_PN-tools=${bindir} so this doesn't happen again).

Ross

[-- Attachment #2: Type: text/html, Size: 5254 bytes --]

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

* Re: [PATCH 3/3] libpng: update 1.6.23 -> 1.6.24
  2016-08-11 16:20   ` Burton, Ross
@ 2016-08-12  8:54     ` Maxin B. John
  0 siblings, 0 replies; 5+ messages in thread
From: Maxin B. John @ 2016-08-12  8:54 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

Hi Ross,

>On Thu, Aug 11, 2016 at 05:20:35PM +0100, Burton, Ross wrote:
>>On 11 August 2016 at 14:56, Maxin B. John <maxin.john@intel.com> wrote:
>>
>> Updates in License files are due to changes in Copyright date
>> and Version.
>>
> Always remember to run buildhistory-diff:

Thanks, I will take care of it.

>>packages/corei7-64-poky-linux/libpng/libpng: PKG changed from libpng16-16 to libpng [default] - may indicate debian renaming failure
>> * PV changed from "1.6.23" to "1.6.24"
>The relevant line is that PN added /usr/bin/pngcp, so the package is no longer
>a library package.  This should be in PN-tools (which should use 
>FILES_PN-tools=${bindir} so this doesn't happen again).
>

Ok, will update and resend it.

> Ross

Best Regards,
Maxin


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

end of thread, other threads:[~2016-08-12  8:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-11 13:56 [PATCH 1/3] sqlite3: update 3.13.0 -> 3.14.0 Maxin B. John
2016-08-11 13:56 ` [PATCH 2/3] iproute2: update 4.6.0 -> 4.7.0 Maxin B. John
2016-08-11 13:56 ` [PATCH 3/3] libpng: update 1.6.23 -> 1.6.24 Maxin B. John
2016-08-11 16:20   ` Burton, Ross
2016-08-12  8:54     ` Maxin B. John

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.