commit 3e91a538b1c799eb91257683fb4c237d84d3f64e
parent 9a79d5f093d2594854c787bf925a3a62975d001f
Author: Jeffery To <jeffery.to@gmail.com>
Date: Wed, 2 Dec 2015 18:06:49 +0800
python-pycparser: remove unnecessary filespec section
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/lang/python-pycparser/Makefile b/lang/python-pycparser/Makefile
@@ -42,11 +42,6 @@ module designed to be easily integrated into applications that need to parse
C source code.
endef
-define PyPackage/python-pycparser/filespec
-+|$(PYTHON_PKG_DIR)
--|$(PYTHON_PKG_DIR)/pycparser/ply
-endef
-
define Build/Compile
$(call Build/Compile/PyMod,,install --prefix="/usr" --root="$(PKG_INSTALL_DIR)")
endef