All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] db: upgrade to 5.3.21
@ 2013-01-11 16:18 Cristian Iorga
  2013-01-11 16:36 ` Mark Hatle
  0 siblings, 1 reply; 4+ messages in thread
From: Cristian Iorga @ 2013-01-11 16:18 UTC (permalink / raw)
  To: openembedded-core

License file changed the year,
triggering a change in checksum

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 meta/recipes-support/db/{db_5.3.15.bb => db_5.3.21.bb} |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-support/db/{db_5.3.15.bb => db_5.3.21.bb} (93%)

diff --git a/meta/recipes-support/db/db_5.3.15.bb b/meta/recipes-support/db/db_5.3.21.bb
similarity index 93%
rename from meta/recipes-support/db/db_5.3.15.bb
rename to meta/recipes-support/db/db_5.3.21.bb
index 509c567..23d6c4e 100644
--- a/meta/recipes-support/db/db_5.3.15.bb
+++ b/meta/recipes-support/db/db_5.3.21.bb
@@ -14,15 +14,15 @@ HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html"
 LICENSE = "Sleepycat"
 VIRTUAL_NAME ?= "virtual/db"
 RCONFLICTS_${PN} = "db3"
-PR = "r9"
+PR = "r0"
 
 SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz"
 SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.."
 
-SRC_URI[md5sum] = "5493fb5f7cc3915887c836b096f18773"
-SRC_URI[sha256sum] = "4f4f7d548984dde3584fcda0e4f96901cb8bafb08033a7781aec64ef2ea1f579"
+SRC_URI[md5sum] = "3fda0b004acdaa6fa350bfc41a3b95ca"
+SRC_URI[sha256sum] = "ddd92a930317df92021054c03992392db9ea5cddba43bef8920d392a82114fb8"
 
-LIC_FILES_CHKSUM = "file://../LICENSE;md5=12cc3ff983ed4ecc6cc091370ee4dbc3"
+LIC_FILES_CHKSUM = "file://../LICENSE;md5=32aefa5a8e7318be1f657432cbe2e768"
 
 inherit autotools
 
-- 
1.7.10.4




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

* Re: [PATCH] db: upgrade to 5.3.21
  2013-01-11 16:18 [PATCH] db: upgrade to 5.3.21 Cristian Iorga
@ 2013-01-11 16:36 ` Mark Hatle
  2013-01-11 16:43   ` Iorga, Cristian
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Hatle @ 2013-01-11 16:36 UTC (permalink / raw)
  To: openembedded-core

On 1/11/13 10:18 AM, Cristian Iorga wrote:
> License file changed the year,
> triggering a change in checksum

Any change is BerkleyDB versions requires us to verify RPM and Smart 
functionality.  I don't have any objections to the change -- just pointing that out.

--Mark

> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
> ---
>   meta/recipes-support/db/{db_5.3.15.bb => db_5.3.21.bb} |    8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
>   rename meta/recipes-support/db/{db_5.3.15.bb => db_5.3.21.bb} (93%)
>
> diff --git a/meta/recipes-support/db/db_5.3.15.bb b/meta/recipes-support/db/db_5.3.21.bb
> similarity index 93%
> rename from meta/recipes-support/db/db_5.3.15.bb
> rename to meta/recipes-support/db/db_5.3.21.bb
> index 509c567..23d6c4e 100644
> --- a/meta/recipes-support/db/db_5.3.15.bb
> +++ b/meta/recipes-support/db/db_5.3.21.bb
> @@ -14,15 +14,15 @@ HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html"
>   LICENSE = "Sleepycat"
>   VIRTUAL_NAME ?= "virtual/db"
>   RCONFLICTS_${PN} = "db3"
> -PR = "r9"
> +PR = "r0"
>
>   SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz"
>   SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.."
>
> -SRC_URI[md5sum] = "5493fb5f7cc3915887c836b096f18773"
> -SRC_URI[sha256sum] = "4f4f7d548984dde3584fcda0e4f96901cb8bafb08033a7781aec64ef2ea1f579"
> +SRC_URI[md5sum] = "3fda0b004acdaa6fa350bfc41a3b95ca"
> +SRC_URI[sha256sum] = "ddd92a930317df92021054c03992392db9ea5cddba43bef8920d392a82114fb8"
>
> -LIC_FILES_CHKSUM = "file://../LICENSE;md5=12cc3ff983ed4ecc6cc091370ee4dbc3"
> +LIC_FILES_CHKSUM = "file://../LICENSE;md5=32aefa5a8e7318be1f657432cbe2e768"
>
>   inherit autotools
>
>




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

* Re: [PATCH] db: upgrade to 5.3.21
  2013-01-11 16:36 ` Mark Hatle
@ 2013-01-11 16:43   ` Iorga, Cristian
  2013-01-14 10:02     ` Iorga, Cristian
  0 siblings, 1 reply; 4+ messages in thread
From: Iorga, Cristian @ 2013-01-11 16:43 UTC (permalink / raw)
  To: Mark Hatle, openembedded-core

Noted. Thanks, I will do that on Monday.

Regards,
Cristian

-----Original Message-----
From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of Mark Hatle
Sent: Friday, January 11, 2013 6:36 PM
To: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH] db: upgrade to 5.3.21

On 1/11/13 10:18 AM, Cristian Iorga wrote:
> License file changed the year,
> triggering a change in checksum

