diff options
Diffstat (limited to 'meta-webserver/recipes-webadmin/cockpit/files/0002-fix-makefile-use-copy-rule-for-unmodified-files.patch')
-rw-r--r-- | meta-webserver/recipes-webadmin/cockpit/files/0002-fix-makefile-use-copy-rule-for-unmodified-files.patch | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/meta-webserver/recipes-webadmin/cockpit/files/0002-fix-makefile-use-copy-rule-for-unmodified-files.patch b/meta-webserver/recipes-webadmin/cockpit/files/0002-fix-makefile-use-copy-rule-for-unmodified-files.patch index a1ea9bcfdc..48702c3d1e 100644 --- a/meta-webserver/recipes-webadmin/cockpit/files/0002-fix-makefile-use-copy-rule-for-unmodified-files.patch +++ b/meta-webserver/recipes-webadmin/cockpit/files/0002-fix-makefile-use-copy-rule-for-unmodified-files.patch | |||
@@ -7,13 +7,11 @@ Subject: [PATCH] fix(makefile): use copy rule for unmodified files | |||
7 | pkg/Makefile.am | 27 +++++++++++++++++++++++++++ | 7 | pkg/Makefile.am | 27 +++++++++++++++++++++++++++ |
8 | 1 file changed, 27 insertions(+) | 8 | 1 file changed, 27 insertions(+) |
9 | 9 | ||
10 | diff --git a/pkg/Makefile.am b/pkg/Makefile.am | ||
11 | index 192b785..03b9787 100644 | ||
12 | --- a/pkg/Makefile.am | 10 | --- a/pkg/Makefile.am |
13 | +++ b/pkg/Makefile.am | 11 | +++ b/pkg/Makefile.am |
14 | @@ -13,6 +13,33 @@ playground_DATA = \ | 12 | @@ -7,6 +7,33 @@ TESTS += $(pkg_TESTS) |
15 | dist/playground/extra.de.po: pkg/playground/extra.de.po | 13 | %.metainfo.xml: %.metainfo.xml.in |
16 | $(COPY_RULE) | 14 | $(AM_V_GEN) mkdir -p $(dir $@) && msgfmt --xml -d $(top_srcdir)/po --template $< --output $@ |
17 | 15 | ||
18 | +dist/playground/hammer.gif: pkg/playground/hammer.gif | 16 | +dist/playground/hammer.gif: pkg/playground/hammer.gif |
19 | + $(COPY_RULE) | 17 | + $(COPY_RULE) |
@@ -43,5 +41,5 @@ index 192b785..03b9787 100644 | |||
43 | + $(COPY_RULE) | 41 | + $(COPY_RULE) |
44 | + | 42 | + |
45 | metainfodir = ${datarootdir}/metainfo | 43 | metainfodir = ${datarootdir}/metainfo |
46 | metainfo_DATA = pkg/sosreport/org.cockpit-project.cockpit-sosreport.metainfo.xml \ | 44 | nodist_metainfo_DATA = \ |
47 | pkg/kdump/org.cockpit-project.cockpit-kdump.metainfo.xml \ | 45 | pkg/sosreport/org.cockpit-project.cockpit-sosreport.metainfo.xml \ |