diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-06-08 14:40:39 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-06-08 15:13:48 +0200 |
commit | 60010f564531dce0f6c81ee52648c75a4d8a4ee9 (patch) | |
tree | 66de761d55dd3f99d9cc80974f0606aed675523f | |
parent | 526f95f33fc2290b219f8134f47e96706e847b4e (diff) |
mtools: change permissions of sources to get quilt apply all patches
-rw-r--r-- | recipes/mtools/mtools_4.0.10.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/mtools/mtools_4.0.10.bb b/recipes/mtools/mtools_4.0.10.bb index 5b7f0cd890..b53306a517 100644 --- a/recipes/mtools/mtools_4.0.10.bb +++ b/recipes/mtools/mtools_4.0.10.bb @@ -18,3 +18,9 @@ S = "${WORKDIR}/mtools-${PV}" inherit autotools EXTRA_OECONF = "--without-x" + +do_fix_perms() { + chmod 644 ${S}/*.c ${S}/*.h +} + +addtask fix_perms after do_unpack before do_patch |