diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-12-05 13:30:28 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-12-05 13:30:28 +0000 |
commit | bde052bb59b77fc622548b73d7bf4924ed938cba (patch) | |
tree | 7e1217bfd2413d6192e8753056528902718a6209 /glib-1.2/glib-1.2_1.2.10.oe | |
parent | d2b419ca815a7956dcb41dd3bd882ccd7bc33ba7 (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/12/05 13:03:39+01:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/12/05 01:31:19+01:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/12/04 13:38:43+01:00 uni-frankfurt.de!mickeyl
define opensimpad FEED_URIs in [gpe|opie]-image
2004/12/04 02:12:00+01:00 uni-frankfurt.de!mickeyl
add resistorui, a resistor calculation application for Opie
2004/12/04 02:10:50+01:00 uni-frankfurt.de!mickeyl
metadatafix for qpenmapfe
2004/12/04 01:27:12+01:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/12/04 00:55:03+01:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/12/04 00:33:55+01:00 uni-frankfurt.de!mickeyl
glib-1.2: install more headers into staging
2004/12/03 17:53:22+01:00 uni-frankfurt.de!mickeyl
Merge
2004/12/03 15:51:29+01:00 uni-frankfurt.de!mickeyl
add feeds to bootstrap-image as pointed out by J
2004/12/03 13:19:29+01:00 uni-frankfurt.de!mickeyl
minor cosmetics in opie-gutenbrowser and opie-ftplib
BKrev: 41b30d74fBSOes8LEt7BVgB2z8wtKA
Diffstat (limited to 'glib-1.2/glib-1.2_1.2.10.oe')
-rw-r--r-- | glib-1.2/glib-1.2_1.2.10.oe | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/glib-1.2/glib-1.2_1.2.10.oe b/glib-1.2/glib-1.2_1.2.10.oe index ba4b3805bd..6ee6789bb4 100644 --- a/glib-1.2/glib-1.2_1.2.10.oe +++ b/glib-1.2/glib-1.2_1.2.10.oe @@ -1,10 +1,11 @@ -PR = "r1" DESCRIPTION = "GLib 1.2 is a deprecated libray to \ provide support for old glib 1.2 based applications" SECTION = "libs" PRIORITY = "optional" +LICENSE = "LGPL" MAINTAINER = "Philip Blundell <pb@handhelds.org>" DEPENDS = "glib-1.2-native" +PR = "r2" LEAD_SONAME = "libglib-1.2.*" @@ -22,7 +23,7 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v1.2/glib-${PV}.tar.gz \ S = "${WORKDIR}/glib-${PV}" -inherit autotools pkgconfig +inherit autotools pkgconfig binconfig acpaths = "" do_configure_prepend () { @@ -31,16 +32,14 @@ do_configure_prepend () { rm -f ltconfig acinclude.m4 libtool ltmain.sh } - do_stage () { oe_libinstall -so libglib ${STAGING_LIBDIR} oe_libinstall -so -C gmodule libgmodule ${STAGING_LIBDIR} oe_libinstall -so -C gthread libgthread ${STAGING_LIBDIR} autotools_stage_includes install -d ${STAGING_INCDIR}/glib-1.2 - install -m 0644 ${S}/glibconfig.h ${STAGING_INCDIR}/glib-1.2/glibconfig.h + install -m 0644 glibconfig.h glib.h ${STAGING_INCDIR}/glib-1.2/ install -d ${STAGING_DATADIR}/aclocal install -m 0644 ${S}/glib.m4 ${STAGING_DATADIR}/aclocal/glib-1.2.m4 - install -m 0755 ${S}/glib-config ${STAGING_BINDIR} } |