diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-15 00:01:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-15 00:18:52 +0200 |
commit | 845da57b03a91d15bb782325358591649df1579c (patch) | |
tree | 726062180cbb7b014f19faca1279042986a53f74 /recipes/flnx/flnx_0.18.bb | |
parent | 76cf00c745b2be7c39fb0d966959948adeab1801 (diff) |
recipes: more checksums and more fixes to download them all
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/flnx/flnx_0.18.bb')
-rw-r--r-- | recipes/flnx/flnx_0.18.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/flnx/flnx_0.18.bb b/recipes/flnx/flnx_0.18.bb index 6f84247404..b0c438830a 100644 --- a/recipes/flnx/flnx_0.18.bb +++ b/recipes/flnx/flnx_0.18.bb @@ -2,7 +2,7 @@ SECTION = "x11/libs" DEPENDS = "microwindows" RDEPENDS = "microwindows" DESCRIPTION = "fltk library for microwindows." -SRC_URI = "ftp://ftp.microwindows.org/pub/microwindows/flnx/flnx-${PV}-tar.gz \ +SRC_URI = "ftp://ftp.microwindows.org/pub/microwindows/flnx/flnx-${PV}.tar.gz \ file://gcc3.patch;patch=1" S = "${WORKDIR}/flnx" LICENSE = "LGPL" @@ -30,3 +30,6 @@ do_install () { "libdir=${D}${libdir}" \ "includedir=${D}${includedir}" install } + +SRC_URI[md5sum] = "2dfdb9b44a1a08a675985bb92d1439e6" +SRC_URI[sha256sum] = "4a0d868889d5221cc6e4b96f6e8de19bd4fc770fa8e05012c6c169686088088b" |