summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2020-09-08 23:33:11 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-09-13 18:05:54 +0300
commit4e89e85e4eeddbb808e3e2310e0b26103c005ce9 (patch)
tree00ef4d729b6ab4237d38d17aa86490ffb6dcb291 /meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb
parent38bc34255f56604b443c12836891108632c41e80 (diff)
downloadopenbmc-4e89e85e4eeddbb808e3e2310e0b26103c005ce9.tar.xz
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 <patrick@stwcx.xyz> Change-Id: Id601e86fbb624bea97cddace0c12bf8c5d3187fb Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb16
1 files changed, 6 insertions, 10 deletions
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 \
- "