diff --git a/recipes-support/muparser/muparser_2.2.6.bb b/recipes-support/muparser/muparser.bb similarity index 58% rename from recipes-support/muparser/muparser_2.2.6.bb rename to recipes-support/muparser/muparser.bb index c8ac100e..c628b10a 100644 --- a/recipes-support/muparser/muparser_2.2.6.bb +++ b/recipes-support/muparser/muparser.bb @@ -1,10 +1,11 @@ SUMMARY = "Fast Math Parser Library" HOMEPAGE = "http://beltoforion.de/article.php?a=muparser" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://License.txt;md5=630a76659803db4be41fa4ce5be5ca16" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://License.txt;md5=98f3ad1a0193387fc84b0101833605c8" SRC_URI = "git://github.com/beltoforion/muparser.git" -SRCREV = "b7511e19027296af06265bac5db7ed7a36037737" +SRCREV = "207d5b77c05c9111ff51ab91082701221220c477" +PV = "2.3.2" S = "${WORKDIR}/git" inherit cmake pkgconfig