From 6f0e4726d14935e9ee0e9e7c3724ccafc0c3bdad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 30 Jan 2021 00:09:15 +0100 Subject: [PATCH] muparser: upgrade 2.2.6 -> 2.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../muparser/{muparser_2.2.6.bb => muparser.bb} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename recipes-support/muparser/{muparser_2.2.6.bb => muparser.bb} (58%) 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