Adjust recipes to separation of buildhost and target packages

This commit is contained in:
Oliver Tappe
2013-08-05 00:14:47 +02:00
parent d525fee8e9
commit 39a646a289
86 changed files with 294 additions and 296 deletions

View File

@@ -38,7 +38,6 @@ REQUIRES="
lib:libz
"
BUILD_REQUIRES="
cmd:nano
devel:libbz2
devel:libncurses
devel:libssl
@@ -55,6 +54,7 @@ BUILD_PREREQUIRES="
cmd:ld
cmd:libtoolize
cmd:make
cmd:nano
"
SOURCE_DIR="Python-2.6.8"