3 DESCRIPTION
= "GLib 1.2 is a deprecated libray to \
4 provide support for old glib 1.2 based applications"
9 FILESDIR
= "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glib-1.2-${PV}"
11 EXTRA_OECONF
= "--disable-debug"
13 SRC_URI
= "ftp://ftp.gtk.org/pub/gtk/v1.2/glib-${PV}.tar.gz \
14 file://glibconfig-sysdefs.h \
16 file://glib-reconf-fix;patch=1 \
17 file://posix-conf-changes;patch=1 \
18 file://gcc-3.4-pretty_function;patch=1"
21 S
= "${WORKDIR}/glib-${PV}"
23 inherit autotools pkgconfig native gettext
26 do_configure_prepend
() {
27 install
-m
0644 $
{WORKDIR
}/glibconfig
-sysdefs.h .
28 install
-m
0644 $
{WORKDIR
}/depcomp .
29 rm
-f ltconfig acinclude.m4 libtool ltmain.sh
34 oe_libinstall
-so libglib $
{STAGING_LIBDIR
}
35 oe_libinstall
-so
-C gmodule libgmodule $
{STAGING_LIBDIR
}
36 oe_libinstall
-so
-C gthread libgthread $
{STAGING_LIBDIR
}
37 autotools_stage_includes
38 install
-d $
{STAGING_INCDIR
}/glib
-1.2
39 install
-m
0755 $
{S
}/glibconfig.h $
{STAGING_INCDIR
}/glib
-1.2/glibconfig.h
40 install
-d $
{STAGING_DATADIR
}/aclocal
41 install
-m
0644 $
{S
}/glib.m4 $
{STAGING_DATADIR
}/aclocal
/glib
-1.2.m4
48 SRC_URI
[md5sum
] = "6fe30dad87c77b91b632def29dd69ef9"
49 SRC_URI
[sha256sum
] = "6e1ce7eedae713b11db82f11434d455d8a1379f783a79812cd2e05fc024a8d9f"