diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-09-03 17:02:31 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-04 10:28:23 -0700 |
| commit | 9e933f32e78d58685d07eadd5d88bb51a5dafac7 (patch) | |
| tree | 753fa40acd75243b2eec86c61258537687eafa57 /meta-oe/recipes-extended/hwloc/hwloc_2.12.2.bb | |
| parent | 276c009beefeec679ed23e4c57dbb950fa375626 (diff) | |
| download | meta-openembedded-9e933f32e78d58685d07eadd5d88bb51a5dafac7.tar.gz | |
hwloc: upgrade 2.12.1 -> 2.12.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/hwloc/hwloc_2.12.2.bb')
| -rw-r--r-- | meta-oe/recipes-extended/hwloc/hwloc_2.12.2.bb | 28 |
1 files changed, 28 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Portable Hardware Locality (hwloc) software package" | ||
| 2 | DESCRIPTION = "The Portable Hardware Locality (hwloc) software package \ | ||
| 3 | provides a portable abstraction of the hierarchical topology of modern \ | ||
| 4 | architectures." | ||
| 5 | HOMEPAGE = "https://www.open-mpi.org/software/hwloc/" | ||
| 6 | SECTION = "base" | ||
| 7 | LICENSE = "BSD-3-Clause" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=79179bb373cd55cbd834463a514fb714" | ||
| 9 | |||
| 10 | SRC_URI = "https://www.open-mpi.org/software/${BPN}/v2.12/downloads/${BP}.tar.bz2" | ||
| 11 | SRC_URI[sha256sum] = "563e61d70febb514138af0fac36b97621e01a4aacbca07b86e7bd95b85055ba0" | ||
| 12 | UPSTREAM_CHECK_URI = "https://www.open-mpi.org/software/hwloc/v2.12/" | ||
| 13 | |||
| 14 | inherit autotools bash-completion pkgconfig | ||
| 15 | |||
| 16 | DEPENDS += "ncurses udev zlib" | ||
| 17 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" | ||
| 18 | |||
| 19 | PACKAGECONFIG ?= "pci libxml2 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | ||
| 20 | |||
| 21 | PACKAGECONFIG[libxml2] = "--enable-libxml2,--disable-libxml2,libxml2,libxml2" | ||
| 22 | PACKAGECONFIG[x11] = "--with-x,--without-x,virtual/libx11 cairo,cairo" | ||
| 23 | PACKAGECONFIG[pci] = "--enable-pci,--disable-pci,libpciaccess,libpciaccess" | ||
| 24 | |||
| 25 | # Split hwloc library into separate subpackage | ||
| 26 | PACKAGES:prepend = " libhwloc " | ||
| 27 | FILES:libhwloc += "${libdir}/libhwloc.so.*" | ||
| 28 | RDEPENDS:${PN} += "libhwloc (= ${EXTENDPKGV})" | ||
