From 2e595329f744f43b744fa7a825d369f5f511d362 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Tue, 31 Mar 2020 12:51:05 -0500 Subject: sdbusplus: move SRCREV to inc file (From meta-phosphor rev: 25448842ef11e923d8c188e0a1d5b9b65bd3f8d0) Signed-off-by: Patrick Williams Change-Id: Ic7c0746d6e92cb06d332ed7c75d128596b72dd78 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb') 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++" -- cgit v1.2.3