diff options
Diffstat (limited to 'recipes/qi/qi_git.bb')
-rw-r--r-- | recipes/qi/qi_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/qi/qi_git.bb b/recipes/qi/qi_git.bb index c91ac54469..6a19292a70 100644 --- a/recipes/qi/qi_git.bb +++ b/recipes/qi/qi_git.bb @@ -5,7 +5,7 @@ PR_append = "+gitr${SRCPV}" SRCREV = "c38b062a609f1442e6a9e13005cfbdfd59a5ac0d" SRC_URI = "\ git://git.openmoko.org/git/qi.git;protocol=git;branch=master \ - file://sanitize-makefile.patch;patch=1 \ + file://sanitize-makefile.patch \ " S = "${WORKDIR}/git" |