[OE-core] [OE-Core][PATCH] tzdata: fix a typo
Trevor Woerner
twoerner at gmail.com
Wed Apr 25 14:01:56 UTC 2018
Hi Kevin,
Thank you for this patch! A couple nitpics, however...
On Wed 2018-04-25 @ 03:31:42 PM, Kevin Carli wrote:
> Change-Id: I57f17f13aba2a2d26b9f6b72214563a86725def9
This isn't relevant to openembedded, please remove
> Signed-off-by: Kevin Carli <k.carli at overkiz.com>
> ---
> meta/recipes-extended/tzdata/tzdata_2018c.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-extended/tzdata/tzdata_2018c.bb b/meta/recipes-extended/tzdata/tzdata_2018c.bb
> index c4014245ed..d4fee852df 100644
> --- a/meta/recipes-extended/tzdata/tzdata_2018c.bb
> +++ b/meta/recipes-extended/tzdata/tzdata_2018c.bb
> @@ -171,7 +171,7 @@ FILES_${PN} += "${datadir}/zoneinfo/Pacific/Honolulu \
> ${datadir}/zoneinfo/Asia/Dubai \
> ${datadir}/zoneinfo/Asia/Karachi \
> ${datadir}/zoneinfo/Asia/Dhaka \
> - ${datadir}/zoneinfo/Asia/Bankok \
> + ${datadir}/zoneinfo/Asia/Bangkok \
> ${datadir}/zoneinfo/Asia/Hong_Kong \
> ${datadir}/zoneinfo/Asia/Tokyo \
> ${datadir}/zoneinfo/Australia/Darwin \
> --
> 2.14.3
I apologize if I wasn't clear in my other email. The first thing to do would
be to submit this patch against master. Master has tzdata_2018d.bb, so we'd
need a patch for that branch first. Patches for other branches (morty, I'm
guessing here) need to have the branch name in the subject line:
https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded#Backporting_fixes_to_stable_releases
More information about the Openembedded-core
mailing list