From 2a96f91e9f34ac457e32883af0357c175dcd2174 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 3 Jan 2022 09:35:45 +0100 Subject: [PATCH] alpine: update 2.21.99999 to 2.25 - update --- alpine.be0 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/alpine.be0 b/alpine.be0 index a720bc3b6..6aee8772f 100755 --- a/alpine.be0 +++ b/alpine.be0 @@ -1,11 +1,12 @@ #!/usr/bin/env beesh -# BEE_VERSION alpine-2.21.99999-0 +# BEE_VERSION alpine-2.25-0 # more info: https://repo.or.cz/alpine.git # http://alpine.x10host.com/alpine/ -SRCURL[0]="/src/mariux/beeroot/downloads/alpine-0_t1569546390_90e12ea.tar.bz2" +# SRCURL[0]="http://alpine.x10host.com/alpine/release/src/alpine-2.25.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/50e59c7979f43fcc7a45e43760e2a97d/alpine-2.25.tar.xz" # PATCHURL+=() @@ -29,11 +30,9 @@ mee_configure() { # bee_build #} -#mee_install() { -# bee_install -#} +mee_install() { + bee_install -mee_install_post() { rm -vrf ${D}/usr/bin/{rpdump,rpload} rm -vrf ${D}/usr/share/man/man1/{rpdump,rpload}.1 }