diff options
Diffstat (limited to 'recipes/gpe-su')
-rw-r--r-- | recipes/gpe-su/gpe-su.inc | 2 | ||||
-rw-r--r-- | recipes/gpe-su/gpe-su_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gpe-su/gpe-su.inc b/recipes/gpe-su/gpe-su.inc index f4a7dcaa39..d5ba579cc5 100644 --- a/recipes/gpe-su/gpe-su.inc +++ b/recipes/gpe-su/gpe-su.inc @@ -7,4 +7,4 @@ SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" inherit gpe pkgconfig -SRC_URI += "file://makefile-fix.patch;apply=yes" +SRC_URI += "file://makefile-fix.patch" diff --git a/recipes/gpe-su/gpe-su_svn.bb b/recipes/gpe-su/gpe-su_svn.bb index f8ac0f0712..c8ae9cc5a8 100644 --- a/recipes/gpe-su/gpe-su_svn.bb +++ b/recipes/gpe-su/gpe-su_svn.bb @@ -3,7 +3,7 @@ require gpe-su.inc PR = "r1" SRC_URI = "${GPE_SVN} \ - file://svn-build.patch;apply=yes" + file://svn-build.patch" S = "${WORKDIR}/${PN}" |