diff options
author | Ross Burton <ross@openedhand.com> | 2007-02-04 18:06:14 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-02-04 18:06:14 +0000 |
commit | b17f190e0bc7821eb95378196d6bab981282aac1 (patch) | |
tree | 37bd4503487bada5d0b6ac58ae8662951c62c923 /meta/packages/glib-2.0 | |
parent | 9a667a82979eb85b0b5204e3d969b9859cd54be3 (diff) | |
download | poky-b17f190e0bc7821eb95378196d6bab981282aac1.tar.gz |
Remove glib 2.6.4
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1255 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/glib-2.0')
-rw-r--r-- | meta/packages/glib-2.0/glib-2.0_2.6.4.bb | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/meta/packages/glib-2.0/glib-2.0_2.6.4.bb b/meta/packages/glib-2.0/glib-2.0_2.6.4.bb deleted file mode 100644 index 9295338d87..0000000000 --- a/meta/packages/glib-2.0/glib-2.0_2.6.4.bb +++ /dev/null | |||
@@ -1,45 +0,0 @@ | |||
1 | DESCRIPTION = "GLib is a general-purpose utility library, \ | ||
2 | which provides many useful data types, macros, \ | ||
3 | type conversions, string utilities, file utilities, a main \ | ||
4 | loop abstraction, and so on. It works on many \ | ||
5 | UNIX-like platforms, Windows, OS/2 and BeOS." | ||
6 | LICENSE = "LGPL" | ||
7 | SECTION = "libs" | ||
8 | PRIORITY = "optional" | ||
9 | DEPENDS += "glib-2.0-native gtk-doc" | ||
10 | DEPENDS += "virtual/libiconv virtual/libintl" | ||
11 | PACKAGES =+ "glib-2.0-utils " | ||
12 | PR = "r0" | ||
13 | |||
14 | LEAD_SONAME = "libglib-2.0.*" | ||
15 | FILES_glib-2.0-utils = "${bindir}/*" | ||
16 | |||
17 | EXTRA_OECONF = "--disable-debug" | ||
18 | |||
19 | SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/glib-${PV}.tar.bz2 \ | ||
20 | file://glibinclude.patch;patch=1;pnum=2 \ | ||
21 | file://glibconfig-sysdefs.h" | ||
22 | |||
23 | S = "${WORKDIR}/glib-${PV}" | ||
24 | |||
25 | inherit autotools pkgconfig gettext | ||
26 | |||
27 | require glib-2.0.inc | ||
28 | |||
29 | acpaths = "" | ||
30 | do_configure_prepend () { | ||
31 | install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h . | ||
32 | } | ||
33 | |||
34 | do_stage () { | ||
35 | oe_libinstall -so -C glib libglib-2.0 ${STAGING_LIBDIR} | ||
36 | oe_libinstall -so -C gmodule libgmodule-2.0 ${STAGING_LIBDIR} | ||
37 | oe_libinstall -so -C gthread libgthread-2.0 ${STAGING_LIBDIR} | ||
38 | oe_libinstall -so -C gobject libgobject-2.0 ${STAGING_LIBDIR} | ||
39 | autotools_stage_includes | ||
40 | install -d ${STAGING_INCDIR}/glib-2.0/glib | ||
41 | install -m 0755 ${S}/glibconfig.h ${STAGING_INCDIR}/glib-2.0/glibconfig.h | ||
42 | install -d ${STAGING_DATADIR}/aclocal | ||
43 | install -m 0644 ${S}/m4macros/glib-2.0.m4 ${STAGING_DATADIR}/aclocal/glib-2.0.m4 | ||
44 | install -m 0644 ${S}/m4macros/glib-gettext.m4 ${STAGING_DATADIR}/aclocal/glib-gettext.m4 | ||
45 | } | ||