summaryrefslogtreecommitdiff
path: root/multitech/recipes/multitech/helloworld-autotools_1.0.0.bb
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2011-06-28 15:16:57 -0500
committerJesse Gilles <jgilles@multitech.com>2011-06-28 15:16:57 -0500
commitb23d1d80a23e8ce1910ba7c5006a4fddf3325c7d (patch)
tree40a273fff1fab26a90870668e232b4d79b5ea908 /multitech/recipes/multitech/helloworld-autotools_1.0.0.bb
initial work on multitech bitbake layer for CoreCDP
Diffstat (limited to 'multitech/recipes/multitech/helloworld-autotools_1.0.0.bb')
-rw-r--r--multitech/recipes/multitech/helloworld-autotools_1.0.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/multitech/recipes/multitech/helloworld-autotools_1.0.0.bb b/multitech/recipes/multitech/helloworld-autotools_1.0.0.bb
new file mode 100644
index 0000000..e7b8f77
--- /dev/null
+++ b/multitech/recipes/multitech/helloworld-autotools_1.0.0.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Hello World Recipe using autotools"
+HOMEPAGE = "http://www.multitech.net/"
+SECTION = "console/utils"
+PRIORITY = "optional"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "git://git.multitech.net/helloworld-autotools.git;protocol=git;tag=1.0.0"
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+PARALLEL_MAKE = ""