Any change is BerkleyDB versions requires us to verify RPM and Smart functionality.  I don't have any objections to the change -- just pointing that out.

--Mark

> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
> ---
>   meta/recipes-support/db/{db_5.3.15.bb => db_5.3.21.bb} |    8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
>   rename meta/recipes-support/db/{db_5.3.15.bb => db_5.3.21.bb} (93%)
>
> diff --git a/meta/recipes-support/db/db_5.3.15.bb 
> b/meta/recipes-support/db/db_5.3.21.bb
> similarity index 93%
> rename from meta/recipes-support/db/db_5.3.15.bb
> rename to meta/recipes-support/db/db_5.3.21.bb
> index 509c567..23d6c4e 100644
> --- a/meta/recipes-support/db/db_5.3.15.bb
> +++ b/meta/recipes-support/db/db_5.3.21.bb
> @@ -14,15 +14,15 @@ HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html"
>   LICENSE = "Sleepycat"
>   VIRTUAL_NAME ?= "virtual/db"
>   RCONFLICTS_${PN} = "db3"
> -PR = "r9"
> +PR = "r0"
>
>   SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz"
>   SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.."
>
> -SRC_URI[md5sum] = "5493fb5f7cc3915887c836b096f18773"
> -SRC_URI[sha256sum] = "4f4f7d548984dde3584fcda0e4f96901cb8bafb08033a7781aec64ef2ea1f579"
> +SRC_URI[md5sum] = "3fda0b004acdaa6fa350bfc41a3b95ca"
> +SRC_URI[sha256sum] = "ddd92a930317df92021054c03992392db9ea5cddba43bef8920d392a82114fb8"
>
> -LIC_FILES_CHKSUM = "file://../LICENSE;md5=12cc3ff983ed4ecc6cc091370ee4dbc3"
> +LIC_FILES_CHKSUM = "file://../LICENSE;md5=32aefa5a8e7318be1f657432cbe2e768"
>
>   inherit autotools
>
>


_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



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

* Re: [PATCH] db: upgrade to 5.3.21
  2013-01-11 16:43   ` Iorga, Cristian
@ 2013-01-14 10:02     ` Iorga, Cristian
  0 siblings, 0 replies; 4+ messages in thread
From: Iorga, Cristian @ 2013-01-14 10:02 UTC (permalink / raw)
  To: Iorga, Cristian, Mark Hatle, openembedded-core

Hello,

Checked RPM and SMART functionality. Works OK after db upgrade.
It is ok to be merged.

Regards,
Cristian

-----Original Message-----
From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of Iorga, Cristian
Sent: Friday, January 11, 2013 6:43 PM
To: Mark Hatle; openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH] db: upgrade to 5.3.21

Noted. Thanks, I will do that on Monday.

Regards,
Cristian

-----Original Message-----
From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of Mark Hatle
Sent: Friday, January 11, 2013 6:36 PM
To: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH] db: upgrade to 5.3.21

On 1/11/13 10:18 AM, Cristian Iorga wrote:
> License file changed the year,
> triggering a change in checksum

Any change is BerkleyDB versions requires us to verify RPM and Smart functionality.  I don't have any objections to the change -- just pointing that out.

--Mark

> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
> ---
>   meta/recipes-support/db/{db_5.3.15.bb => db_5.3.21.bb} |    8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
>   rename meta/recipes-support/db/{db_5.3.15.bb => db_5.3.21.bb} (93%)
>
> diff --git a/meta/recipes-support/db/db_5.3.15.bb 
> b/meta/recipes-support/db/db_5.3.21.bb
> similarity index 93%
> rename from meta/recipes-support/db/db_5.3.15.bb
> rename to meta/recipes-support/db/db_5.3.21.bb
> index 509c567..23d6c4e 100644
> --- a/meta/recipes-support/db/db_5.3.15.bb
> +++ b/meta/recipes-support/db/db_5.3.21.bb
> @@ -14,15 +14,15 @@ HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html"
>   LICENSE = "Sleepycat"
>   VIRTUAL_NAME ?= "virtual/db"
>   RCONFLICTS_${PN} = "db3"
> -PR = "r9"
> +PR = "r0"
>
>   SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz"
>   SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.."
>
> -SRC_URI[md5sum] = "5493fb5f7cc3915887c836b096f18773"
> -SRC_URI[sha256sum] = "4f4f7d548984dde3584fcda0e4f96901cb8bafb08033a7781aec64ef2ea1f579"
> +SRC_URI[md5sum] = "3fda0b004acdaa6fa350bfc41a3b95ca"
> +SRC_URI[sha256sum] = "ddd92a930317df92021054c03992392db9ea5cddba43bef8920d392a82114fb8"
>
> -LIC_FILES_CHKSUM = "file://../LICENSE;md5=12cc3ff983ed4ecc6cc091370ee4dbc3"
> +LIC_FILES_CHKSUM = "file://../LICENSE;md5=32aefa5a8e7318be1f657432cbe2e768"
>
>   inherit autotools
>
>


_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



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

end of thread, other threads:[~2013-01-14 10:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-11 16:18 [PATCH] db: upgrade to 5.3.21 Cristian Iorga
2013-01-11 16:36 ` Mark Hatle
2013-01-11 16:43   ` Iorga, Cristian
2013-01-14 10:02     ` Iorga, Cristian

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.