libao: revert deletion of do_stage() applied in 3db52ecf315fce5662f670b01ec6148168debcd2
authorRene Wagner <rw@handhelds.org>
Thu, 5 Jan 2006 19:24:51 +0000 (19:24 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 5 Jan 2006 19:24:51 +0000 (19:24 +0000)
packages/libao/libao_0.8.6.bb

index a293a44..7bc44c0 100644 (file)
@@ -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"