mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
None of the files are generated, and so there is no need to carry them in oe-core (which greatly complicates gettext version updates, for one thing). Let's simply copy them over directly from the tarball; as the set of installed .m4 files can and does change over time, obtain them with a python scriptlet from Makefile.am where they are listed. (From OE-Core rev: d06cfaadb6d4bd93982f82ad8b93b89e9bceea16) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
5 lines
219 B
PHP
5 lines
219 B
PHP
HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
|
|
SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
|
|
"
|
|
SRC_URI[sha256sum] = "e8c3650e1d8cee875c4f355642382c1df83058bd5a11ee8555c0cf276d646d45"
|