From 2cb5bb7b747132f9d1d6010e406464e1b4f2492d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 2 Nov 2013 17:01:52 +0100 Subject: pgen is not automatically installed --- package/python2/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/python2') 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 -- cgit v1.2.3