From 63e2f3e549fa5ef0388f5e975ff166e287f64cf4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 24 Mar 2006 07:45:34 +0000 Subject: Misc changes to match OE git-svn-id: https://svn.o-hand.com/repos/poky/trunk@334 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/packages/loudmouth/loudmouth_1.0.1.bb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'openembedded/packages/loudmouth') 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 " +MAINTAINER = "Koen Kooi " 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 } -- cgit v1.2.3