From: John Bowler Date: Tue, 3 Jan 2006 02:11:26 +0000 (+0000) Subject: libao: change do_stage to use autotools_stage_all in 0.8.6 X-Git-Tag: Release-2010-05/1~9453^2~2781 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67cb2da0effe1a1a6b7b8f8f7baa04c6ed646080;p=openembedded.git libao: change do_stage to use autotools_stage_all in 0.8.6 --- diff --git a/packages/libao/libao_0.8.6.bb b/packages/libao/libao_0.8.6.bb index 62275f14fb..a293a44270 100644 --- a/packages/libao/libao_0.8.6.bb +++ b/packages/libao/libao_0.8.6.bb @@ -3,7 +3,7 @@ DESCRIPTION = "A cross platform audio library" HOMEPAGE = "http://www.xiph.org/ao/" SECTION = "libs" PRIORITY = "optional" -PR = "r0" +PR = "r1" SRC_URI = "http://downloads.xiph.org/releases/ao/libao-${PV}.tar.gz" @@ -14,13 +14,7 @@ EXTRA_OECONF = "--disable-esd --disable-esdtest \ --disable-arts --disable-nas" 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 -so -C src libao ${STAGING_LIBDIR} - install -d ${STAGING_DATADIR}/aclocal - install -m 0644 ao.m4 ${STAGING_DATADIR}/aclocal/ + autotools_stage_all } FILES_${PN} += "${libdir}/ao/plugins-2/*.so"