Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

Commit

Permalink
meta-soletta: fix md5sum and sha256sum for libmicrohttpd
Browse files Browse the repository at this point in the history
(From meta-soletta rev: e101fbe038a5d8e529255db59ad363bb220c6703)

Signed-off-by: Bruno Bottazzini <[email protected]>
  • Loading branch information
Bruno Bottazzini authored and ostroproject-ci committed Apr 25, 2016
1 parent 932954b commit 829167d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ SECTION = "net"
DEPENDS = "libgcrypt gnutls file"

SRC_URI = "http://ftp.gnu.org/gnu/libmicrohttpd/${BPN}-${PV}.tar.gz"
SRC_URI[md5sum] = "86c9cb728b4bd4fcb8aeca18ba6c0548"
SRC_URI[sha256sum] = "4f937b6065c366d776be86b1d24b8fc400ebc7ea006a9d77c49a8f2f0cd7e373"
SRC_URI[md5sum] = "3209aa2ac6199b874a6325342b86edbc"
SRC_URI[sha256sum] = "9407d8252548ab97ace3276e0032f073820073c0599d43baff832902a8dab11c"

inherit autotools lib_package pkgconfig

Expand Down

0 comments on commit 829167d

Please sign in to comment.