commit | 3cc6f4041d72f5f5397037ff02ead3f34fa3e124 | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Mon Sep 26 16:26:27 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Sep 28 12:55:21 2016 +0000 |
tree | 07917893fed74365fe6d5b4dc4dfc7d3d6674464 | |
parent | 5aeef11cb2ff4def8962b02c6926ed385b73d309 [diff] |
Convert build process to autotools Update obmc-console recipe with additional dependency. Change-Id: I9a34a35ac942cb2cc79e64976242b5daf1cf8de0 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/common/recipes-phosphor/console/obmc-console.bb b/common/recipes-phosphor/console/obmc-console.bb index 065b5c6..89e94a0 100644 --- a/common/recipes-phosphor/console/obmc-console.bb +++ b/common/recipes-phosphor/console/obmc-console.bb
@@ -9,6 +9,8 @@ TARGET_CFLAGS += "-fpic -O2" +DEPENDS += "autoconf-archive-native" + SRC_URI += "git://github.com/openbmc/obmc-console" SRC_URI += "file://${PN}.conf"