diff options
-rw-r--r-- | meta-gnome/recipes-gnome/wv/wv_1.2.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb b/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb index cef76606e6..b20a5563e9 100644 --- a/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb +++ b/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb | |||
@@ -7,7 +7,9 @@ DEPENDS = "libgsf glib-2.0" | |||
7 | PR = "r3" | 7 | PR = "r3" |
8 | 8 | ||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/wv-${PV}.tar.gz \ | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/wv-${PV}.tar.gz \ |
10 | file://pkgconfig.patch;patch=1" | 10 | file://pkgconfig.patch" |
11 | SRC_URI[md5sum] = "b6319d5e75611fe2210453b5feb82c0c" | ||
12 | SRC_URI[sha256sum] = "a76f44468e78591e6d510d326702e7c3999d2b9dd3ab8ab8c1c9811fd5b111e4" | ||
11 | 13 | ||
12 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
13 | 15 | ||