diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-03 02:11:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-03 02:11:26 +0000 |
commit | 67cb2da0effe1a1a6b7b8f8f7baa04c6ed646080 (patch) | |
tree | 7b7d1c7c9c6ad4ed780b8e72c81d97c1fddd99a4 /packages/libao | |
parent | e8ff137fcce47b5e3b6b462fa44f141ea08b7de1 (diff) |
libao: change do_stage to use autotools_stage_all in 0.8.6
Diffstat (limited to 'packages/libao')
-rw-r--r-- | packages/libao/libao_0.8.6.bb | 10 |
1 files changed, 2 insertions, 8 deletions
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" |