Skip to content

Commit

Permalink
systemd: Add patch to fix ssh problem
Browse files Browse the repository at this point in the history
Add a patch which hopefully fixes out ssh problem. Increment build
number.
  • Loading branch information
donald committed Apr 25, 2019
1 parent 0ed6aea commit 858a59b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion systemd.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION systemd-242-2
# BEE_VERSION systemd-242-3

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand All @@ -16,6 +16,7 @@ SRCURL[0]="https://github.com/systemd/systemd/archive/v${PKGVERSION}.tar.gz"
## The sources will be patched in the order of the array.

PATCHURL+=(/src/mariux/patches/systemd-v242-0001-Prevent-loop-when-stopping-datagram-socket-units.patch)
PATCHURL+=(/src/mariux/patches/systemd-v242-0001-cgroup-Continue-unit-reset-if-cgroup-are-busy.patch)

BEE_BUILDTYPE=meson

Expand Down

0 comments on commit 858a59b

Please sign in to comment.