summaryrefslogtreecommitdiff
path: root/recipes/multitech/helloworld-autotools_1.0.0.bb
blob: 3ddc9266082cd93ae8a57dae7eb31c4e74c1d1cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 = ""