From fecd46f1f9db933058077edf35a83bb8a25a442b Mon Sep 17 00:00:00 2001 From: Rene Wagner Date: Thu, 5 Jan 2006 19:24:51 +0000 Subject: libao: revert deletion of do_stage() applied in 3db52ecf315fce5662f670b01ec6148168debcd2 --- packages/libao/libao_0.8.6.bb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'packages/libao') diff --git a/packages/libao/libao_0.8.6.bb b/packages/libao/libao_0.8.6.bb index a293a44270..7bc44c0fc8 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 = "r1" +PR = "r2" SRC_URI = "http://downloads.xiph.org/releases/ao/libao-${PV}.tar.gz" @@ -14,7 +14,13 @@ EXTRA_OECONF = "--disable-esd --disable-esdtest \ --disable-arts --disable-nas" do_stage() { - autotools_stage_all + 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/ } FILES_${PN} += "${libdir}/ao/plugins-2/*.so" -- cgit v1.2.3