summaryrefslogtreecommitdiff
path: root/recipes-examples/multitech/helloworld-autotools_1.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-examples/multitech/helloworld-autotools_1.0.0.bb')
-rw-r--r--recipes-examples/multitech/helloworld-autotools_1.0.0.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes-examples/multitech/helloworld-autotools_1.0.0.bb b/recipes-examples/multitech/helloworld-autotools_1.0.0.bb
deleted file mode 100644
index 8b2eafb..0000000
--- a/recipes-examples/multitech/helloworld-autotools_1.0.0.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "Hello World Recipe using autotools"
-HOMEPAGE = "http://www.multitech.net/"
-SECTION = "console/utils"
-PRIORITY = "optional"
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-PR = "r0"
-
-SRC_URI = "git://git.multitech.net/helloworld-autotools.git;protocol=git;tag=1.0.0"
-S = "${WORKDIR}/git"
-
-inherit autotools
-
-PARALLEL_MAKE = ""