From a6f0067e7fa5a6705856050fe95af3aae3c1fd48 Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Sun, 12 Feb 2012 15:39:51 +0100 Subject: [PATCH] Hard-wire OKL4 elfweaver to python2 On executing "make prepare", patch elfweaver to specify python2 instead of python, fix #107 --- base-okl4/patches/elfweaver-python2.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 base-okl4/patches/elfweaver-python2.patch diff --git a/base-okl4/patches/elfweaver-python2.patch b/base-okl4/patches/elfweaver-python2.patch new file mode 100644 index 000000000..e8f86492b --- /dev/null +++ b/base-okl4/patches/elfweaver-python2.patch @@ -0,0 +1,8 @@ +--- a/tools/pyelf/elfweaver 2012-02-12 15:35:22.347943742 +0100 ++++ b/tools/pyelf/elfweaver 2012-02-12 15:35:26.444610504 +0100 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python2 + # + # Copyright (c) 2007 Open Kernel Labs, Inc. (Copyright Holder). + # All rights reserved.