summaryrefslogtreecommitdiff
path: root/recipes/multitech/helloworld-autotools_git.bb
blob: fe1208432e563d3d5b2ecde84ff6922d7a3702f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Hello World Recipe using autotools"
HOMEPAGE = "http://www.multitech.net/"
SECTION = "console/utils"
PRIORITY = "optional"
LICENSE = "GPL"
PV = "${SRCPV}"
PR = "r0"

SRC_URI = "git://multitech.net/helloworld-autotools.git;protocol=git;tag=master"
S = "${WORKDIR}/git"

inherit autotools

PARALLEL_MAKE = ""