diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-02 17:05:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-02 17:05:04 +0100 |
commit | 2897d02377ea83282dba86231c06257882417493 (patch) | |
tree | ffff1cf204ee17a4bfb0dbdfca91e5a308826f7f | |
parent | 16d76134888cc7a5d9c3bd531aeffaa1a6d3995e (diff) | |
parent | 2cb5bb7b747132f9d1d6010e406464e1b4f2492d (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
-rw-r--r-- | package/python2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile index 5c759eaca..948a012d4 100644 --- a/package/python2/Makefile +++ b/package/python2/Makefile @@ -100,6 +100,10 @@ HOST_CONFIGURE_ARGS:= --with-threads \ --disable-toolbox-glue \ --without-cxx-main +hostpost-install: + $(INSTALL_BIN) ${WRKBUILD}/Parser/pgen \ + $(STAGING_HOST_DIR)/usr/bin/pgen + python2-install: ${INSTALL_MODS_y} ${INSTALL_MODS_m} ${INSTALL_DIR} ${IDIR_PYTHON2}/usr/bin ${IDIR_PYTHON2}/usr/lib ${INSTALL_DIR} ${IDIR_PYTHON2}/usr/lib/python2.7 |