diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-05-08 00:44:14 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-08 00:28:05 -0700 |
commit | c1b55cfd23285ae9eb391035add5047018d0757d (patch) | |
tree | 87aad603cc78bfd894572e9593b699ec398df383 | |
parent | f61d9b3fd32dede5f2ab2aabbf0a8fb9fa75dd98 (diff) | |
download | meta-openembedded-c1b55cfd23285ae9eb391035add5047018d0757d.tar.gz |
wv: upgrade 1.2.4 -> 1.2.9
The upstream location has changed.
Remove a patch for an issue fixed upstream.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/wv/wv-1.2.4/pkgconfig.patch | 13 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/wv/wv/0001-configure-use-foreign-mode-to-avoid-errors-with-miss.patch (renamed from meta-gnome/recipes-gnome/wv/wv-1.2.4/0001-configure-use-foreign-mode-to-avoid-errors-with-miss.patch) | 0 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/wv/wv/0001-wvRTF.c-Specify-print-format-in-rtf_output.patch (renamed from meta-gnome/recipes-gnome/wv/wv-1.2.4/0001-wvRTF.c-Specify-print-format-in-rtf_output.patch) | 0 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/wv/wv_1.2.9.bb (renamed from meta-gnome/recipes-gnome/wv/wv_1.2.4.bb) | 7 |
4 files changed, 3 insertions, 17 deletions
diff --git a/meta-gnome/recipes-gnome/wv/wv-1.2.4/pkgconfig.patch b/meta-gnome/recipes-gnome/wv/wv-1.2.4/pkgconfig.patch deleted file mode 100644 index 136d89341..000000000 --- a/meta-gnome/recipes-gnome/wv/wv-1.2.4/pkgconfig.patch +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | Index: wv-1.2.0/wv-1.0.pc.in | ||
2 | =================================================================== | ||
3 | --- wv-1.2.0.orig/wv-1.0.pc.in 2008-03-19 22:25:18.000000000 +0000 | ||
4 | +++ wv-1.2.0/wv-1.0.pc.in 2008-03-19 22:26:32.000000000 +0000 | ||
5 | @@ -6,5 +6,6 @@ | ||
6 | Name: wvWare | ||
7 | Description: Word Document Filter library and utilities | ||
8 | Version: @VERSION@ | ||
9 | -Libs: -L${libdir} -lwv @WMF_LIBS@ @XML_LIBS@ @GLIB_LIBS@ @GSF_LIBS@ @PNG_LIBS@ @ZLIB_LIBS@ @LIBS@ -lm | ||
10 | -Cflags: -I${includedir}/wv @GSF_CFLAGS@ | ||
11 | +Requires: libgsf-1 | ||
12 | +Libs: -L${libdir} -lwv @WMF_LIBS@ @XML_LIBS@ @PNG_LIBS@ @ZLIB_LIBS@ @LIBS@ -lm | ||
13 | +Cflags: -I${includedir}/wv | ||
diff --git a/meta-gnome/recipes-gnome/wv/wv-1.2.4/0001-configure-use-foreign-mode-to-avoid-errors-with-miss.patch b/meta-gnome/recipes-gnome/wv/wv/0001-configure-use-foreign-mode-to-avoid-errors-with-miss.patch index a8c5bc796..a8c5bc796 100644 --- a/meta-gnome/recipes-gnome/wv/wv-1.2.4/0001-configure-use-foreign-mode-to-avoid-errors-with-miss.patch +++ b/meta-gnome/recipes-gnome/wv/wv/0001-configure-use-foreign-mode-to-avoid-errors-with-miss.patch | |||
diff --git a/meta-gnome/recipes-gnome/wv/wv-1.2.4/0001-wvRTF.c-Specify-print-format-in-rtf_output.patch b/meta-gnome/recipes-gnome/wv/wv/0001-wvRTF.c-Specify-print-format-in-rtf_output.patch index 2fc3f367f..2fc3f367f 100644 --- a/meta-gnome/recipes-gnome/wv/wv-1.2.4/0001-wvRTF.c-Specify-print-format-in-rtf_output.patch +++ b/meta-gnome/recipes-gnome/wv/wv/0001-wvRTF.c-Specify-print-format-in-rtf_output.patch | |||
diff --git a/meta-gnome/recipes-gnome/wv/wv_1.2.4.bb b/meta-gnome/recipes-gnome/wv/wv_1.2.9.bb index 03ee5b4ac..72b8508a2 100644 --- a/meta-gnome/recipes-gnome/wv/wv_1.2.4.bb +++ b/meta-gnome/recipes-gnome/wv/wv_1.2.9.bb | |||
@@ -5,14 +5,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6cbca01f1c9178aca280e8ff64d85b2f" | |||
5 | 5 | ||
6 | DEPENDS = "libgsf glib-2.0 libpng" | 6 | DEPENDS = "libgsf glib-2.0 libpng" |
7 | 7 | ||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/wv-${PV}.tar.gz \ | 8 | SRC_URI = "https://www.abisource.com/downloads/wv/${PV}/${BP}.tar.gz \ |
9 | file://pkgconfig.patch \ | ||
10 | file://0001-configure-use-foreign-mode-to-avoid-errors-with-miss.patch \ | 9 | file://0001-configure-use-foreign-mode-to-avoid-errors-with-miss.patch \ |
11 | file://0001-wvRTF.c-Specify-print-format-in-rtf_output.patch \ | 10 | file://0001-wvRTF.c-Specify-print-format-in-rtf_output.patch \ |
12 | " | 11 | " |
13 | 12 | ||
14 | SRC_URI[md5sum] = "c1861c560491f121e12917fa76970ac5" | 13 | SRC_URI[md5sum] = "dbccf2e9f747e50c913b7e3d126b73f7" |
15 | SRC_URI[sha256sum] = "673109910e22d4cf94cc8be4dcb9a0c41b5fbdb1736d4b7bdc7778894d57c2d6" | 14 | SRC_URI[sha256sum] = "4c730d3b325c0785450dd3a043eeb53e1518598c4f41f155558385dd2635c19d" |
16 | 15 | ||
17 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
18 | 17 | ||