[oe-commits] Martin Jansa : wv: add SRC_URI checksums and drop deprecated patch=1 param

git at git.openembedded.org git at git.openembedded.org
Tue Oct 18 07:20:41 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: a44535822b80285792c5d2567bfa89246eb1f396
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=a44535822b80285792c5d2567bfa89246eb1f396

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Oct 18 01:01:23 2011 +0200

wv: add SRC_URI checksums and drop deprecated patch=1 param

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 cef7660..b20a556 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"
 PR = "r3"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/wv-${PV}.tar.gz \
-           file://pkgconfig.patch;patch=1"
+           file://pkgconfig.patch"
+SRC_URI[md5sum] = "b6319d5e75611fe2210453b5feb82c0c"
+SRC_URI[sha256sum] = "a76f44468e78591e6d510d326702e7c3999d2b9dd3ab8ab8c1c9811fd5b111e4"
 
 inherit autotools pkgconfig
 





More information about the Openembedded-commits mailing list