diff options
author | Rene Wagner <rw@handhelds.org> | 2006-01-05 20:12:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-05 20:12:35 +0000 |
commit | 37e9384db9d918b12f9f757e3aa74ba883d7684e (patch) | |
tree | cf721871fd0c1fce026680827752f865e86a369d /packages | |
parent | 8a1ffee9bc64ecf4be814f36635dba6514e51a79 (diff) |
audiofile: revert deletion of do_stage() applied in 5c22e08daabf70f10120e7226d3995a5b5777de5
Diffstat (limited to 'packages')
-rw-r--r-- | packages/audiofile/audiofile_0.2.6.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/audiofile/audiofile_0.2.6.bb b/packages/audiofile/audiofile_0.2.6.bb index c83b4c2c27..d87e62cbec 100644 --- a/packages/audiofile/audiofile_0.2.6.bb +++ b/packages/audiofile/audiofile_0.2.6.bb @@ -1,4 +1,4 @@ -PR = "r5" +PR = "r6" SECTION = "libs" LICENSE = "LGPL GPL" DESCRIPTION = "The Audio File Library provides a uniform and elegant \ @@ -17,5 +17,7 @@ SRC_URI = "http://www.68k.org/~michael/audiofile/audiofile-${PV}.tar.gz" inherit autotools pkgconfig binconfig do_stage () { - autotools_stage_all + install -m 0644 libaudiofile/audiofile.h libaudiofile/aupvlist.h libaudiofile/af_vfs.h ${STAGING_INCDIR}/ + oe_libinstall -C libaudiofile libaudiofile ${STAGING_LIBDIR} + install -m 0644 audiofile.m4 ${STAGING_DATADIR}/aclocal/ } |