diff --git a/meta-oe/recipes-test/cmocka/cmocka_1.1.8.bb b/meta-oe/recipes-test/cmocka/cmocka_2.0.2.bb similarity index 90% rename from meta-oe/recipes-test/cmocka/cmocka_1.1.8.bb rename to meta-oe/recipes-test/cmocka/cmocka_2.0.2.bb index f7e8b96ffb..11e8db87d8 100644 --- a/meta-oe/recipes-test/cmocka/cmocka_1.1.8.bb +++ b/meta-oe/recipes-test/cmocka/cmocka_2.0.2.bb @@ -4,13 +4,14 @@ platforms (including embedded) and with different compilers." HOMEPAGE = "https://cmocka.org/" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRCREV = "eba4d6ffca53b500ab8dfabc30256bb6c3088b2b" -SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git;protocol=https;branch=stable-1.1;tag=cmocka-${PV} \ +SRCREV = "fefa2b8a023121f7235e18ed17249e4012dd144f" +SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git;protocol=https;branch=stable-2.0;tag=cmocka-${PV} \ file://run-ptest \ " + inherit cmake ptest EXTRA_OECMAKE += "${@bb.utils.contains('PTEST_ENABLED', '1', '-DCMAKE_BUILD_TYPE=Debug -DUNIT_TESTING=ON', '', d)}"