diff options
-rw-r--r-- | meta-networking/recipes-connectivity/firewalld/files/0001-fix-building-in-a-separate-directory-outside-the-sou.patch | 19 | ||||
-rw-r--r-- | meta-networking/recipes-connectivity/firewalld/firewalld_0.6.4.bb (renamed from meta-networking/recipes-connectivity/firewalld/firewalld_0.6.3.bb) | 8 |
2 files changed, 9 insertions, 18 deletions
diff --git a/meta-networking/recipes-connectivity/firewalld/files/0001-fix-building-in-a-separate-directory-outside-the-sou.patch b/meta-networking/recipes-connectivity/firewalld/files/0001-fix-building-in-a-separate-directory-outside-the-sou.patch index 3f34ff2e4c..28d5902429 100644 --- a/meta-networking/recipes-connectivity/firewalld/files/0001-fix-building-in-a-separate-directory-outside-the-sou.patch +++ b/meta-networking/recipes-connectivity/firewalld/files/0001-fix-building-in-a-separate-directory-outside-the-sou.patch | |||
@@ -1,10 +1,8 @@ | |||
1 | firewalld: fix building in a separate directory outside the source tree | 1 | firewalld: fix building in a separate directory outside the source tree |
2 | 2 | ||
3 | Upstream-Status: Submitted [https://github.com/firewalld/firewalld/pull/456] | 3 | Upstream-Status: Accepted [https://github.com/firewalld/firewalld/pull/456] |
4 | Signed-off-by: Dan Callaghan <dan.callaghan@opengear.com> | 4 | Signed-off-by: Dan Callaghan <dan.callaghan@opengear.com> |
5 | 5 | ||
6 | diff --git a/config/Makefile.am b/config/Makefile.am | ||
7 | index 7048d2ee..5270d408 100644 | ||
8 | --- a/config/Makefile.am | 6 | --- a/config/Makefile.am |
9 | +++ b/config/Makefile.am | 7 | +++ b/config/Makefile.am |
10 | @@ -377,11 +377,11 @@ install-config: | 8 | @@ -377,11 +377,11 @@ install-config: |
@@ -24,8 +22,6 @@ index 7048d2ee..5270d408 100644 | |||
24 | 22 | ||
25 | uninstall-config: | 23 | uninstall-config: |
26 | rmdir $(DESTDIR)$(sconfdir)/icmptypes | 24 | rmdir $(DESTDIR)$(sconfdir)/icmptypes |
27 | diff --git a/doc/xml/Makefile.am b/doc/xml/Makefile.am | ||
28 | index 8c93ab9c..d0313e3e 100644 | ||
29 | --- a/doc/xml/Makefile.am | 25 | --- a/doc/xml/Makefile.am |
30 | +++ b/doc/xml/Makefile.am | 26 | +++ b/doc/xml/Makefile.am |
31 | @@ -69,7 +69,8 @@ edit = sed \ | 27 | @@ -69,7 +69,8 @@ edit = sed \ |
@@ -38,25 +34,23 @@ index 8c93ab9c..d0313e3e 100644 | |||
38 | 34 | ||
39 | transform-man.xsl: transform-man.xsl.in | 35 | transform-man.xsl: transform-man.xsl.in |
40 | $(edit) $< >$@ | 36 | $(edit) $< >$@ |
41 | diff --git a/doc/xml/firewall-cmd.xml.in b/doc/xml/firewall-cmd.xml.in | ||
42 | index c2606553..24d77858 100644 | ||
43 | --- a/doc/xml/firewall-cmd.xml.in | 37 | --- a/doc/xml/firewall-cmd.xml.in |
44 | +++ b/doc/xml/firewall-cmd.xml.in | 38 | +++ b/doc/xml/firewall-cmd.xml.in |
45 | @@ -1,9 +1,9 @@ | 39 | @@ -1,10 +1,10 @@ |
46 | <?xml version="1.0" encoding="utf-8"?> | 40 | <?xml version="1.0" encoding="utf-8"?> |
47 | <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | 41 | <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" |
48 | [ | 42 | [ |
49 | -<!ENTITY authors SYSTEM "authors.xml"> | 43 | -<!ENTITY authors SYSTEM "authors.xml"> |
50 | -<!ENTITY seealso SYSTEM "seealso.xml"> | 44 | -<!ENTITY seealso SYSTEM "seealso.xml"> |
51 | -<!ENTITY notes SYSTEM "notes.xml"> | 45 | -<!ENTITY notes SYSTEM "notes.xml"> |
46 | -<!ENTITY errorcodes SYSTEM "errorcodes.xml"> | ||
52 | +<!ENTITY authors SYSTEM "@SRCDIR@/authors.xml"> | 47 | +<!ENTITY authors SYSTEM "@SRCDIR@/authors.xml"> |
53 | +<!ENTITY seealso SYSTEM "@SRCDIR@/seealso.xml"> | 48 | +<!ENTITY seealso SYSTEM "@SRCDIR@/seealso.xml"> |
54 | +<!ENTITY notes SYSTEM "@SRCDIR@/notes.xml"> | 49 | +<!ENTITY notes SYSTEM "@SRCDIR@/notes.xml"> |
55 | <!ENTITY errorcodes SYSTEM "errorcodes.xml"> | 50 | +<!ENTITY errorcodes SYSTEM "@SRCDIR@/errorcodes.xml"> |
56 | ]> | 51 | ]> |
57 | 52 | ||
58 | diff --git a/doc/xml/firewalld.xml.in b/doc/xml/firewalld.xml.in | 53 | <!-- |
59 | index de802059..3d319b04 100644 | ||
60 | --- a/doc/xml/firewalld.xml.in | 54 | --- a/doc/xml/firewalld.xml.in |
61 | +++ b/doc/xml/firewalld.xml.in | 55 | +++ b/doc/xml/firewalld.xml.in |
62 | @@ -1,9 +1,9 @@ | 56 | @@ -1,9 +1,9 @@ |
@@ -72,6 +66,3 @@ index de802059..3d319b04 100644 | |||
72 | ]> | 66 | ]> |
73 | 67 | ||
74 | <!-- | 68 | <!-- |
75 | -- | ||
76 | 2.20.1 | ||
77 | |||
diff --git a/meta-networking/recipes-connectivity/firewalld/firewalld_0.6.3.bb b/meta-networking/recipes-connectivity/firewalld/firewalld_0.6.4.bb index e999fa7a5d..5955072f15 100644 --- a/meta-networking/recipes-connectivity/firewalld/firewalld_0.6.3.bb +++ b/meta-networking/recipes-connectivity/firewalld/firewalld_0.6.4.bb | |||
@@ -4,12 +4,12 @@ BUGTRACKER = "https://github.com/firewalld/firewalld/issues" | |||
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
6 | 6 | ||
7 | SRC_URI = "https://github.com/firewalld/firewalld/archive/v${PV}.tar.gz \ | 7 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz \ |
8 | file://firewalld.init \ | ||
9 | file://0001-fix-building-in-a-separate-directory-outside-the-sou.patch \ | 8 | file://0001-fix-building-in-a-separate-directory-outside-the-sou.patch \ |
9 | file://firewalld.init \ | ||
10 | " | 10 | " |
11 | SRC_URI[md5sum] = "5ef954d9b6b244ffeabcd226be1867a0" | 11 | SRC_URI[md5sum] = "e63bdd65a4d2f6338f60b31e91bb5525" |
12 | SRC_URI[sha256sum] = "039ad56ea6d6553aadf33243ea5b39802d73519e46a89c80c648b2bd1ec78aeb" | 12 | SRC_URI[sha256sum] = "5a82a72fd9ad4cbbfb805bae615faa9b91a27855245de0fef3bcb06439394852" |
13 | 13 | ||
14 | # glib-2.0-native is needed for GSETTINGS_RULES autoconf macro from gsettings.m4 | 14 | # glib-2.0-native is needed for GSETTINGS_RULES autoconf macro from gsettings.m4 |
15 | # xmlto-native is needed to populate /etc/xml/catalog.xml in the sysroot so that xsltproc finds the docbook xslt | 15 | # xmlto-native is needed to populate /etc/xml/catalog.xml in the sysroot so that xsltproc finds the docbook xslt |