summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2020-03-31 20:51:05 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-04-01 16:35:55 +0300
commit2e595329f744f43b744fa7a825d369f5f511d362 (patch)
tree5a1d54831c72a24aa5582564750eaf4153fa956d /meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
parent172916ced2b5a46fcf5a177bda791abec3362929 (diff)
downloadopenbmc-2e595329f744f43b744fa7a825d369f5f511d362.tar.xz
sdbusplus: move SRCREV to inc file
(From meta-phosphor rev: 25448842ef11e923d8c188e0a1d5b9b65bd3f8d0) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic7c0746d6e92cb06d332ed7c75d128596b72dd78 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb')
-rw-r--r--meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb12
1 files changed, 2 insertions, 10 deletions
diff --git a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
index 79d638d51..a44000351 100644
--- a/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
+++ b/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb
@@ -1,14 +1,11 @@
SUMMARY = "C++ bindings for systemd dbus APIs"
DESCRIPTION = "C++ bindings for systemd dbus APIs."
-HOMEPAGE = "http://github.com/openbmc/sdbusplus"
-PR = "r1"
-PV = "1.0+git${SRCPV}"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
inherit autotools pkgconfig
inherit obmc-phosphor-python-autotools
+include sdbusplus-rev.inc
+
DEPENDS += " \
autoconf-archive-native \
${PYTHON_PN}-inflection-native \
@@ -37,15 +34,10 @@ DEPENDS_append_class-native = " \
${PYTHON_PN}-pyyaml-native \
"
-SRC_URI += "git://github.com/openbmc/sdbusplus"
-SRCREV = "ddc0eba2bea1f55dff275726903deecd88ac6f3d"
-
PACKAGECONFIG ??= "libsdbusplus transaction"
PACKAGECONFIG[libsdbusplus] = "--enable-libsdbusplus,--disable-libsdbusplus,systemd,libsystemd"
PACKAGECONFIG[transaction] = "--enable-transaction,--disable-transaction"
-S = "${WORKDIR}/git"
-
PROVIDES_prepend = "sdbus++ "
PACKAGE_BEFORE_PN = "sdbus++"
FILES_sdbus++_append = " ${bindir}/sdbus++"