diff options
Diffstat (limited to 'recipes/flashrom/flashrom_svn.bb')
-rw-r--r-- | recipes/flashrom/flashrom_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/flashrom/flashrom_svn.bb b/recipes/flashrom/flashrom_svn.bb index 7193c13482..84c10f82bb 100644 --- a/recipes/flashrom/flashrom_svn.bb +++ b/recipes/flashrom/flashrom_svn.bb @@ -9,7 +9,7 @@ PR = "r0" SRC_URI = " \ svn://coreboot.org/repos/trunk/util/;module=flashrom \ - file://makefile-disable-strip.patch;patch=1 \ + file://makefile-disable-strip.patch;apply=yes \ " S = "${WORKDIR}/${PN}" |