diff options
Diffstat (limited to 'recipes/qi')
-rw-r--r-- | recipes/qi/qi-ubi_git.bb | 2 | ||||
-rw-r--r-- | recipes/qi/qi_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/qi/qi-ubi_git.bb b/recipes/qi/qi-ubi_git.bb index 65995a6241..08bc7c5123 100644 --- a/recipes/qi/qi-ubi_git.bb +++ b/recipes/qi/qi-ubi_git.bb @@ -6,5 +6,5 @@ do_configure_prepend() { } SRC_URI_append = "\ - file://rootfstype.ubifs.patch;patch=1 \ + file://rootfstype.ubifs.patch \ " 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" |