summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-test/cmocka/cmocka_2.0.2.bb (renamed from meta-oe/recipes-test/cmocka/cmocka_1.1.8.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-test/cmocka/cmocka_1.1.8.bb b/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."
4HOMEPAGE = "https://cmocka.org/" 4HOMEPAGE = "https://cmocka.org/"
5 5
6LICENSE = "Apache-2.0" 6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
8 8
9SRCREV = "eba4d6ffca53b500ab8dfabc30256bb6c3088b2b" 9SRCREV = "fefa2b8a023121f7235e18ed17249e4012dd144f"
10SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git;protocol=https;branch=stable-1.1;tag=cmocka-${PV} \ 10SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git;protocol=https;branch=stable-2.0;tag=cmocka-${PV} \
11 file://run-ptest \ 11 file://run-ptest \
12 " 12 "
13 13
14
14inherit cmake ptest 15inherit cmake ptest
15 16
16EXTRA_OECMAKE += "${@bb.utils.contains('PTEST_ENABLED', '1', '-DCMAKE_BUILD_TYPE=Debug -DUNIT_TESTING=ON', '', d)}" 17EXTRA_OECMAKE += "${@bb.utils.contains('PTEST_ENABLED', '1', '-DCMAKE_BUILD_TYPE=Debug -DUNIT_TESTING=ON', '', d)}"