summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2023-05-28 17:22:22 +0300
committerKhem Raj <raj.khem@gmail.com>2023-05-28 16:35:00 -0700
commit902725991f622f0d950191c8b34eca72c18d104e (patch)
tree603d6cc925e412cd025e6df9d8624dea4709551f
parent9e0a8642b1be28e904afe87dbdf96d28e9c487e4 (diff)
downloadmeta-openembedded-902725991f622f0d950191c8b34eca72c18d104e.tar.gz
bdwgc: upgrade 8.2.2 -> 8.2.4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/bdwgc/bdwgc_8.2.4.bb (renamed from meta-oe/recipes-support/bdwgc/bdwgc_8.2.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/bdwgc/bdwgc_8.2.2.bb b/meta-oe/recipes-support/bdwgc/bdwgc_8.2.4.bb
index d980eccc3c..f02c457284 100644
--- a/meta-oe/recipes-support/bdwgc/bdwgc_8.2.2.bb
+++ b/meta-oe/recipes-support/bdwgc/bdwgc_8.2.4.bb
@@ -16,14 +16,14 @@ DESCRIPTION = "The Boehm-Demers-Weiser conservative garbage collector can be\
16 by replacing malloc with GC_malloc calls, replacing realloc with GC_realloc\ 16 by replacing malloc with GC_malloc calls, replacing realloc with GC_realloc\
17 calls, and removing free calls." 17 calls, and removing free calls."
18 18
19HOMEPAGE = "http://www.hboehm.info/gc/" 19HOMEPAGE = "https://www.hboehm.info/gc/"
20SECTION = "devel" 20SECTION = "devel"
21LICENSE = "MIT" 21LICENSE = "MIT"
22LIC_FILES_CHKSUM = "file://README.QUICK;md5=dd27361ad00943bb27bc3e0589037075" 22LIC_FILES_CHKSUM = "file://README.QUICK;md5=dd27361ad00943bb27bc3e0589037075"
23 23
24DEPENDS = "libatomic-ops" 24DEPENDS = "libatomic-ops"
25 25
26SRCREV = "cd1fbc1dbfd2cc888436944dd2784f39820698d7" 26SRCREV = "d1ff06cc503a74dca0150d5e988f2c93158b0cdf"
27SRC_URI = "git://github.com/ivmai/bdwgc.git;branch=release-8_2;protocol=https" 27SRC_URI = "git://github.com/ivmai/bdwgc.git;branch=release-8_2;protocol=https"
28 28
29S = "${WORKDIR}/git" 29S = "${WORKDIR}/git"