summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-phosphor/console/obmc-console_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/console/obmc-console_git.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb b/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
index 60a0bbc40..006f9418e 100644
--- a/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
+++ b/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
@@ -6,17 +6,19 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
inherit obmc-phosphor-systemd
-inherit autotools
+inherit autotools pkgconfig
inherit obmc-phosphor-discovery-service
TARGET_CFLAGS += "-fpic -O2"
-DEPENDS += "autoconf-archive-native"
+DEPENDS += "autoconf-archive-native \
+ systemd \
+ "
SRC_URI += "git://github.com/openbmc/obmc-console"
SRC_URI += "file://${PN}.conf"
-SRCREV = "fcf8541b87c13d4fe02d1fc4812b7f6df92c8c27"
+SRCREV = "1cecc5deeae236e9886f624ea7168e075f057047"
PV = "1.0+git${SRCPV}"
REGISTERED_SERVICES_${PN} += "obmc_console:tcp:2200"