summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
-