summaryrefslogtreecommitdiffstats
path: root/recipes-extended/cockpit-machines/cockpit-machines_346.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/cockpit-machines/cockpit-machines_346.bb')
-rw-r--r--recipes-extended/cockpit-machines/cockpit-machines_346.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-extended/cockpit-machines/cockpit-machines_346.bb b/recipes-extended/cockpit-machines/cockpit-machines_346.bb
index feb7a97a..8aaac4c5 100644
--- a/recipes-extended/cockpit-machines/cockpit-machines_346.bb
+++ b/recipes-extended/cockpit-machines/cockpit-machines_346.bb
@@ -13,7 +13,7 @@ DEPENDS += "cockpit"
13SRC_URI = "https://github.com/cockpit-project/cockpit-machines/releases/download/${PV}/cockpit-machines-${PV}.tar.xz" 13SRC_URI = "https://github.com/cockpit-project/cockpit-machines/releases/download/${PV}/cockpit-machines-${PV}.tar.xz"
14SRC_URI[sha256sum] = "c9d80357da2bf3ecda9698f0dc6fcb46675b3b76da9150a22178071fe982fcb0" 14SRC_URI[sha256sum] = "c9d80357da2bf3ecda9698f0dc6fcb46675b3b76da9150a22178071fe982fcb0"
15 15
16S = "${WORKDIR}/${PN}" 16S = "${UNPACKDIR}/${PN}"
17 17
18inherit autotools-brokensep features_check gettext 18inherit autotools-brokensep features_check gettext
19 19
@@ -29,3 +29,6 @@ FILES:${PN} = "\
29 ${prefix}/local/ \ 29 ${prefix}/local/ \
30 ${datadir}/metainfo/org.cockpit-project.cockpit-machines.metainfo.xml \ 30 ${datadir}/metainfo/org.cockpit-project.cockpit-machines.metainfo.xml \
31" 31"
32
33SKIP_RECIPE[cockpit-machines] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'webserver', '', 'Depends on meta-webserver which is not included', d)}"
34