From e1a74babfd46423676570ce8c7d281899da63b7f Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sun, 28 May 2023 17:22:22 +0300 Subject: [PATCH] bdwgc: upgrade 8.2.2 -> 8.2.4 --- .../recipes-support/bdwgc/{bdwgc_8.2.2.bb => bdwgc_8.2.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/bdwgc/{bdwgc_8.2.2.bb => bdwgc_8.2.4.bb} (93%) diff --git a/meta-oe/recipes-support/bdwgc/bdwgc_8.2.2.bb b/meta-oe/recipes-support/bdwgc/bdwgc_8.2.4.bb similarity index 93% rename from meta-oe/recipes-support/bdwgc/bdwgc_8.2.2.bb rename to meta-oe/recipes-support/bdwgc/bdwgc_8.2.4.bb index d980eccc3c5..f02c4572846 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\ by replacing malloc with GC_malloc calls, replacing realloc with GC_realloc\ calls, and removing free calls." -HOMEPAGE = "http://www.hboehm.info/gc/" +HOMEPAGE = "https://www.hboehm.info/gc/" SECTION = "devel" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://README.QUICK;md5=dd27361ad00943bb27bc3e0589037075" DEPENDS = "libatomic-ops" -SRCREV = "cd1fbc1dbfd2cc888436944dd2784f39820698d7" +SRCREV = "d1ff06cc503a74dca0150d5e988f2c93158b0cdf" SRC_URI = "git://github.com/ivmai/bdwgc.git;branch=release-8_2;protocol=https" S = "${WORKDIR}/git"