summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-06-12 13:49:28 +0200
committerMing Liu <ming.liu@toradex.com>2020-06-12 14:54:31 +0200
commit4df24cc1da205dc68e4815469d7bb2f64d6bf0a0 (patch)
tree734586a61b70728c164268184be8751c172f3285
parent1b11f919335186220c3be77e6d73f4ed5a2fda0d (diff)
timestamp-service: some cleaning up
- Drop deprecated NATIVE_SYSTEMD_SUPPORT. - Drop redundant FILES_${PN}. - Drop do_compile, base_do_compile would be good enough. Signed-off-by: Ming Liu <ming.liu@toradex.com>
-rw-r--r--recipes-core/systemd/timestamp-service.bb9
1 files changed, 0 insertions, 9 deletions
diff --git a/recipes-core/systemd/timestamp-service.bb b/recipes-core/systemd/timestamp-service.bb
index b1d4902..24d4a1d 100644
--- a/recipes-core/systemd/timestamp-service.bb
+++ b/recipes-core/systemd/timestamp-service.bb
@@ -8,11 +8,6 @@ SRC_URI = "file://timestamp.service \
file://load-timestamp.sh \
"
-do_compile() {
- :
-}
-
-
do_install () {
install -d ${D}/${bindir}
@@ -22,9 +17,5 @@ do_install () {
install -m 0644 ${WORKDIR}/timestamp.service ${D}/${base_libdir}/systemd/system/
}
-NATIVE_SYSTEMD_SUPPORT = "1"
SYSTEMD_PACKAGES = "${PN}"
SYSTEMD_SERVICE_${PN} = "timestamp.service"
-
-FILES_${PN} += "${base_libdir}/systemd"
-