diff options
| -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." | |||
| 4 | HOMEPAGE = "https://cmocka.org/" | 4 | HOMEPAGE = "https://cmocka.org/" |
| 5 | 5 | ||
| 6 | LICENSE = "Apache-2.0" | 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 8 | 8 | ||
| 9 | SRCREV = "eba4d6ffca53b500ab8dfabc30256bb6c3088b2b" | 9 | SRCREV = "fefa2b8a023121f7235e18ed17249e4012dd144f" |
| 10 | SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git;protocol=https;branch=stable-1.1;tag=cmocka-${PV} \ | 10 | SRC_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 | |||
| 14 | inherit cmake ptest | 15 | inherit cmake ptest |
| 15 | 16 | ||
| 16 | EXTRA_OECMAKE += "${@bb.utils.contains('PTEST_ENABLED', '1', '-DCMAKE_BUILD_TYPE=Debug -DUNIT_TESTING=ON', '', d)}" | 17 | EXTRA_OECMAKE += "${@bb.utils.contains('PTEST_ENABLED', '1', '-DCMAKE_BUILD_TYPE=Debug -DUNIT_TESTING=ON', '', d)}" |
