[oe] [meta-gnome][PATCH 06/10] wv: update to 1.2.4

Koen Kooi koen at dominion.thruhere.net
Fri Aug 1 13:34:52 UTC 2014


Also fix automake foreign problems.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
 ...se-foreign-mode-to-avoid-errors-with-miss.patch | 29 ++++++++++++++++++++++
 .../wv/{wv-1.2.0 => wv-1.2.4}/pkgconfig.patch      |  0
 .../recipes-gnome/wv/{wv_1.2.0.bb => wv_1.2.4.bb}  | 12 ++++-----
 3 files changed, 35 insertions(+), 6 deletions(-)
 create mode 100644 meta-gnome/recipes-gnome/wv/wv-1.2.4/0001-configure-use-foreign-mode-to-avoid-errors-with-miss.patch
 rename meta-gnome/recipes-gnome/wv/{wv-1.2.0 => wv-1.2.4}/pkgconfig.patch (100%)
 rename meta-gnome/recipes-gnome/wv/{wv_1.2.0.bb => wv_1.2.4.bb} (57%)

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-1.2.4/0001-configure-use-foreign-mode-to-avoid-errors-with-miss.patch
new file mode 100644
index 0000000..a8c5bc7
--- /dev/null
+++ b/meta-gnome/recipes-gnome/wv/wv-1.2.4/0001-configure-use-foreign-mode-to-avoid-errors-with-miss.patch
@@ -0,0 +1,29 @@
+From eebe1f27f4b27b05eb4b9b55f9df1124acf4d092 Mon Sep 17 00:00:00 2001
+From: Koen Kooi <koen at dominion.thruhere.net>
+Date: Fri, 1 Aug 2014 12:25:24 +0200
+Subject: [PATCH] configure: use 'foreign' mode to avoid errors with missing
+ NEWS/AUTHORS/etc
+
+Upstream-status: Pending
+
+Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 3d7eef6..1784bdd 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -41,7 +41,7 @@ VERSION=$WV_VERSION
+ PACKAGE=wv
+ 
+ dnl Initialize automake stuff
+-AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
++AM_INIT_AUTOMAKE([foreign])
+ 
+ # Specify a configuration file
+ AM_CONFIG_HEADER(config.h)
+-- 
+1.9.0
+
diff --git a/meta-gnome/recipes-gnome/wv/wv-1.2.0/pkgconfig.patch b/meta-gnome/recipes-gnome/wv/wv-1.2.4/pkgconfig.patch
similarity index 100%
rename from meta-gnome/recipes-gnome/wv/wv-1.2.0/pkgconfig.patch
rename to meta-gnome/recipes-gnome/wv/wv-1.2.4/pkgconfig.patch
diff --git a/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb b/meta-gnome/recipes-gnome/wv/wv_1.2.4.bb
similarity index 57%
rename from meta-gnome/recipes-gnome/wv/wv_1.2.0.bb
rename to meta-gnome/recipes-gnome/wv/wv_1.2.4.bb
index c125696..6489c6f 100644
--- a/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb
+++ b/meta-gnome/recipes-gnome/wv/wv_1.2.4.bb
@@ -3,15 +3,15 @@ HOMEPAGE = "http://wvware.sourceforge.net/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=6cbca01f1c9178aca280e8ff64d85b2f"
 
-PNBLACKLIST[wv] = "BROKEN: depends on broken libgsf"
-
 DEPENDS = "libgsf glib-2.0 libpng"
-PR = "r5"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/wv-${PV}.tar.gz \
-           file://pkgconfig.patch"
-SRC_URI[md5sum] = "b6319d5e75611fe2210453b5feb82c0c"
-SRC_URI[sha256sum] = "a76f44468e78591e6d510d326702e7c3999d2b9dd3ab8ab8c1c9811fd5b111e4"
+           file://pkgconfig.patch \
+           file://0001-configure-use-foreign-mode-to-avoid-errors-with-miss.patch \
+          "
+
+SRC_URI[md5sum] = "c1861c560491f121e12917fa76970ac5"
+SRC_URI[sha256sum] = "673109910e22d4cf94cc8be4dcb9a0c41b5fbdb1736d4b7bdc7778894d57c2d6"
 
 inherit autotools pkgconfig
 
-- 
1.9.0




More information about the Openembedded-devel mailing list