diff options
Diffstat (limited to 'recipes/ccache/ccache_2.4.bb')
-rw-r--r-- | recipes/ccache/ccache_2.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ccache/ccache_2.4.bb b/recipes/ccache/ccache_2.4.bb index ee8c9901a5..bf5cae3add 100644 --- a/recipes/ccache/ccache_2.4.bb +++ b/recipes/ccache/ccache_2.4.bb @@ -5,7 +5,7 @@ LICENSE = "GPL" PR = "r2" SRC_URI = "http://samba.org/ftp/ccache/ccache-${PV}.tar.gz \ - file://ccache-gcov.patch;patch=1 \ + file://ccache-gcov.patch;apply=yes \ " inherit autotools |