diff options
author | Richard Purdie <richard@openedhand.com> | 2006-03-24 07:45:34 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-03-24 07:45:34 +0000 |
commit | 63e2f3e549fa5ef0388f5e975ff166e287f64cf4 (patch) | |
tree | 9e3f74c84bfa2e6a2303345450062aaf995671fe /openembedded/packages/loudmouth | |
parent | 00f5d77e03a8e46607149bb82d7acacfc7996990 (diff) | |
download | openembedded-core-63e2f3e549fa5ef0388f5e975ff166e287f64cf4.tar.gz openembedded-core-63e2f3e549fa5ef0388f5e975ff166e287f64cf4.tar.bz2 openembedded-core-63e2f3e549fa5ef0388f5e975ff166e287f64cf4.zip |
Misc changes to match OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@334 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/loudmouth')
-rwxr-xr-x | openembedded/packages/loudmouth/loudmouth_1.0.1.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/openembedded/packages/loudmouth/loudmouth_1.0.1.bb b/openembedded/packages/loudmouth/loudmouth_1.0.1.bb index ca8dd27778..9161cd630b 100755 --- a/openembedded/packages/loudmouth/loudmouth_1.0.1.bb +++ b/openembedded/packages/loudmouth/loudmouth_1.0.1.bb @@ -1,6 +1,6 @@ LICENSE = "LGPL" DEPENDS = "glib-2.0 gnutls" -MAINTAINER = "Chris Lord <chris@openedhand.com>" +MAINTAINER = "Koen Kooi <koen@handhelds.org>" DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol." PR = "r1" @@ -9,8 +9,5 @@ SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.gz" inherit autotools pkgconfig do_stage() { - oe_libinstall -so -C loudmouth libloudmouth-1 ${STAGING_LIBDIR} - - install -d ${STAGING_INCDIR}/${PN}/ - install -m 0644 ${S}/${PN}/*.h ${STAGING_INCDIR}/${PN}/ + autotools_stage_all } |