← recipes

Commit 953c059

0
plików
+0
dodanych
-0
usuniętych
@@ -8,7 +8,6 @@ depends: []
8 8 makedepends:
9 9 - musl
10 10 source:
11 -- busybox-1.33.0_modprobe.patch
12 11 - bb_default_path.patch
13 12 - ${pkgname}.config
14 13 - 'http://deb.debian.org/debian/pool/main/b/busybox/busybox_${pkgver}.orig.tar.bz2'
@@ -16,7 +15,6 @@ sha256sums:
16 15 - SKIP
17 16 - SKIP
18 17 - SKIP
19 -- SKIP
20 18 footprint: "drwxr-xr-x\troot/root\tbin/\nlrwxrwxrwx\troot/root\tbin/[ -> ../usr/bin/busybox\nlrwxrwxrwx\troot/root\tbin/[[\
21 19 \ -> ../usr/bin/busybox\nlrwxrwxrwx\troot/root\tbin/acpid -> ../usr/bin/busybox\nlrwxrwxrwx\troot/root\tbin/addgroup ->\
22 20 \ ../usr/bin/busybox\nlrwxrwxrwx\troot/root\tbin/adduser -> ../usr/bin/busybox\nlrwxrwxrwx\troot/root\tbin/adjtimex -> ../usr/bin/busybox\n\
@@ -198,10 +196,8 @@ hooks:
198 196 grep -q bin/ash etc/shells || echo "/bin/ash" >> etc/shells
199 197 build: |
200 198 cd ${pkgname}-${pkgver}
201 - # Anti-future-proofing patch: when kernel will learn how to finit_module(fd)
202 - # a gzipped module in addition to uncompressed ones, this patch needs to be
203 - # removed
204 - patch -Np1 -i ../busybox-1.33.0_modprobe.patch
199 + # busybox-1.33.0_modprobe.patch nie nakłada się już na źródła 1.38
200 + # (upstream sam poradził sobie z finit_module) – pomijamy go.
205 201 # Busybox default patch doen't fit for PaganOS
206 202 patch -Np1 -i ../bb_default_path.patch
207 203 cp ../${pkgname}.config .config