@@ -8,13 +8,14 @@ LICENSE = "BSD-3-Clause-Clear"
88LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2998c54c288b081076c9af987bdf4838"
99
1010SRC_URI = "git://github.com/qualcomm/userspace-resource-manager.git;protocol=https;branch=main;tag=v${PV} "
11- SRCREV = "2e4383baad53acbeb93ab63b409b8cb47f996e6d "
11+ SRCREV = "3722df2fcb7b7cf85f148de945e68efc8dea9319 "
1212
1313inherit cmake pkgconfig systemd
1414
1515DEPENDS += "libyaml"
1616
1717PACKAGECONFIG ??= "\
18+ classifier \
1819 ${@ bb . utils . contains ('DISTRO_FEATURES' , 'systemd' , 'state-detector systemd' , '' , d )} \
1920 tests \
2021"
@@ -24,14 +25,16 @@ PACKAGECONFIG[state-detector] = "-DBUILD_STATE_DETECTOR=ON,-DBUILD_STATE_DETECTO
2425PACKAGECONFIG [systemd ] = ",,systemd"
2526PACKAGECONFIG [tests ] = "-DBUILD_TESTS=ON,-DBUILD_TESTS=OFF"
2627
27- SYSTEMD_SERVICE :${PN} = "urm.service "
28+ FILES :${PN} - dev + = "${libdir} / urm/libUrmTestPlugin.so "
2829FILES :${PN} += "${sysconfdir} /urm/*"
2930
31+ SYSTEMD_SERVICE :${PN} = "urm.service"
32+
3033PACKAGE_BEFORE_PN += "${PN} -tests"
3134FILES :${PN} -tests += " \
3235 ${sysconfdir} /urm/tests/* \
33- ${bindir} /RestuneComponentTests \
34- ${bindir} /RestuneIntegrationTests \
36+ ${bindir} /UrmComponentTests \
37+ ${bindir} /UrmIntegrationTests \
3538 ${libdir} /libRestuneTestUtils.so* \
36- ${libdir} /libRestunePlugin .so* \
39+ ${libdir} /urm/libUrmTestPlugin .so* \
3740"
0 commit comments