[oe-commits] Marcin Juszkiewicz : mtools: change permissions of sources to get quilt apply all patches

git version control git at git.openembedded.org
Mon Jun 8 13:12:57 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 60010f564531dce0f6c81ee52648c75a4d8a4ee9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=60010f564531dce0f6c81ee52648c75a4d8a4ee9

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Mon Jun  8 14:40:39 2009 +0200

mtools: change permissions of sources to get quilt apply all patches

---

 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 5b7f0cd..b53306a 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





More information about the Openembedded-commits mailing list