rokudev / example-autotools-app

For use with 'meta-buildstream-evaluation'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Autotools Application

This one uses the example Autotool's lib and CMake lib as dependencies to create: buzz_aldrin

This app has an intentional coding bug for our "Hello Universe" example:

diff --git a/src/buzz.cpp b/src/buzz.cpp
index 1dddaee..97ec7e7 100644
--- a/src/buzz.cpp
+++ b/src/buzz.cpp
@@ -1,6 +1,4 @@
-#include <string>
-#include <vector>
-#include <algorithm>
+#include <iostream>

 #include <jupiter.h>

About

For use with 'meta-buildstream-evaluation'

License:Apache License 2.0


Languages

Language:M4 35.5%Language:C++ 32.7%Language:Makefile 31.9%