aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dietlibc/dietlibc-git.inc
blob: e2e4595428d72e269f59229548defbb0bdbf33fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SRCREV = "e1910c6289f754dcbf863d309ed8b72452a5de74"
_pv = "0.32"
PR = "r0"

inherit gitpkgv

PV = "${_pv}+gitr${SRCPV}"
PKGV = "${_pv}+gitr${GITPKGV}"

SRC_URI = " \
        git://github.com/ensc/dietlibc.git;protocol=git;branch=master \
        file://ccache.patch \
        file://runtests-X.sh \
"
S = "${WORKDIR}/git"