summaryrefslogtreecommitdiff
path: root/recipes-core
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-06-12 13:49:28 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-06-17 18:42:37 +0200
commit80dfce8db739b954b1d73bc467fad484d007617e (patch)
treec82430e0dffa1e8a575bb634a1d96b2e421ab213 /recipes-core
parentbcf134da16c870f69c53b41f30108edf7c2a9f16 (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> (cherry picked from commit 4df24cc1da205dc68e4815469d7bb2f64d6bf0a0)
Diffstat (limited to 'recipes-core')
-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"
-