base-system-live-busybox: update to 1.20.2, switch to /usr.
This commit is contained in:
parent
cdf5d372f9
commit
f4ddd20305
2 changed files with 20 additions and 4 deletions
10
srcpkgs/base-system-live-busybox/patches/glibc-2.16.patch
Normal file
10
srcpkgs/base-system-live-busybox/patches/glibc-2.16.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- include/libbb.h.orig 2012-07-09 15:18:29.296170184 +0200
|
||||
+++ include/libbb.h 2012-07-09 15:18:41.374877927 +0200
|
||||
@@ -40,6 +40,7 @@
|
||||
#include <sys/poll.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/mman.h>
|
||||
+#include <sys/resource.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/time.h>
|
|
@ -1,17 +1,17 @@
|
|||
# Build template for 'base-system-live-busybox'.
|
||||
pkgname=base-system-live-busybox
|
||||
version=1.20.1
|
||||
version=1.20.2
|
||||
revision=1
|
||||
wrksrc="busybox-${version}"
|
||||
homepage="http://www.busybox.net"
|
||||
distfiles="${homepage}/downloads/busybox-$version.tar.bz2"
|
||||
makedepends="perl"
|
||||
replaces="base-busybox>=0"
|
||||
conflicts="base-system>=0"
|
||||
revision=1
|
||||
short_desc="The Swiss Army Knife of Embedded Linux - for base-system-live"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
checksum=3e515d8abefd8583ebabffdcfccecb3b8deacf2cef7c69ab1d8755a012ec68c9
|
||||
checksum=eb13ff01dae5618ead2ef6f92ba879e9e0390f9583bd545d8789d27cf39b6882
|
||||
long_desc="
|
||||
BusyBox combines tiny versions of many common UNIX utilities into a single
|
||||
small executable. It provides replacements for most of the utilities you
|
||||
|
@ -31,6 +31,12 @@ do_build() {
|
|||
|
||||
do_install() {
|
||||
make CONFIG_PREFIX=${DESTDIR} install
|
||||
vinstall ${FILESDIR}/udhcpc@.service 644 lib/systemd/system
|
||||
|
||||
vmkdir usr/bin
|
||||
vmkdir usr/sbin
|
||||
vmove "bin/*" usr/bin
|
||||
vmove "sbin/*" usr/sbin
|
||||
|
||||
vinstall ${FILESDIR}/udhcpc@.service 644 usr/lib/systemd/system
|
||||
vinstall ${FILESDIR}/udhcpc-default.script 755 usr/share/udhcpc default.script
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue