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:
Amarnath Valluri
2016-03-07 14:23:18 -08:00
committed by Patrick McCarty
parent 2568e6daf7
commit 933e8da753
+2 -2
View File
@@ -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)