Skip to content

Commit

Permalink
rsyslog: update to 8.1910
Browse files Browse the repository at this point in the history
- be0ify
- disable static
- disable new fancy shiny stuff
  • Loading branch information
wwwutz committed Nov 5, 2019
1 parent 49a395a commit 674f575
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 30 deletions.
30 changes: 0 additions & 30 deletions rsyslog-6.1.2-0.bee

This file was deleted.

46 changes: 46 additions & 0 deletions rsyslog.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
#!/usr/bin/env beesh

# BEE_VERSION rsyslog-8.1910.0-1

# more info: https://foo.bar.com

SRCURL[0]="http://www.rsyslog.com/files/download/rsyslog/rsyslog-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure \
--disable-silent-rules \
--disable-fmhash \
--disable-fmhttp \
--disable-default-tests \
--disable-helgrind \
--disable-static

# PS1='xxx ' bash -norc
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
mkdir -vp ${D}/etc/systemd/system
ln -vs /lib/systemd/system/rsyslog.service ${D}/etc/systemd/system/syslog.service
}

0 comments on commit 674f575

Please sign in to comment.