summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pidgin/pidgin_2.14.13.bb
Commit message (Collapse)AuthorAgeFilesLines
* pidgin: upgrade to 2.14.14 to fix build with gcc-15Martin Jansa2025-03-251-120/+0
| | | | | | | | | | | | * http://errors.yoctoproject.org/Errors/Details/848756/ * fixed in: https://keep.imfreedom.org/pidgin/pidgin/rev/10ae9c0f0cbf * drop backported patch Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Fix variable assignment whitespaceRichard Purdie2025-03-201-2/+2
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pidgin: Remove gcc-14 compatibility workaroundYoann Congal2024-07-141-4/+0
| | | | | | | | | Since commit "pidgin: Upgrade to 2.14.13" (which contains a gcc-14 compatibility patch), the workaround is not needed to build on gcc-14. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Suggested-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pidgin: Upgrade to 2.14.13Yoann Congal2024-07-091-0/+124
Upstream changelog: https://www.pidgin.im/ChangeLog Recipe changes: * Add a patch (in review) to support building on gcc-14 * Drop OE branding patch (code supporting this has disapeared or is disabled) * Remove vv and farsight2 PACKAGECONFIGs (depend on the removed farsight2 recipe[0]) * Fixed an obvious reproducibility issue with TMPDIR in binary [0]: https://git.openembedded.org/meta-openembedded/commit/?id=ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3 Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>