From: "Manuel Vögele" <develop@manuel-voegele.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] python-pyqt: Removed 'compileall' directive from INSTALL_TARGET_CMDS
Date: Tue, 23 Aug 2016 12:56:49 +0200 [thread overview]
Message-ID: <20160823105649.1267-1-develop@manuel-voegele.de> (raw)
Since all python modules are now byte-compiled globally this is no
longer necessary.
Signed-off-by: Manuel V?gele <develop@manuel-voegele.de>
---
package/python-pyqt/python-pyqt.mk | 3 ---
1 file changed, 3 deletions(-)
diff --git a/package/python-pyqt/python-pyqt.mk b/package/python-pyqt/python-pyqt.mk
index fa298c4..50e8351 100644
--- a/package/python-pyqt/python-pyqt.mk
+++ b/package/python-pyqt/python-pyqt.mk
@@ -108,9 +108,6 @@ define PYTHON_PYQT_INSTALL_TARGET_CMDS
$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) install
touch $(TARGET_DIR)/usr/lib/$(PYTHON_PYQT_PYTHON_DIR)/site-packages/PyQt4/__init__.py
$(RM) -rf $(TARGET_DIR)/usr/lib/$(PYTHON_PYQT_PYTHON_DIR)/site-packages/PyQt4/uic/$(PYTHON_PYQT_RM_PORT_BASE)
- PYTHONPATH="$(PYTHON_PATH)" \
- $(HOST_DIR)/usr/bin/python -c "import compileall; \
- compileall.compile_dir('$(TARGET_DIR)/usr/lib/$(PYTHON_PYQT_PYTHON_DIR)/site-packages/PyQt4')"
endef
$(eval $(generic-package))
--
2.1.4
next reply other threads:[~2016-08-23 10:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-23 10:56 Manuel Vögele [this message]
2016-08-23 13:00 ` [Buildroot] [PATCH 1/1] python-pyqt: Removed 'compileall' directive from INSTALL_TARGET_CMDS Thomas Petazzoni
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=20160823105649.1267-1-develop@manuel-voegele.de \
--to=develop@manuel-voegele.de \
--cc=buildroot@busybox.net \
/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