summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext/gettext_0.21.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/gettext/gettext_0.21.1.bb')
-rw-r--r--meta/recipes-core/gettext/gettext_0.21.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.21.1.bb b/meta/recipes-core/gettext/gettext_0.21.1.bb
index 2f030a2df9..a3eb3bba54 100644
--- a/meta/recipes-core/gettext/gettext_0.21.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.21.1.bb
@@ -3,7 +3,6 @@ DESCRIPTION = "GNU gettext is a set of tools that provides a framework to help o
3These tools include a set of conventions about how programs should be written to support message catalogs, a directory and file \ 3These tools include a set of conventions about how programs should be written to support message catalogs, a directory and file \
4naming organization for the message catalogs themselves, a runtime library supporting the retrieval of translated messages, and \ 4naming organization for the message catalogs themselves, a runtime library supporting the retrieval of translated messages, and \
5a few stand-alone programs to massage in various ways the sets of translatable and already translated strings." 5a few stand-alone programs to massage in various ways the sets of translatable and already translated strings."
6HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
7SECTION = "libs" 6SECTION = "libs"
8LICENSE = "GPL-3.0-or-later & LGPL-2.1-or-later" 7LICENSE = "GPL-3.0-or-later & LGPL-2.1-or-later"
9LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e" 8LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e"
@@ -22,7 +21,9 @@ DEPENDS:class-native = "gettext-minimal-native"
22PROVIDES = "virtual/libintl virtual/gettext" 21PROVIDES = "virtual/libintl virtual/gettext"
23PROVIDES:class-native = "virtual/gettext-native" 22PROVIDES:class-native = "virtual/gettext-native"
24RCONFLICTS:${PN} = "proxy-libintl" 23RCONFLICTS:${PN} = "proxy-libintl"
25SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ 24
25require gettext-sources.inc
26SRC_URI += " \
26 file://parallel.patch \ 27 file://parallel.patch \
27 file://use-pkgconfig.patch \ 28 file://use-pkgconfig.patch \
28 file://run-ptest \ 29 file://run-ptest \
@@ -31,7 +32,6 @@ SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
31 file://0001-init-env.in-do-not-add-C-CXX-parameters.patch \ 32 file://0001-init-env.in-do-not-add-C-CXX-parameters.patch \
32 file://autoconf-2.73.patch \ 33 file://autoconf-2.73.patch \
33 " 34 "
34SRC_URI[sha256sum] = "e8c3650e1d8cee875c4f355642382c1df83058bd5a11ee8555c0cf276d646d45"
35 35
36inherit autotools texinfo pkgconfig ptest 36inherit autotools texinfo pkgconfig ptest
37 37