Nagy Karoly Gabriel
10 years ago
3 changed files with 75 additions and 0 deletions
@ -0,0 +1,5 @@
|
||||
|
||||
[TIMESTAMP] 1422456397 Wed Jan 28 15:46:37 2015 |
||||
[BUILDTIME] 10 (1) |
||||
[SIZE] 0.27 MB, 155 files |
||||
|
@ -0,0 +1,37 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../toybox/toybox.conf |
||||
# Copyright (C) 2015 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
runconf=0 |
||||
|
||||
#Toybox author wants this. |
||||
echo_status "Using CPUS=$SDECFG_PARALLEL_MAX" |
||||
export CPUS=$SDECFG_PARALLEL_MAX |
||||
|
||||
#Tools used to build toybox do not support -Os |
||||
var_remove_regex SYSGCC_WRAPPER_INSERT " " "-Os" |
||||
|
||||
hook_add premake 1 'toybox_config' |
||||
toybox_config() { |
||||
eval $MAKE defconfig CPUS=$CPUS |
||||
if pkginstalled time; then |
||||
sed -i -e "s,^CONFIG_TIME=y,CONFIG_TIME=n," .config |
||||
fi |
||||
if pkginstalled binutils; then |
||||
sed -i -e "s,^CONFIG_STRINGS=y,CONFIG_STRINGS=n," .config |
||||
fi |
||||
|
||||
eval $MAKE oldconfig CPUS=$CPUS |
||||
} |
||||
|
||||
var_append makeinstopt ' ' "PREFIX=$root/" |
@ -0,0 +1,33 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../toybox/toybox.desc |
||||
[COPY] Copyright (C) 2015 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] An all-in-one Linux command line. |
||||
|
||||
[T] Toybox combines common Linux command line utilities together into a single |
||||
[T] BSD-licensed executable that's simple, small, fast, reasonably standards-compliant, |
||||
[T] and powerful enough to turn Android into a development environment. |
||||
|
||||
[U] http://landley.net/toybox/ |
||||
|
||||
[A] Rob Landley <rob@landley.net> |
||||
[M] Nagy Karoly Gabriel <nagy.karoly@opensde.org> |
||||
|
||||
[C] base/system |
||||
|
||||
[L] BSD |
||||
[S] Stable |
||||
[V] 0.5.1 |
||||
[P] X -1-3-5---9 107.000 |
||||
|
||||
[D] 2434017406 toybox-0.5.1.tar.bz2 http://landley.net/toybox/downloads/ |
Loading…
Reference in new issue