diff options
author | Ross Burton <ross@openedhand.com> | 2007-04-30 08:54:04 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-04-30 08:54:04 +0000 |
commit | a0c37e9fa984cb9bc3b7d9cf05ae5f4b1e7372f9 (patch) | |
tree | 2bcd3049525ebad741e667442f14a197bd55e724 /meta | |
parent | 1e4eb574db99f4c9d6dad46f4f70697ec542997f (diff) | |
download | poky-a0c37e9fa984cb9bc3b7d9cf05ae5f4b1e7372f9.tar.gz |
Remove unused version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1579 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/glib-2.0/glib-2.0_2.12.4.bb | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/meta/packages/glib-2.0/glib-2.0_2.12.4.bb b/meta/packages/glib-2.0/glib-2.0_2.12.4.bb deleted file mode 100644 index ff2ff98a86..0000000000 --- a/meta/packages/glib-2.0/glib-2.0_2.12.4.bb +++ /dev/null | |||
@@ -1,44 +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 = "r1" | ||
13 | |||
14 | LEAD_SONAME = "libglib-2.0.*" | ||
15 | FILES_glib-2.0-utils = "${bindir}/*" | ||
16 | |||
17 | EXTRA_OECONF = "--disable-debug" | ||
18 | |||
19 | SRC_URI = "http://download.gnome.org/sources/glib/2.12/glib-${PV}.tar.bz2 \ | ||
20 | file://glibconfig-sysdefs.h" | ||
21 | |||
22 | S = "${WORKDIR}/glib-${PV}" | ||
23 | |||
24 | inherit autotools pkgconfig gettext | ||
25 | |||
26 | require glib-2.0.inc | ||
27 | |||
28 | acpaths = "" | ||
29 | do_configure_prepend () { | ||
30 | install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h . | ||
31 | } | ||
32 | |||
33 | do_stage () { | ||
34 | oe_libinstall -so -C glib libglib-2.0 ${STAGING_LIBDIR} | ||
35 | oe_libinstall -so -C gmodule libgmodule-2.0 ${STAGING_LIBDIR} | ||
36 | oe_libinstall -so -C gthread libgthread-2.0 ${STAGING_LIBDIR} | ||
37 | oe_libinstall -so -C gobject libgobject-2.0 ${STAGING_LIBDIR} | ||
38 | autotools_stage_includes | ||
39 | install -d ${STAGING_INCDIR}/glib-2.0/glib | ||
40 | install -m 0755 ${S}/glibconfig.h ${STAGING_INCDIR}/glib-2.0/glibconfig.h | ||
41 | install -d ${STAGING_DATADIR}/aclocal | ||
42 | install -m 0644 ${S}/m4macros/glib-2.0.m4 ${STAGING_DATADIR}/aclocal/glib-2.0.m4 | ||
43 | install -m 0644 ${S}/m4macros/glib-gettext.m4 ${STAGING_DATADIR}/aclocal/glib-gettext.m4 | ||
44 | } | ||