diff options
Diffstat (limited to 'recipes/gpe-appmgr')
-rw-r--r-- | recipes/gpe-appmgr/gpe-appmgr_2.8.bb | 2 | ||||
-rw-r--r-- | recipes/gpe-appmgr/gpe-appmgr_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gpe-appmgr/gpe-appmgr_2.8.bb b/recipes/gpe-appmgr/gpe-appmgr_2.8.bb index 2b7601ecb5..5124992a61 100644 --- a/recipes/gpe-appmgr/gpe-appmgr_2.8.bb +++ b/recipes/gpe-appmgr/gpe-appmgr_2.8.bb @@ -6,7 +6,7 @@ PR = "r1" inherit gpe -SRC_URI += " file://no-render-h.patch;apply=yes file://cairo-fixes.patch;apply=yes" +SRC_URI += "file://no-render-h.patch file://cairo-fixes.patch" SRC_URI[md5sum] = "2dd3d56eee8905451e9c31cfda620f7a" SRC_URI[sha256sum] = "1a797188e9786936c32fee6ba3e20f01d562583f6407cf8d83f729ab708e1342" diff --git a/recipes/gpe-appmgr/gpe-appmgr_svn.bb b/recipes/gpe-appmgr/gpe-appmgr_svn.bb index 069fef75b7..aa1efeeb23 100644 --- a/recipes/gpe-appmgr/gpe-appmgr_svn.bb +++ b/recipes/gpe-appmgr/gpe-appmgr_svn.bb @@ -8,7 +8,7 @@ PR = "r0" inherit gpe SRC_URI = "${GPE_SVN} \ - file://svn-build.patch;apply=yes" + file://svn-build.patch" S = "${WORKDIR}/${PN}" |