Update bootstrap pkgs for new rshlib thing
This commit is contained in:
parent
3c580f051b
commit
cc660ea670
82 changed files with 183 additions and 114 deletions
2
srcpkgs/busybox/busybox.rshlibs
Normal file
2
srcpkgs/busybox/busybox.rshlibs
Normal file
|
@ -0,0 +1,2 @@
|
|||
libm.so.6
|
||||
libc.so.6
|
|
@ -1,7 +1,7 @@
|
|||
# Build template for 'busybox'.
|
||||
pkgname=busybox
|
||||
version=1.19.2
|
||||
revision=2
|
||||
revision=3
|
||||
homepage="http://www.busybox.net"
|
||||
distfiles="${homepage}/downloads/busybox-$version.tar.bz2"
|
||||
short_desc="The Swiss Army Knife of Embedded Linux"
|
||||
|
@ -18,7 +18,6 @@ long_desc="
|
|||
environment for any small or embedded system."
|
||||
|
||||
bootstrap=yes
|
||||
Add_dependency run glibc
|
||||
|
||||
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
||||
Add_dependency build coreutils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue