2013-10-01 17:07:46 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# psplash
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2015-02-27 09:07:10 +01:00
|
|
|
PSPLASH_VERSION = 14c8f7b705de944beb4de3f296506d80871e410f
|
2014-01-10 20:50:21 +01:00
|
|
|
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 \
|
2015-04-21 19:50:35 +02:00
|
|
|
$(TARGET_DIR)/usr/lib/systemd/system/psplash-start.service
|
2014-06-11 22:55:02 +02:00
|
|
|
$(INSTALL) -d $(TARGET_DIR)/etc/systemd/system/sysinit.target.wants
|
2015-04-21 19:50:35 +02:00
|
|
|
ln -sf ../../../../usr/lib/systemd/system/psplash-start.service \
|
2016-03-10 22:48:54 +01:00
|
|
|
$(TARGET_DIR)/etc/systemd/system/sysinit.target.wants/
|
2014-06-11 22:55:02 +02:00
|
|
|
|
|
|
|
$(INSTALL) -D -m 644 package/psplash/psplash-quit.service \
|
2015-04-21 19:50:35 +02:00
|
|
|
$(TARGET_DIR)/usr/lib/systemd/system/psplash-quit.service
|
2014-06-11 22:55:02 +02:00
|
|
|
$(INSTALL) -d $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
|
2015-04-21 19:50:35 +02:00
|
|
|
ln -sf ../../../../usr/lib/systemd/system/psplash-quit.service \
|
2016-03-10 22:48:54 +01:00
|
|
|
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/
|
2014-06-11 22:55:02 +02:00
|
|
|
endef
|
|
|
|
|
2013-10-01 17:07:46 +02:00
|
|
|
$(eval $(autotools-package))
|