From 6579ade9f973ec241ef7b812ef3fad8ac7765a43 Mon Sep 17 00:00:00 2001 From: Josep Orga Date: Fri, 16 Apr 2021 16:04:52 +0200 Subject: [PATCH] meta-somdevices: tzdata: Set Europe/Madrid as timezone properly. Signed-off-by: Josep Orga --- recipes-somdevices/tzdata/tzdata.bbappend | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes-somdevices/tzdata/tzdata.bbappend b/recipes-somdevices/tzdata/tzdata.bbappend index aede851..2c77c0f 100644 --- a/recipes-somdevices/tzdata/tzdata.bbappend +++ b/recipes-somdevices/tzdata/tzdata.bbappend @@ -3,6 +3,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" PR = "somdevices.0" MAINTAINER = "SomDevices " -do_install_append () { - ln -s -r -f ${D}${datadir}/zoneinfo/Europe/Madrid ${D}${sysconfdir}/localtime -} +DEFAULT_TIMEZONE = "Europe/Madrid" \ No newline at end of file -- 2.17.1