summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/anthy
Commit message (Collapse)AuthorAgeFilesLines
* remove unused AUTHOR variableMichael Opdenacker2023-08-031-1/+0
| | | | | | | | | No longer used in generating packages Also creates a possible confusion with the recipe maintainer name. Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* *.patch: add Upstream-Status to all patchesMartin Jansa2023-06-214-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-9/+9
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: Add leading whitespace for append operatorKhem Raj2020-11-151-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* anthy: add GPLv2 to LICENSE and add LIC_FILES_CHKSUMTaisei Nakano2020-10-191-2/+4
| | | | | | | Add GPLv2 into LICENSE, since this software includes alt-cannadic/COPYING which indicates GPLv2. Signed-off-by: Taisei Nakano <taisei.nakano@miraclelinux.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* anthy: refresh patchesArmin Kuster2018-04-132-20/+29
| | | | | | | | | | | | | | | | | | | | | | WARNING: anthy-9100h-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch not_build_elc.patch patching file src-util/Makefile.am Hunk #1 succeeded at 8 with fuzz 2 (offset 2 lines). Signed-off-by: Armin Kuster <akuster808@gmail.com>
* meta-oe: fix indentationMartin Jansa2016-08-221-11/+14
| | | | | | | | * remove tabs which sneaked in since last cleanup * meta-oe layers are using consistent indentation with 4 spaces, see http://www.openembedded.org/wiki/Styleguide Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* anthy: add new recipeBian Naimeng2015-07-165-0/+5281
Anthy is a system for Japanese input method. Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>