summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb
diff options
context:
space:
mode:
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 \
- "