mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-08 06:31:50 +00:00
Fix build failure on Yocto
On install phase certificate files are being installed twice as included in _DATA twice. We can use EXTRA_DIST than dist_. Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com>
This commit is contained in:
committed by
Patrick McCarty
parent
2568e6daf7
commit
933e8da753
+2
-2
@@ -98,11 +98,11 @@ SWUPD_CERTS = certs/157753a5.0 \
|
||||
certs/d6325660.0 \
|
||||
certs/d6325660.1
|
||||
swupdcerts_DATA = $(SWUPD_CERTS)
|
||||
dist_swupdcerts_DATA = $(SWUPD_CERTS)
|
||||
|
||||
EXTRA_DIST += \
|
||||
data/check-update.service \
|
||||
data/check-update.timer
|
||||
data/check-update.timer \
|
||||
$(SWUPD_CERTS)
|
||||
|
||||
DISTCHECK_CONFIGURE_FLAGS = \
|
||||
--with-systemdsystemunitdir=$$dc_install_base/$(systemdunitdir)
|
||||
|
||||
Reference in New Issue
Block a user