From 80dfce8db739b954b1d73bc467fad484d007617e Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Fri, 12 Jun 2020 13:49:28 +0200 Subject: 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 (cherry picked from commit 4df24cc1da205dc68e4815469d7bb2f64d6bf0a0) --- recipes-core/systemd/timestamp-service.bb | 9 --------- 1 file changed, 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" - -- cgit v1.2.3