openembedded-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [meta-oe][PATCH] bdwgc: update to 8.2.0
@ 2021-10-15 17:17 Oleksandr Kravchuk
  0 siblings, 0 replies; only message in thread
From: Oleksandr Kravchuk @ 2021-10-15 17:17 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Oleksandr Kravchuk

License-Update: copyright information was updated.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 .../bdwgc/{bdwgc_8.0.6.bb => bdwgc_8.2.0.bb}             | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
 rename meta-oe/recipes-support/bdwgc/{bdwgc_8.0.6.bb => bdwgc_8.2.0.bb} (84%)

diff --git a/meta-oe/recipes-support/bdwgc/bdwgc_8.0.6.bb b/meta-oe/recipes-support/bdwgc/bdwgc_8.2.0.bb
similarity index 84%
rename from meta-oe/recipes-support/bdwgc/bdwgc_8.0.6.bb
rename to meta-oe/recipes-support/bdwgc/bdwgc_8.2.0.bb
index 391fc8751..76738a76c 100644
--- a/meta-oe/recipes-support/bdwgc/bdwgc_8.0.6.bb
+++ b/meta-oe/recipes-support/bdwgc/bdwgc_8.2.0.bb
@@ -1,5 +1,4 @@
 SUMMARY = "A garbage collector for C and C++"
-
 DESCRIPTION = "The Boehm-Demers-Weiser conservative garbage collector can be\
  used as a garbage collecting replacement for C malloc or C++ new. It allows\
  you to allocate memory basically as you normally would, without explicitly\
@@ -15,16 +14,16 @@ DESCRIPTION = "The Boehm-Demers-Weiser conservative garbage collector can be\
   Empirically, this collector works with most unmodified C programs, simply\
  by replacing malloc with GC_malloc calls, replacing realloc with GC_realloc\
  calls, and removing free calls."
-
 HOMEPAGE = "http://www.hboehm.info/gc/"
+BUGTRACKER = "https://github.com/ivmai/bdwgc/issues"
 SECTION = "devel"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://README.QUICK;md5=e3d68fff6b0c661d949d8df559fdc78f"
+LIC_FILES_CHKSUM = "file://README.QUICK;md5=7912d9213b3547f8a81aadd08893fe84"
 
 DEPENDS = "libatomic-ops"
 
-SRCREV = "3e1477b72ef4329a196d67b74da4cbe274d04eff"
-SRC_URI = "git://github.com/ivmai/bdwgc.git;branch=release-8_0"
+SRC_URI = "git://github.com/ivmai/bdwgc.git;branch=release-8_2"
+SRCREV = "47e9106c17b72e9ee5501308f69ea94531e798b3"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-15 17:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15 17:17 [meta-oe][PATCH] bdwgc: update to 8.2.0 Oleksandr Kravchuk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).