From: Lucas Stach <l.stach@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/4] python: install python2 symlink
Date: Mon, 8 Jun 2015 12:05:57 +0200 [thread overview]
Message-ID: <1433757960-27712-1-git-send-email-l.stach@pengutronix.de> (raw)
Some programs call python2 in order to explicitly request python2.x.
Allow this by installing a symlink to the the correct binary.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
rules/python.make | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/python.make b/rules/python.make
index 8cc13efcec1a..a99f628f1456 100644
--- a/rules/python.make
+++ b/rules/python.make
@@ -185,6 +185,7 @@ $(STATEDIR)/python.targetinstall:
done
@$(call install_copy, python, 0, 0, 755, -, /usr/bin/python$(PYTHON_MAJORMINOR))
+ @$(call install_link, python, python$(PYTHON_MAJORMINOR), /usr/bin/python2)
@$(call install_lib, python, 0, 0, 644, libpython$(PYTHON_MAJORMINOR))
ifdef PTXCONF_PYTHON_SYMLINK
--
2.1.4
--
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2015-06-08 10:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-08 10:05 Lucas Stach [this message]
2015-06-08 10:05 ` [ptxdist] [PATCH 2/4] host-python-six: new package Lucas Stach
2015-06-08 10:05 ` [ptxdist] [PATCH 3/4] python-mako: " Lucas Stach
2015-06-08 10:06 ` [ptxdist] [PATCH 4/4] piglit: " Lucas Stach
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1433757960-27712-1-git-send-email-l.stach@pengutronix.de \
--to=l.stach@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox