lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit ac311e98015449c35502f10fc417970794996be4
parent bfb8077f1cca68f42408e24a2a8e29492747246d
Author: Alexandru Ardelean <ardeleanalex@gmail.com>
Date:   Mon,  9 Mar 2015 14:20:37 +0200

python: remove PyPackage rules for python package

Calling `PyPackage` will install some default install rules for
python packages that are not required for the `python` package specifically
are not required.
That will lead to some conflicts with `python-light` because the
`/usr/lib/python2.7/site-packages` folder (+contents) will be
available in both packages.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>

Diffstat:
Mlang/python/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/python/Makefile b/lang/python/Makefile @@ -241,7 +241,7 @@ $(foreach package, $(PYTHON_PACKAGES), \ $(eval $(call PyPackage,python-base)) $(eval $(call PyPackage,python-light)) -$(eval $(call PyPackage,python)) +#$(eval $(call PyPackage,python)) $(eval $(call BuildPackage,python-base)) $(eval $(call BuildPackage,python-light))