fbset_2.1: add dependency on bison-native
[openembedded.git] / recipes / git / git.inc
blobbbbd7e966afca2c7e3c6da5464e5a1fcedb6a4a4
1 DESCRIPTION = "The git revision control system used by the Linux kernel developers"
2 SECTION = "console/utils"
3 LICENSE = "GPL"
5 SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2;name=src"
7 S = "${WORKDIR}/git-${PV}"
9 inherit autotools
11 do_install () {
12         oe_runmake install DESTDIR="${D}" bindir=${bindir} \
13                 template_dir=${datadir}/git-core/templates \
14                 GIT_PYTHON_DIR=${datadir}/git-core/python
17 FILES_${PN} += "${datadir}/git-core"