mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
glib-2.0: include glib-gettextize stuff
glib-utils already includes glib-gettextize program. Include some files necessary for glib-gettextize to work. (From OE-Core rev: c98356e9c46cd28b7ca8e84fe0ea56dc6d812a8d) Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e0f32aa351
commit
66aed14ca9
@@ -1,6 +1,6 @@
|
||||
require glib.inc
|
||||
|
||||
PR = "r7"
|
||||
PR = "r8"
|
||||
|
||||
SRC_URI = "${GNOME_MIRROR}/glib/2.27/glib-${PV}.tar.bz2 \
|
||||
file://configure-libtool.patch \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require glib.inc
|
||||
|
||||
PR = "r4"
|
||||
PR = "r5"
|
||||
PE = "1"
|
||||
|
||||
SRC_URI = "${GNOME_MIRROR}/glib/2.28/glib-${PV}.tar.bz2 \
|
||||
|
||||
@@ -19,7 +19,7 @@ DEPENDS_virtclass-nativesdk = "libtool-nativesdk"
|
||||
PACKAGES =+ "${PN}-utils "
|
||||
|
||||
LEAD_SONAME = "libglib-2.0.*"
|
||||
FILES_${PN}-utils = "${bindir}/*"
|
||||
FILES_${PN}-utils = "${bindir}/* ${datadir}/glib-2.0/gettext"
|
||||
|
||||
inherit autotools pkgconfig gettext
|
||||
|
||||
|
||||
Reference in New Issue
Block a user