libogg: revert deletion of do_stage() applied in c6358e3932bd89f868ce958c308bc34cc870e25c
authorRene Wagner <rw@handhelds.org>
Thu, 5 Jan 2006 20:09:10 +0000 (20:09 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 5 Jan 2006 20:09:10 +0000 (20:09 +0000)
packages/libogg/libogg_1.1.bb

index 8ca5459..687b4de 100644 (file)
@@ -3,7 +3,7 @@ DESCRIPTION = "libogg is the bitstream and framing library \
 for the Ogg project. It provides functions which are \
 necessary to codec libraries like libvorbis."
 LICENSE = "BSD"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://www.vorbis.com/files/1.0.1/unix/libogg-${PV}.tar.gz \
 file://m4.patch;patch=1"
@@ -11,5 +11,9 @@ file://m4.patch;patch=1"
 inherit autotools pkgconfig
 
 do_stage () {
-       autotools_stage_all
+       oe_libinstall -a -so -C src libogg ${STAGING_LIBDIR}
+
+       install -d ${STAGING_INCDIR}/ogg
+       (cd ${S}/include/ogg; cp config_types.h ogg.h os_types.h ${STAGING_INCDIR}/ogg/)
+       install -m 0644 ${S}/ogg.m4 ${STAGING_DATADIR}/aclocal/
 }