summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-04-10 16:26:05 +0800
committerKhem Raj <raj.khem@gmail.com>2023-04-10 09:39:38 -0700
commite634d3def8953df53cbb7217643f8a34c319f05f (patch)
tree6de31dedb1d5c6e9e11f7e626f8505844d38be91 /meta-oe
parent895286ce04e56e3c308494f56fb382aebb71ea45 (diff)
downloadmeta-openembedded-e634d3def8953df53cbb7217643f8a34c319f05f.tar.gz
hwloc: upgrade 2.9.0 -> 2.9.1
Changelog: ========== * Don't forget to apply object type filters to "perflevel" caches detected on recent Mac OS X releases, thanks to Michel Lesoinne for the report. * Fix a failed assertion in hwloc_topology_restrict() when some NUMA nodes are removed because of HWLOC_RESTRICT_FLAG_REMOVE_CPULESS but no PUs are. Thanks to Mark Grondona for reporting the issue. * Mark HPE Cray Slingshot NICs with subtype "Slingshot". Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/hwloc/hwloc_2.9.1.bb (renamed from meta-oe/recipes-extended/hwloc/hwloc_2.9.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/hwloc/hwloc_2.9.0.bb b/meta-oe/recipes-extended/hwloc/hwloc_2.9.1.bb
index 51ceb4c26..7e8cd5f39 100644
--- a/meta-oe/recipes-extended/hwloc/hwloc_2.9.0.bb
+++ b/meta-oe/recipes-extended/hwloc/hwloc_2.9.1.bb
@@ -8,7 +8,7 @@ LICENSE = "BSD-3-Clause"
8LIC_FILES_CHKSUM = "file://COPYING;md5=79179bb373cd55cbd834463a514fb714" 8LIC_FILES_CHKSUM = "file://COPYING;md5=79179bb373cd55cbd834463a514fb714"
9 9
10SRC_URI = "https://www.open-mpi.org/software/${BPN}/v2.9/downloads/${BP}.tar.bz2" 10SRC_URI = "https://www.open-mpi.org/software/${BPN}/v2.9/downloads/${BP}.tar.bz2"
11SRC_URI[sha256sum] = "2070e963596a2421b9af8eca43bdec113ee1107aaf7ccb475d4d3767a8856887" 11SRC_URI[sha256sum] = "7cc4931a20fef457e0933af3f375be6eafa7703fde21e137bfb9685b1409599e"
12UPSTREAM_CHECK_URI = "https://www.open-mpi.org/software/hwloc/v2.9/" 12UPSTREAM_CHECK_URI = "https://www.open-mpi.org/software/hwloc/v2.9/"
13 13
14inherit autotools bash-completion pkgconfig 14inherit autotools bash-completion pkgconfig