From 4d6af60adc1fe4131c17b4af160a2c096aecac1e Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 22 May 2004 11:16:24 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/05/21 23:27:01+02:00 uni-frankfurt.de!mickeyl fix libao packaging! BKrev: 40af3688hWXtsdB49VJppfrG-KEZhg --- libao/libao_0.8.4.oe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libao/libao_0.8.4.oe b/libao/libao_0.8.4.oe index f67775d2aa..38537ee797 100644 --- a/libao/libao_0.8.4.oe +++ b/libao/libao_0.8.4.oe @@ -1,21 +1,21 @@ DESCRIPTION = "A cross platform audio library" +HOMEPAGE = "http://www.xiph.org/ao/" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc" SRC_URI = "http://www.xiph.org/ao/src/libao-${PV}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1" -inherit autotools pkgconfig +inherit autotools pkgconfig EXTRA_OECONF = "--disable-esd --disable-esdtest \ --disable-alsa --disable-alsa09 \ --disable-arts --disable-nas" -do_stage () { +do_stage() { install -d ${STAGING_INCDIR}/ao install -m 0644 ${S}/include/ao/ao.h ${S}/include/ao/os_types.h \ ${S}/include/ao/plugin.h ${STAGING_INCDIR}/ao/ - oe_libinstall -a -so -C src libao ${STAGING_LIBDIR} + oe_libinstall -so -C src libao ${STAGING_LIBDIR} } -- cgit v1.2.3