Initial commit
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
SUMMARY = "Phosphor DBUS Object Manager"
|
||||
DESCRIPTION = "Phosphor DBUS object manager."
|
||||
HOMEPAGE = "http://github.com/openbmc/phosphor-objmgr"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
|
||||
DEPENDS += "systemd"
|
||||
DEPENDS += "boost"
|
||||
DEPENDS += "libtinyxml2"
|
||||
DEPENDS += "sdbusplus"
|
||||
DEPENDS += "phosphor-logging"
|
||||
DEPENDS += "cli11"
|
||||
SRCREV = "26ed98050e64e76892be5d5c2416b8a0044e3d9d"
|
||||
PV = "1.0+git${SRCPV}"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "git://github.com/openbmc/phosphor-objmgr;branch=master;protocol=https"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[unit-failure-monitor] = "-Dunit-failure-monitor=enabled,-Dunit-failure-monitor=disabled,,"
|
||||
|
||||
SYSTEMD_SERVICE:${PN} += " \
|
||||
mapper-wait@.service \
|
||||
mapper-subtree-remove@.service \
|
||||
xyz.openbmc_project.ObjectMapper.service \
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meson pkgconfig systemd
|
||||
|
||||
EXTRA_OEMESON += "-Dtests=disabled"
|
||||
|
||||
PROVIDES += "libmapper"
|
||||
PACKAGE_BEFORE_PN += "libmapper"
|
||||
FILES:libmapper = "${libdir}/lib*.so*"
|
||||
FILES:${PN} += "${datadir}/dbus-1"
|
||||
Reference in New Issue
Block a user