diff --git a/recipes-support/muparser/muparser_2.2.5.bb b/recipes-support/muparser/muparser_2.2.5.bb index 9d66a107..d564c882 100644 --- a/recipes-support/muparser/muparser_2.2.5.bb +++ b/recipes-support/muparser/muparser_2.2.5.bb @@ -3,9 +3,9 @@ HOMEPAGE = "http://beltoforion.de/article.php?a=muparser" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://License.txt;md5=7330c66af0fadfe6e8c17069e8e726f2" -SRC_URI = "https://github.com/beltoforion/${BPN}/archive/v${PV}.tar.gz" -SRC_URI[md5sum] = "02dae671aa5ad955fdcbcd3fee313fb7" -SRC_URI[sha256sum] = "0666ef55da72c3e356ca85b6a0084d56b05dd740c3c21d26d372085aa2c6e708" +SRC_URI = "git://github.com/beltoforion/muparser.git" +SRCREV = "57e7e28614579eafe061dba1f77acc855640882d" +S = "${WORKDIR}/git" inherit autotools pkgconfig