From: Marcin Juszkiewicz Date: Mon, 8 Jun 2009 12:40:39 +0000 (+0200) Subject: mtools: change permissions of sources to get quilt apply all patches X-Git-Tag: Release-2010-05/1~3209^2~18^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60010f564531dce0f6c81ee52648c75a4d8a4ee9;p=openembedded.git mtools: change permissions of sources to get quilt apply all patches --- 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