summaryrefslogtreecommitdiffstats
path: root/recipes/qi/qi_git.bb
blob: 33640542983723c427b4645b4a1e61964b223b56 (plain)
1
2
3
4
5
6
7
8
9
10
require qi.inc
PR = "r0"
PR_append = "+gitr${SRCREV}"

SRC_URI = "\
  git://git.openmoko.org/git/qi.git;protocol=git;branch=master \
  file://sanitize-makefile.patch;patch=1 \
"
S = "${WORKDIR}/git"