From 9e933f32e78d58685d07eadd5d88bb51a5dafac7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 3 Sep 2025 17:02:31 +0800 Subject: hwloc: upgrade 2.12.1 -> 2.12.2 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-extended/hwloc/hwloc_2.12.1.bb | 28 -------------------------- meta-oe/recipes-extended/hwloc/hwloc_2.12.2.bb | 28 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 meta-oe/recipes-extended/hwloc/hwloc_2.12.1.bb create mode 100644 meta-oe/recipes-extended/hwloc/hwloc_2.12.2.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-extended/hwloc/hwloc_2.12.1.bb b/meta-oe/recipes-extended/hwloc/hwloc_2.12.1.bb deleted file mode 100644 index f56142dffd..0000000000 --- a/meta-oe/recipes-extended/hwloc/hwloc_2.12.1.bb +++ /dev/null @@ -1,28 +0,0 @@ -SUMMARY = "Portable Hardware Locality (hwloc) software package" -DESCRIPTION = "The Portable Hardware Locality (hwloc) software package \ - provides a portable abstraction of the hierarchical topology of modern \ - architectures." -HOMEPAGE = "https://www.open-mpi.org/software/hwloc/" -SECTION = "base" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=79179bb373cd55cbd834463a514fb714" - -SRC_URI = "https://www.open-mpi.org/software/${BPN}/v2.12/downloads/${BP}.tar.bz2" -SRC_URI[sha256sum] = "38a90328bb86259f9bb2fe1dc57fd841e111d1e6358012bef23dfd95d21dc66b" -UPSTREAM_CHECK_URI = "https://www.open-mpi.org/software/hwloc/v2.12/" - -inherit autotools bash-completion pkgconfig - -DEPENDS += "ncurses udev zlib" -DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" - -PACKAGECONFIG ?= "pci libxml2 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" - -PACKAGECONFIG[libxml2] = "--enable-libxml2,--disable-libxml2,libxml2,libxml2" -PACKAGECONFIG[x11] = "--with-x,--without-x,virtual/libx11 cairo,cairo" -PACKAGECONFIG[pci] = "--enable-pci,--disable-pci,libpciaccess,libpciaccess" - -# Split hwloc library into separate subpackage -PACKAGES:prepend = " libhwloc " -FILES:libhwloc += "${libdir}/libhwloc.so.*" -RDEPENDS:${PN} += "libhwloc (= ${EXTENDPKGV})" diff --git a/meta-oe/recipes-extended/hwloc/hwloc_2.12.2.bb b/meta-oe/recipes-extended/hwloc/hwloc_2.12.2.bb new file mode 100644 index 0000000000..b7478c9a9a --- /dev/null +++ b/meta-oe/recipes-extended/hwloc/hwloc_2.12.2.bb @@ -0,0 +1,28 @@ +SUMMARY = "Portable Hardware Locality (hwloc) software package" +DESCRIPTION = "The Portable Hardware Locality (hwloc) software package \ + provides a portable abstraction of the hierarchical topology of modern \ + architectures." +HOMEPAGE = "https://www.open-mpi.org/software/hwloc/" +SECTION = "base" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://COPYING;md5=79179bb373cd55cbd834463a514fb714" + +SRC_URI = "https://www.open-mpi.org/software/${BPN}/v2.12/downloads/${BP}.tar.bz2" +SRC_URI[sha256sum] = "563e61d70febb514138af0fac36b97621e01a4aacbca07b86e7bd95b85055ba0" +UPSTREAM_CHECK_URI = "https://www.open-mpi.org/software/hwloc/v2.12/" + +inherit autotools bash-completion pkgconfig + +DEPENDS += "ncurses udev zlib" +DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" + +PACKAGECONFIG ?= "pci libxml2 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" + +PACKAGECONFIG[libxml2] = "--enable-libxml2,--disable-libxml2,libxml2,libxml2" +PACKAGECONFIG[x11] = "--with-x,--without-x,virtual/libx11 cairo,cairo" +PACKAGECONFIG[pci] = "--enable-pci,--disable-pci,libpciaccess,libpciaccess" + +# Split hwloc library into separate subpackage +PACKAGES:prepend = " libhwloc " +FILES:libhwloc += "${libdir}/libhwloc.so.*" +RDEPENDS:${PN} += "libhwloc (= ${EXTENDPKGV})" -- cgit v1.2.3-54-g00ecf