From: Josep Orga Date: Fri, 16 Apr 2021 14:04:52 +0000 (+0200) Subject: meta-somdevices: tzdata: Set Europe/Madrid as timezone properly. X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=6579ade9f973ec241ef7b812ef3fad8ac7765a43;p=meta-somdevices.git meta-somdevices: tzdata: Set Europe/Madrid as timezone properly. Signed-off-by: Josep Orga --- 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