diff options
Diffstat (limited to 'recipes/omgps/omgps_svn.bb')
-rw-r--r-- | recipes/omgps/omgps_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/omgps/omgps_svn.bb b/recipes/omgps/omgps_svn.bb index 0745c18fbc..48cc18d0cf 100644 --- a/recipes/omgps/omgps_svn.bb +++ b/recipes/omgps/omgps_svn.bb @@ -9,6 +9,6 @@ PV = "0.1+svnr${SRCPV}" PR = "r0" S = "${WORKDIR}/${PN}" SRC_URI = "svn://omgps.googlecode.com/svn/trunk;module=omgps;proto=http \ - file://gcc-4.4.patch;patch=1" + file://gcc-4.4.patch;apply=yes" inherit autotools |