summaryrefslogtreecommitdiff
path: root/recipes/multitech/helloworld-autotools_1.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/multitech/helloworld-autotools_1.0.0.bb')
-rw-r--r--recipes/multitech/helloworld-autotools_1.0.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/multitech/helloworld-autotools_1.0.0.bb b/recipes/multitech/helloworld-autotools_1.0.0.bb
new file mode 100644
index 0000000000..3ddc926608
--- /dev/null
+++ b/recipes/multitech/helloworld-autotools_1.0.0.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Hello World Recipe using autotools"
+HOMEPAGE = "http://www.multitech.net/"
+SECTION = "console/utils"
+PRIORITY = "optional"
+LICENSE = "GPL"
+PV = "${SRCPV}"
+PR = "r0"
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "git://multitech.net/helloworld-autotools.git;protocol=git;tag=1.0.0"
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+PARALLEL_MAKE = ""