Skip to content

Commit ebbcda6

Browse files
committed
Update userspace-resource-manager version from 0.1 to 0.2
1 parent b062add commit ebbcda6

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

recipes-support/userspace-resource-manager/userspace-resource-manager_0.1.bb renamed to recipes-support/userspace-resource-manager/userspace-resource-manager_0.2.bb

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ LICENSE = "BSD-3-Clause-Clear"
88
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2998c54c288b081076c9af987bdf4838"
99

1010
SRC_URI = "git://github.com/qualcomm/userspace-resource-manager.git;protocol=https;branch=main;tag=v${PV}"
11-
SRCREV = "2e4383baad53acbeb93ab63b409b8cb47f996e6d"
11+
SRCREV = "3722df2fcb7b7cf85f148de945e68efc8dea9319"
1212

1313
inherit cmake pkgconfig systemd
1414

1515
DEPENDS += "libyaml"
1616

1717
PACKAGECONFIG ??= "\
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
2425
PACKAGECONFIG[systemd] = ",,systemd"
2526
PACKAGECONFIG[tests] = "-DBUILD_TESTS=ON,-DBUILD_TESTS=OFF"
2627

27-
SYSTEMD_SERVICE:${PN} = "urm.service"
28+
FILES:${PN}-dev += "${libdir}/urm/libUrmTestPlugin.so"
2829
FILES:${PN} += "${sysconfdir}/urm/*"
2930

31+
SYSTEMD_SERVICE:${PN} = "urm.service"
32+
3033
PACKAGE_BEFORE_PN += "${PN}-tests"
3134
FILES:${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

Comments
 (0)