blob: 8d7789b346958546740faf6dbffbcf977114bb23 [file] [log] [blame]
William A. Kennington IIIe24a3fd2019-03-21 21:20:35 -07001SUMMARY = "Common C++ functions"
2DESCRIPTION = "Common C++ functions."
3HOMEPAGE = "http://github.com/openbmc/stdplus"
William A. Kennington IIIe24a3fd2019-03-21 21:20:35 -07004LICENSE = "Apache-2.0"
William A. Kennington IIIb6628f82019-03-26 13:43:28 -07005LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
William A. Kennington III4e099bb2021-06-22 14:21:04 -07006DEPENDS += " \
Andrew Geissler27283bc2022-09-24 22:01:05 -05007 function2 \
William A. Kennington III4e099bb2021-06-22 14:21:04 -07008 fmt \
9 liburing \
William A. Kennington III4e099bb2021-06-22 14:21:04 -070010 "
Andrew Geissler9221ff42024-04-11 18:20:24 -050011SRCREV = "7aa2a42be328438726a2aff665d649444a1a54d4"
Ed Tanous9936f862022-09-19 09:13:20 -070012PV = "0.1+git${SRCPV}"
13PR = "r1"
William A. Kennington III1abfafd2020-06-02 21:11:35 -070014
Patrick Williamsbccaff32023-04-14 11:24:47 -050015SRC_URI = "git://github.com/openbmc/stdplus;branch=master;protocol=https"
Ed Tanous9936f862022-09-19 09:13:20 -070016
17S = "${WORKDIR}/git"
18
19inherit meson pkgconfig
Andrew Geissler8c88d332022-07-20 22:30:31 -050020
William A. Kennington III9ac08882019-03-28 03:37:31 -070021EXTRA_OEMESON = " \
22 -Dexamples=false \
23 -Dtests=disabled \
Andrew Geisslerf2d342b2022-07-14 17:20:25 -050024 -Dgtest=disabled \
William A. Kennington IIIe24a3fd2019-03-21 21:20:35 -070025 "
26
Ed Tanous9936f862022-09-19 09:13:20 -070027PACKAGES =+ "libstdplus libstdplus-dl libstdplus-io_uring"
William A. Kennington IIIe24a3fd2019-03-21 21:20:35 -070028
Ed Tanous9936f862022-09-19 09:13:20 -070029FILES:libstdplus = "${libdir}/libstdplus.so.*"
30FILES:libstdplus-dl = "${libdir}/libstdplus-dl.so.*"
31FILES:libstdplus-io_uring = "${libdir}/libstdplus-io_uring.so.*"