diff options
Diffstat (limited to 'recipes/gpe-contacts/gpe-contacts_svn.bb')
-rw-r--r-- | recipes/gpe-contacts/gpe-contacts_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gpe-contacts/gpe-contacts_svn.bb b/recipes/gpe-contacts/gpe-contacts_svn.bb index bad9aadec8..c1b6231458 100644 --- a/recipes/gpe-contacts/gpe-contacts_svn.bb +++ b/recipes/gpe-contacts/gpe-contacts_svn.bb @@ -10,7 +10,7 @@ PR = "r2" inherit autotools gpe SRC_URI = "${GPE_SVN}" -SRC_URI += "file://handle-import-categories.patch;patch=1" +SRC_URI += "file://handle-import-categories.patch;apply=yes" S = "${WORKDIR}/${PN}" |