wok-next diff micropython/receipt @ rev 21571

updated cssc (1.4.0 -> 1.4.1)
author Hans-G?nter Theisgen
date Mon Jun 22 16:52:21 2020 +0100 (2020-06-22)
parents b7dccb922cf7
children
line diff
     1.1 --- a/micropython/receipt	Thu Apr 16 09:40:18 2020 +0100
     1.2 +++ b/micropython/receipt	Mon Jun 22 16:52:21 2020 +0100
     1.3 @@ -15,12 +15,12 @@
     1.4  
     1.5  compile_rules()
     1.6  {
     1.7 -	sed -i 's|bash|sh|' \
     1.8 -		$src/py/py-version.sh
     1.9 -	sed -i 's|-lreadline|& -lncurses -ldl -lffi|' \
    1.10 -		$src/unix/Makefile
    1.11 +#	sed -i 's|bash|sh|' \
    1.12 +#		$src/py/py-version.sh
    1.13 +#	sed -i 's|-lreadline|& -lncurses -ldl -lffi|' \
    1.14 +#		$src/unix/Makefile
    1.15  
    1.16 -	cd unix
    1.17 +	cd ports/unix
    1.18  	make -j1
    1.19  }
    1.20  
    1.21 @@ -28,6 +28,6 @@
    1.22  {
    1.23  	mkdir -p $fs/usr/bin
    1.24  
    1.25 -	cp -a $src/unix/micropython	$fs/usr/bin
    1.26 +	cp -a $src/ports/unix/micropython	$fs/usr/bin
    1.27  	DEPENDS="readline libffi"
    1.28  }