summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/console
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2016-09-27 00:26:27 +0300
committerPatrick Williams <patrick@stwcx.xyz>2016-09-28 15:55:21 +0300
commit3e20a721d728909f79ff85c2d87bd433564bd9f7 (patch)
tree41f3b7a00530c35a9616c55f8546f172ea2dfceb /meta-phosphor/common/recipes-phosphor/console
parent064a764c9cdae757eaa5fadca96f6b776b0dbae4 (diff)
downloadopenbmc-3e20a721d728909f79ff85c2d87bd433564bd9f7.tar.xz
Convert build process to autotools
Update obmc-console recipe with additional dependency. Change-Id: I9a34a35ac942cb2cc79e64976242b5daf1cf8de0 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/console')
-rw-r--r--meta-phosphor/common/recipes-phosphor/console/obmc-console.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/console/obmc-console.bb b/meta-phosphor/common/recipes-phosphor/console/obmc-console.bb
index 065b5c61f3..89e94a0b47 100644
--- a/meta-phosphor/common/recipes-phosphor/console/obmc-console.bb
+++ b/meta-phosphor/common/recipes-phosphor/console/obmc-console.bb
@@ -9,6 +9,8 @@ inherit autotools
TARGET_CFLAGS += "-fpic -O2"
+DEPENDS += "autoconf-archive-native"
+
SRC_URI += "git://github.com/openbmc/obmc-console"
SRC_URI += "file://${PN}.conf"