diff options
Diffstat (limited to 'recipes/dietlibc/dietlibc_0.32.bb')
-rw-r--r-- | recipes/dietlibc/dietlibc_0.32.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/dietlibc/dietlibc_0.32.bb b/recipes/dietlibc/dietlibc_0.32.bb index 19e4e7da7c..e528613c1c 100644 --- a/recipes/dietlibc/dietlibc_0.32.bb +++ b/recipes/dietlibc/dietlibc_0.32.bb @@ -2,10 +2,10 @@ require dietlibc.inc PR = "${INC_PR}.2" -SRC_URI += "file://ccache.patch;patch=1 \ - file://ceil.patch;patch=1 \ - file://diethome.patch;patch=1 \ - file://getrlimit.patch;patch=1 \ +SRC_URI += "file://ccache.patch;apply=yes \ + file://ceil.patch;apply=yes \ + file://diethome.patch;apply=yes \ + file://getrlimit.patch;apply=yes \ " |