Skip to content

Commit 9027259

Browse files
ivmaikraj
authored andcommitted
bdwgc: upgrade 8.2.2 -> 8.2.4
Signed-off-by: Khem Raj <[email protected]>
1 parent 9e0a864 commit 9027259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meta-oe/recipes-support/bdwgc/bdwgc_8.2.2.bb renamed to meta-oe/recipes-support/bdwgc/bdwgc_8.2.4.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ DESCRIPTION = "The Boehm-Demers-Weiser conservative garbage collector can be\
1616
by replacing malloc with GC_malloc calls, replacing realloc with GC_realloc\
1717
calls, and removing free calls."
1818

19-
HOMEPAGE = "http://www.hboehm.info/gc/"
19+
HOMEPAGE = "https://www.hboehm.info/gc/"
2020
SECTION = "devel"
2121
LICENSE = "MIT"
2222
LIC_FILES_CHKSUM = "file://README.QUICK;md5=dd27361ad00943bb27bc3e0589037075"
2323

2424
DEPENDS = "libatomic-ops"
2525

26-
SRCREV = "cd1fbc1dbfd2cc888436944dd2784f39820698d7"
26+
SRCREV = "d1ff06cc503a74dca0150d5e988f2c93158b0cdf"
2727
SRC_URI = "git://github.com/ivmai/bdwgc.git;branch=release-8_2;protocol=https"
2828

2929
S = "${WORKDIR}/git"

0 commit comments

Comments
 (0)