diff options
Diffstat (limited to 'recipes/qi/qi_git.bb')
-rw-r--r-- | recipes/qi/qi_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/qi/qi_git.bb b/recipes/qi/qi_git.bb index 6a19292a70..37733a85e8 100644 --- a/recipes/qi/qi_git.bb +++ b/recipes/qi/qi_git.bb @@ -1,11 +1,12 @@ require qi.inc -PR = "r1" +PR = "r2" PR_append = "+gitr${SRCPV}" SRCREV = "c38b062a609f1442e6a9e13005cfbdfd59a5ac0d" SRC_URI = "\ git://git.openmoko.org/git/qi.git;protocol=git;branch=master \ file://sanitize-makefile.patch \ + file://0001-use-rootwait-instead-of-rootdelay.patch \ " S = "${WORKDIR}/git" |