From 4e89e85e4eeddbb808e3e2310e0b26103c005ce9 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Tue, 8 Sep 2020 15:33:11 -0500 Subject: phosphor-dbus-interfaces: remove unused PACKAGECONFIG The libphosphor_dbus was previously used in native/nativesdk targets in order to prevent the library from being built (and to only export YAML). This PACKAGECONFIG is no longer necessary. Remove it to simplify the recipe and the [eventually] the underlying repository. (From meta-phosphor rev: 4da53beb4edc81be507ee2ef9e6c74d007a5669d) Signed-off-by: Patrick Williams Change-Id: Id601e86fbb624bea97cddace0c12bf8c5d3187fb Signed-off-by: Andrew Geissler --- .../dbus/phosphor-dbus-interfaces_git.bb | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'meta-phosphor/recipes-phosphor/dbus') diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb index 9743f3c74..658843ba6 100644 --- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb +++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb @@ -10,16 +10,12 @@ inherit autotools pkgconfig inherit python3native inherit phosphor-dbus-yaml -DEPENDS += "autoconf-archive-native" -DEPENDS += "${PYTHON_PN}-sdbus++-native" +DEPENDS += " \ + ${PYTHON_PN}-sdbus++-native \ + autoconf-archive-native \ + sdbusplus \ + systemd \ + " SRC_URI = "git://github.com/openbmc/phosphor-dbus-interfaces" SRCREV = "11699d678d4166ff4b23900f31794754f305df64" - -PACKAGECONFIG ??= "libphosphor_dbus" -PACKAGECONFIG[libphosphor_dbus] = " \ - --enable-libphosphor_dbus, \ - --disable-libphosphor_dbus, \ - systemd sdbusplus, \ - libsystemd \ - " -- cgit v1.2.3