Skip to content

Commit 7c031cf

Browse files
committed
Merge branch 'release/1.4.6'
2 parents b1f9108 + 7a0d569 commit 7c031cf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.4.6](https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.5...1.4.6)
8+
9+
- Feature/rdkemw 7169 [`#245`](https://github.com/rdkcentral/entservices-inputoutput/pull/245)
10+
- Merge tag '1.4.5' into develop [`7268514`](https://github.com/rdkcentral/entservices-inputoutput/commit/7268514652bf9f0cda3f3a6433a0f0720bf9d63c)
11+
712
#### [1.4.5](https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.4...1.4.5)
813

14+
> 3 September 2025
15+
916
- RDKEMW-7169 - Gtest Add missing empty files [`#241`](https://github.com/rdkcentral/entservices-inputoutput/pull/241)
17+
- 1.4.5 release changelog updates [`4354afa`](https://github.com/rdkcentral/entservices-inputoutput/commit/4354afac08c4671cbed356d81a2ed2f612139464)
1018
- Merge tag '1.4.4' into develop [`0fabfaf`](https://github.com/rdkcentral/entservices-inputoutput/commit/0fabfaf0816dda67077fd7fe59e074a962e644ef)
1119

1220
#### [1.4.4](https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.3...1.4.4)

build_dependencies.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ touch telemetry_busmessage_sender.h
163163
touch maintenanceMGR.h
164164
touch pkg.h
165165
touch edid-parser.hpp
166-
touch drm.h
167-
touch drm_mode.h
168166
touch secure_wrapper.h
169167
touch wpa_ctrl.h
170168
touch btmgr.h

cov_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ cmake -G Ninja -S "$GITHUB_WORKSPACE" -B build/entservices-inputoutput \
3737
-I ${GITHUB_WORKSPACE}/entservices-testframework/Tests/mocks \
3838
-I ${GITHUB_WORKSPACE}/entservices-testframework/Tests/mocks/thunder \
3939
-I ${GITHUB_WORKSPACE}/entservices-testframework/Tests/mocks/devicesettings \
40+
-I /usr/include/libdrm \
4041
-include ${GITHUB_WORKSPACE}/entservices-testframework/Tests/mocks/devicesettings.h \
4142
-include ${GITHUB_WORKSPACE}/entservices-testframework/Tests/mocks/Iarm.h \
4243
-include ${GITHUB_WORKSPACE}/entservices-testframework/Tests/mocks/Rfc.h \

0 commit comments

Comments
 (0)