diff options
author | Ross Burton <ross.burton@intel.com> | 2016-01-12 10:23:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-15 11:54:48 +0000 |
commit | b69652da4eb0e3e3f5f8961247eeb645c98cbe32 (patch) | |
tree | 1cbbd913a6b316c377a11c83695e0723babeecfa /meta/recipes-extended | |
parent | 7c7c24960f786d830989fa0e90fa4cfb182a252b (diff) | |
download | poky-b69652da4eb0e3e3f5f8961247eeb645c98cbe32.tar.gz |
tzdata: remove bashism
(From OE-Core rev: 1dec024b020b04375bc80df5c722a62e63ff7732)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2015g.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata_2015g.bb b/meta/recipes-extended/tzdata/tzdata_2015g.bb index a6faa1d19c..ec6e23604d 100644 --- a/meta/recipes-extended/tzdata/tzdata_2015g.bb +++ b/meta/recipes-extended/tzdata/tzdata_2015g.bb | |||
@@ -49,7 +49,7 @@ do_install () { | |||
49 | # Install default timezone | 49 | # Install default timezone |
50 | if [ -e ${D}${datadir}/zoneinfo/${DEFAULT_TIMEZONE} ]; then | 50 | if [ -e ${D}${datadir}/zoneinfo/${DEFAULT_TIMEZONE} ]; then |
51 | install -d ${D}${sysconfdir} | 51 | install -d ${D}${sysconfdir} |
52 | if [ "${INSTALL_TIMEZONE_FILE}" == "1" ]; then | 52 | if [ "${INSTALL_TIMEZONE_FILE}" = "1" ]; then |
53 | echo ${DEFAULT_TIMEZONE} > ${D}${sysconfdir}/timezone | 53 | echo ${DEFAULT_TIMEZONE} > ${D}${sysconfdir}/timezone |
54 | fi | 54 | fi |
55 | ln -s ${datadir}/zoneinfo/${DEFAULT_TIMEZONE} ${D}${sysconfdir}/localtime | 55 | ln -s ${datadir}/zoneinfo/${DEFAULT_TIMEZONE} ${D}${sysconfdir}/localtime |