File tree Expand file tree Collapse file tree 6 files changed +12
-11
lines changed
Expand file tree Collapse file tree 6 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ DEPENDS += "\
1919
2020ELOS_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 "
2323PV = "${SRC_VERSION} +git${SRCPV} "
2424SRC_GITREF = "branch=main"
2525SRC_URI = "\
2626 ${ELOS_SRC_REPO} ;${SRC_GITREF} \
2727"
28- SRCREV = "b64299e95e56dd4ccb9e09c87aac324d1ac538cf "
28+ SRCREV = "a98f613ac15b2632d2472e35ca383bde586ba398 "
2929
3030S = "${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 \
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ HOMEPAGE = "https://elos-logger.org"
77LICENSE = "MIT"
88LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR} /MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
99
10- SRC_VERSION = "0.62.0 "
10+ SRC_VERSION = "0.63.1 "
1111SRC_GITREF = "branch=main"
12- SRCREV = "04a82c876bbf81588002fd925ae480dcbb1d9da4 "
12+ SRCREV = "010e7c8951295c6156a45eda400970b1954be7b5 "
1313
1414SAFU_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} "
4646INSANE_SKIP :${PN} -utest += "staticdev"
4747
4848FILES :${PN} -mocks += " \
Original file line number Diff line number Diff 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"
6363INSANE_SKIP :${PN} -utest += "staticdev"
6464INSANE_SKIP :${PN} -integration += "staticdev"
6565
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ EXTRA_OECMAKE="-DCMAKE_BUILD_TYPE=Release"
2222
2323DEPENDS += "cmocka"
2424
25- FILES :${PN} += "/usr/lib /${PN} "
25+ FILES :${PN} += "${libdir} /${PN} "
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ DEPENDS += "\
3030 openssl \
3131"
3232
33- FILES :${PN} += "/usr/lib /${PN} "
33+ FILES :${PN} += "${libdir} /${PN} "
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ inherit cmake pkgconfig
1818EXTRA_OECMAKE = ""
1919LTO = ""
2020
21- FILES :${PN} += "/usr/lib /${PN} "
21+ FILES :${PN} += "${libdir} /${PN} "
2222
You can’t perform that action at this time.
0 commit comments