odroid-u2-base: remove systemd build option (#1736).
This commit is contained in:
parent
feae2081ab
commit
514e623b9c
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'odroid-u2-base'
|
||||
pkgname=odroid-u2-base
|
||||
version=2.3
|
||||
version=2.4
|
||||
revision=1
|
||||
build_style=meta
|
||||
homepage="http://www.voidlinux.eu"
|
||||
|
@ -12,7 +12,6 @@ only_for_archs="armv7l"
|
|||
depends="virtual?ntp-daemon odroid-u2-kernel odroid-u2-uboot odroid-u2-boot-fw linux-firmware-network"
|
||||
|
||||
conf_files=/etc/default/odroid-led
|
||||
build_options="systemd"
|
||||
|
||||
do_install() {
|
||||
# Set proper perms to some devices.
|
||||
|
@ -22,8 +21,5 @@ do_install() {
|
|||
# Install LED utilities
|
||||
vinstall ${FILESDIR}/odroid-led.sh 744 /usr/sbin odroid-led
|
||||
vinstall ${FILESDIR}/odroid-led.default 744 /etc/default odroid-led
|
||||
if [ "$build_option_systemd" ]; then
|
||||
vinstall ${FILESDIR}/odroid-led.service 644 /usr/lib/systemd/system
|
||||
fi
|
||||
vsv odroid-led
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue