diff options
Diffstat (limited to 'recipes/powertop/powertop_svn.bb')
-rw-r--r-- | recipes/powertop/powertop_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/powertop/powertop_svn.bb b/recipes/powertop/powertop_svn.bb index 793035baa1..88a59e9e57 100644 --- a/recipes/powertop/powertop_svn.bb +++ b/recipes/powertop/powertop_svn.bb @@ -5,7 +5,7 @@ PV = "1.12+svnr${SRCPV}" PR = "${INC_PR}.0" SRC_URI = "svn://powertop.googlecode.com/svn;module=trunk;proto=http" -SRC_URI_append_omap3 = " file://omap-svn.patch;patch=1" +SRC_URI_append_omap3 = " file://omap-svn.patch;apply=yes" S = "${WORKDIR}/trunk" |