diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/wv/wv-1.2.4/0001-configure-use-foreign-mode-to-avoid-errors-with-miss.patch | 29 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/wv/wv-1.2.4/pkgconfig.patch (renamed from meta-gnome/recipes-gnome/wv/wv-1.2.0/pkgconfig.patch) | 0 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/wv/wv_1.2.4.bb (renamed from meta-gnome/recipes-gnome/wv/wv_1.2.0.bb) | 12 |
3 files changed, 35 insertions, 6 deletions
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 0000000000..a8c5bc7968 --- /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 @@ | |||
| 1 | From eebe1f27f4b27b05eb4b9b55f9df1124acf4d092 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Koen Kooi <koen@dominion.thruhere.net> | ||
| 3 | Date: Fri, 1 Aug 2014 12:25:24 +0200 | ||
| 4 | Subject: [PATCH] configure: use 'foreign' mode to avoid errors with missing | ||
| 5 | NEWS/AUTHORS/etc | ||
| 6 | |||
| 7 | Upstream-status: Pending | ||
| 8 | |||
| 9 | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||
| 10 | --- | ||
| 11 | configure.ac | 2 +- | ||
| 12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 13 | |||
| 14 | diff --git a/configure.ac b/configure.ac | ||
| 15 | index 3d7eef6..1784bdd 100644 | ||
| 16 | --- a/configure.ac | ||
| 17 | +++ b/configure.ac | ||
| 18 | @@ -41,7 +41,7 @@ VERSION=$WV_VERSION | ||
| 19 | PACKAGE=wv | ||
| 20 | |||
| 21 | dnl Initialize automake stuff | ||
| 22 | -AM_INIT_AUTOMAKE($PACKAGE, $VERSION) | ||
| 23 | +AM_INIT_AUTOMAKE([foreign]) | ||
| 24 | |||
| 25 | # Specify a configuration file | ||
| 26 | AM_CONFIG_HEADER(config.h) | ||
| 27 | -- | ||
| 28 | 1.9.0 | ||
| 29 | |||
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 index 136d89341f..136d89341f 100644 --- a/meta-gnome/recipes-gnome/wv/wv-1.2.0/pkgconfig.patch +++ b/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 index c12569672c..6489c6f19f 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/" | |||
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=6cbca01f1c9178aca280e8ff64d85b2f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=6cbca01f1c9178aca280e8ff64d85b2f" |
| 5 | 5 | ||
| 6 | PNBLACKLIST[wv] = "BROKEN: depends on broken libgsf" | ||
| 7 | |||
| 8 | DEPENDS = "libgsf glib-2.0 libpng" | 6 | DEPENDS = "libgsf glib-2.0 libpng" |
| 9 | PR = "r5" | ||
| 10 | 7 | ||
| 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/wv-${PV}.tar.gz \ | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/wv-${PV}.tar.gz \ |
| 12 | file://pkgconfig.patch" | 9 | file://pkgconfig.patch \ |
| 13 | SRC_URI[md5sum] = "b6319d5e75611fe2210453b5feb82c0c" | 10 | file://0001-configure-use-foreign-mode-to-avoid-errors-with-miss.patch \ |
| 14 | SRC_URI[sha256sum] = "a76f44468e78591e6d510d326702e7c3999d2b9dd3ab8ab8c1c9811fd5b111e4" | 11 | " |
| 12 | |||
| 13 | SRC_URI[md5sum] = "c1861c560491f121e12917fa76970ac5" | ||
| 14 | SRC_URI[sha256sum] = "673109910e22d4cf94cc8be4dcb9a0c41b5fbdb1736d4b7bdc7778894d57c2d6" | ||
| 15 | 15 | ||
| 16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
| 17 | 17 | ||
