mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Remove arpd and Oracle BDB it depends on
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
9684f7bb92
commit
7d53200b9c
4 changed files with 1 additions and 58 deletions
|
@ -1,33 +0,0 @@
|
||||||
VERSION="6.2.32"
|
|
||||||
SRCDIR="db-${VERSION}"
|
|
||||||
TARBALL="${SRCDIR}.tar.gz"
|
|
||||||
URL="http://download.oracle.com/berkeley-db/"
|
|
||||||
SHA256SUM="a9c5e2b004a5777aa03510cfe5cd766a4a3b777713406b02809c17c8e0e7a8fb"
|
|
||||||
DEPENDS="toolchain"
|
|
||||||
|
|
||||||
prepare() {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
|
||||||
$1/dist/configure --prefix="" --host="$TARGET" --enable-compat185 \
|
|
||||||
--enable-dbm --disable-static --enable-cxx
|
|
||||||
|
|
||||||
make -j $NUMJOBS
|
|
||||||
}
|
|
||||||
|
|
||||||
deploy() {
|
|
||||||
local SOURCE="$1"
|
|
||||||
local DEPLOY="$2"
|
|
||||||
|
|
||||||
make DESTDIR="$DEPLOY" install
|
|
||||||
cp "$SCRIPTDIR/pkg/$PKGNAME/rootfs_files.txt" "$DEPLOY"
|
|
||||||
chmod 755 ${DEPLOY}/bin/db_*
|
|
||||||
rm -r "$DEPLOY/docs"
|
|
||||||
}
|
|
||||||
|
|
||||||
check_update() {
|
|
||||||
# we need to login to access newer versions
|
|
||||||
# ... because Oracle, thats why!
|
|
||||||
return
|
|
||||||
}
|
|
|
@ -1,21 +0,0 @@
|
||||||
lib/libdb-6.2.so m 555 0 0
|
|
||||||
lib/libdb_cxx-6.2.so m 555 0 0
|
|
||||||
lib/libdb.so m 777 0 0
|
|
||||||
lib/libdb-6.so m 777 0 0
|
|
||||||
lib/libdb_cxx.so m 777 0 0
|
|
||||||
lib/libdb_cxx-6.so m 777 0 0
|
|
||||||
bin/db_archive m 555 0 0
|
|
||||||
bin/db_checkpoint m 555 0 0
|
|
||||||
bin/db_convert m 555 0 0
|
|
||||||
bin/db_deadlock m 555 0 0
|
|
||||||
bin/db_dump m 555 0 0
|
|
||||||
bin/db_hotbackup m 555 0 0
|
|
||||||
bin/db_load m 555 0 0
|
|
||||||
bin/db_log_verify m 555 0 0
|
|
||||||
bin/db_printlog m 555 0 0
|
|
||||||
bin/db_recover m 555 0 0
|
|
||||||
bin/db_replicate m 555 0 0
|
|
||||||
bin/db_stat m 555 0 0
|
|
||||||
bin/db_tuner m 555 0 0
|
|
||||||
bin/db_upgrade m 555 0 0
|
|
||||||
bin/db_verify m 555 0 0
|
|
|
@ -3,7 +3,7 @@ SRCDIR="iproute2-${VERSION}"
|
||||||
TARBALL="${SRCDIR}.tar.xz"
|
TARBALL="${SRCDIR}.tar.xz"
|
||||||
URL="https://www.kernel.org/pub/linux/utils/net/iproute2/"
|
URL="https://www.kernel.org/pub/linux/utils/net/iproute2/"
|
||||||
SHA256SUM="a9e6c70c95f513871c5e1f4e452c04fcb3c4d8a05be651bd794cd994a52daa45"
|
SHA256SUM="a9e6c70c95f513871c5e1f4e452c04fcb3c4d8a05be651bd794cd994a52daa45"
|
||||||
DEPENDS="bdb libmnl"
|
DEPENDS="libmnl"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
apply_patches
|
apply_patches
|
||||||
|
@ -19,7 +19,6 @@ deploy() {
|
||||||
local SOURCE="$1"
|
local SOURCE="$1"
|
||||||
local DEPLOY="$2"
|
local DEPLOY="$2"
|
||||||
|
|
||||||
mkdir -p "$DEPLOY/var/lib/arpd"
|
|
||||||
make DESTDIR="$DEPLOY" SYSROOT="$TCDIR/$TARGET" install
|
make DESTDIR="$DEPLOY" SYSROOT="$TCDIR/$TARGET" install
|
||||||
cp "$SCRIPTDIR/pkg/$PKGNAME/rootfs_files.txt" "$DEPLOY"
|
cp "$SCRIPTDIR/pkg/$PKGNAME/rootfs_files.txt" "$DEPLOY"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
var/lib/arpd m 755 0 0
|
|
||||||
bin/ip m 555 0 0
|
bin/ip m 555 0 0
|
||||||
bin/rtmon m 555 0 0
|
bin/rtmon m 555 0 0
|
||||||
bin/ifcfg m 555 0 0
|
bin/ifcfg m 555 0 0
|
||||||
|
@ -12,7 +11,6 @@ bin/nstat m 555 0 0
|
||||||
bin/ifstat m 555 0 0
|
bin/ifstat m 555 0 0
|
||||||
bin/rtacct m 555 0 0
|
bin/rtacct m 555 0 0
|
||||||
bin/lnstat m 555 0 0
|
bin/lnstat m 555 0 0
|
||||||
bin/arpd m 555 0 0
|
|
||||||
bin/rtstat m 777 0 0
|
bin/rtstat m 777 0 0
|
||||||
bin/ctstat m 777 0 0
|
bin/ctstat m 777 0 0
|
||||||
bin/genl m 555 0 0
|
bin/genl m 555 0 0
|
||||||
|
|
Loading…
Reference in a new issue