Skip to content

Commit

Permalink
dlt-daemon: Make it support usrmerge
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Kjellerstedt <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
Saur2000 authored and kraj committed Apr 16, 2020
1 parent 60c1d2e commit 922c1c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.4.bb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ PACKAGECONFIG[dlt-console] = "-DWITH_DLT_CONSOLE=ON,-DWITH_DLT_CONSOLE=OFF,,dlt-

inherit autotools gettext cmake systemd

EXTRA_OECMAKE += "-DSYSTEMD_UNITDIR=${systemd_system_unitdir}"

PACKAGES += "${PN}-systemd"
SYSTEMD_PACKAGES = "${PN} ${PN}-systemd"
SYSTEMD_SERVICE_${PN} = " ${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'dlt.service', '', d)} \
Expand Down

0 comments on commit 922c1c7

Please sign in to comment.