Skip to content

Commit 2ae4e4b

Browse files
authored
Merge pull request #7 from Elektrobit/next
meta-elos 0.21.0 release
2 parents 285207c + 7d33f3b commit 2ae4e4b

File tree

6 files changed

+12
-11
lines changed

6 files changed

+12
-11
lines changed

recipes-core/elos/elos_git.bb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ DEPENDS += "\
1919

2020
ELOS_SRC_REPO ?= "${META_ELOS_SRC_REPO_BASE}/elos.git${META_ELOS_SRC_REPO_PROTOCOL_PARAM}"
2121

22-
SRC_VERSION = "1.27.23"
22+
SRC_VERSION = "1.40.4"
2323
PV = "${SRC_VERSION}+git${SRCPV}"
2424
SRC_GITREF = "branch=main"
2525
SRC_URI = "\
2626
${ELOS_SRC_REPO};${SRC_GITREF} \
2727
"
28-
SRCREV = "b64299e95e56dd4ccb9e09c87aac324d1ac538cf"
28+
SRCREV = "a98f613ac15b2632d2472e35ca383bde586ba398"
2929

3030
S = "${WORKDIR}/git"
3131

@@ -180,6 +180,7 @@ FILES:${PN}-demos = "\
180180
${bindir}/demo_scanner_shmem \
181181
${bindir}/elos_dlt_bin_log_parser \
182182
${datadir}/elos/elos_dlt_bin_log_parser/sample_log.dlt \
183+
${bindir}/mng_dlt_buffer \
183184
${bindir}/elosMon \
184185
${bindir}/elos_log4c_demo \
185186
${bindir}/elosc-cpp \

recipes-core/safu/safu_git.bb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ HOMEPAGE = "https://elos-logger.org"
77
LICENSE = "MIT"
88
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
99

10-
SRC_VERSION = "0.62.0"
10+
SRC_VERSION = "0.63.1"
1111
SRC_GITREF = "branch=main"
12-
SRCREV = "04a82c876bbf81588002fd925ae480dcbb1d9da4"
12+
SRCREV = "010e7c8951295c6156a45eda400970b1954be7b5"
1313

1414
SAFU_SRC_REPO ?= "${META_ELOS_SRC_REPO_BASE}/safu.git${META_ELOS_SRC_REPO_PROTOCOL_PARAM}"
1515

@@ -42,7 +42,7 @@ PACKAGECONFIG[mocks] = " \
4242
cmocka cmocka-extensions \
4343
"
4444

45-
FILES:${PN}-utest += "/usr/lib/test/${PN}"
45+
FILES:${PN}-utest += "${libdir}/test/${PN}"
4646
INSANE_SKIP:${PN}-utest += "staticdev"
4747

4848
FILES:${PN}-mocks += " \

recipes-core/samconf/samconf_git.bb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ do_install:append () {
5656
install -m 0755 ${S}/test/smoketest/smoketest_env.sh ${D}/${libdir}/test/${PN}-integration/
5757
}
5858

59-
FILES:${PN} += "/usr/lib/${PN}"
59+
FILES:${PN} += "${libdir}/${PN}"
6060

61-
FILES:${PN}-utest += "/usr/lib/test/${PN}"
62-
FILES:${PN}-integration += "/usr/lib/test/${PN}-integration"
61+
FILES:${PN}-utest += "${libdir}/test/${PN}"
62+
FILES:${PN}-integration += "${libdir}/test/${PN}-integration"
6363
INSANE_SKIP:${PN}-utest += "staticdev"
6464
INSANE_SKIP:${PN}-integration += "staticdev"
6565

recipes-test/cmocka/cmocka-extensions.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ EXTRA_OECMAKE="-DCMAKE_BUILD_TYPE=Release"
2222

2323
DEPENDS += "cmocka"
2424

25-
FILES:${PN} += "/usr/lib/${PN}"
25+
FILES:${PN} += "${libdir}/${PN}"

recipes-test/cmocka/cmocka-mocks.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ DEPENDS += "\
3030
openssl \
3131
"
3232

33-
FILES:${PN} += "/usr/lib/${PN}"
33+
FILES:${PN} += "${libdir}/${PN}"

recipes-test/cmocka/cmocka_1.1.7.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ inherit cmake pkgconfig
1818
EXTRA_OECMAKE=""
1919
LTO=""
2020

21-
FILES:${PN} += "/usr/lib/${PN}"
21+
FILES:${PN} += "${libdir}/${PN}"
2222

0 commit comments

Comments
 (0)