2013-10-01 17:07:46 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# psplash
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2014-01-10 20:50:21 +01:00
|
|
|
PSPLASH_VERSION = afd4e228c606a9998feae44a3fed4474803240b7
|
|
|
|
PSPLASH_SITE = git://git.yoctoproject.org/psplash
|
2013-10-01 17:07:46 +02:00
|
|
|
PSPLASH_LICENSE = GPLv2+
|
2014-01-10 20:50:21 +01:00
|
|
|
PSPLASH_AUTORECONF = YES
|
2013-10-01 17:07:46 +02:00
|
|
|
|
2014-06-11 22:55:02 +02:00
|
|
|
define PSPLASH_INSTALL_INIT_SYSTEMD
|
|
|
|
$(INSTALL) -D -m 644 package/psplash/psplash-start.service \
|
|
|
|
$(TARGET_DIR)/etc/systemd/system/psplash-start.service
|
|
|
|
$(INSTALL) -d $(TARGET_DIR)/etc/systemd/system/sysinit.target.wants
|
|
|
|
ln -sf ../psplash-start.service \
|
|
|
|
$(TARGET_DIR)/etc/systemd/system/sysinit.target.wants/
|
|
|
|
|
|
|
|
$(INSTALL) -D -m 644 package/psplash/psplash-quit.service \
|
|
|
|
$(TARGET_DIR)/etc/systemd/system/psplash-quit.service
|
|
|
|
$(INSTALL) -d $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
|
|
|
|
ln -sf ../psplash-quit.service \
|
|
|
|
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/
|
|
|
|
endef
|
|
|
|
|
2013-10-01 17:07:46 +02:00
|
|
|
$(eval $(autotools-package))
|