summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/beep/files
Commit message (Collapse)AuthorAgeFilesLines
* beep: Upgrade to 1.4.12Khem Raj2023-11-132-63/+78
| | | | | | | | | | Fix build with clang while here, need to disable Werror as newer compilers find more warnings. Do not save intermediate objects and disable ubsan, we do not build runtime for it by defaults Signed-off-by: Khem Raj <raj.khem@gmail.com>
* beep: remove unused linux-input.patchMartin Jansa2023-05-241-155/+0
| | | | | | | | * it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=19c244dd39b9896eed9d7d8a2a033e60839cff86 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* beep: Update to 1.4.9 in new repositoryMark Jonas2020-12-231-0/+63
| | | | | | | | | | | | | | | | | | | | | | | The previous version 1.2.2 of beep was provided by http://johnath.com/beep and was released in 2002. The latest version 1.3 was released 2010-07-13. On https://github.com/johnath/beep the development stopped 2013-02-07. In 2018 a developer worked on fixing CVE-2018-1000532 and realized that fixing this would be more than just a simple patch. Because the original repository was unmaintained for several years he created https://github.com/spkr-beep/beep as the new home for beep. Debian switched to the new beep with Buster. https://packages.debian.org/buster/beep Alpine 3.11, Arch Linux, Fedora, and Ubuntu 20.04 also switched to the same new beep. Fix build with clang Signed-off-by: Mark Jonas <toertel@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* beep: Add recipe for version 1.2.2Fabio Berton2020-12-081-0/+155
Based on this recipe: https://github.com/kraj/meta-slugos/blob/master/recipes-slugos/beep/beep_1.2.2.bb Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>