[OE-core] [PATCH] tzdata_2011n: provide pkg_postinst and timezone defaults

Eric Bénard eric at eukrea.com
Sat Jan 14 15:54:29 UTC 2012


Le Sat, 14 Jan 2012 16:10:55 +0100,
Koen Kooi <koen at dominion.thruhere.net> a écrit :
> > +        # Install defaults
> > +        install -d ${D}${sysconfdir}
> > +        echo ${DEFAULT_TIMEZONE} > ${D}${sysconfdir}/timezone
> > +        cp -pP ${S}/${datadir}/zoneinfo/${DEFAULT_TIMEZONE} ${D}${sysconfdir}/localtime
> 
> Shouldn't that be an 'ln -sf' instead of a 'cp'?
> 
that would make a link from ${D} to ${S}

Eric




More information about the Openembedded-core mailing list