diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-31 23:44:35 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-31 23:44:35 +0000 |
commit | ac78af3207a43309115505ff872312fbb7889f62 (patch) | |
tree | 9669fc6857c45b36285a7356d69f40c101a0d346 /audiofile/audiofile_0.2.6.oe | |
parent | 198769abafafd600b2a32dc65d7332c88e343373 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/08/01 00:44:19+01:00 (none)!pb
inherit binconfig
BKrev: 410c2ee3s_WiCrGsNzkPXUyTrymEtQ
Diffstat (limited to 'audiofile/audiofile_0.2.6.oe')
-rw-r--r-- | audiofile/audiofile_0.2.6.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audiofile/audiofile_0.2.6.oe b/audiofile/audiofile_0.2.6.oe index ce47399323..c17d2c0589 100644 --- a/audiofile/audiofile_0.2.6.oe +++ b/audiofile/audiofile_0.2.6.oe @@ -1,4 +1,4 @@ -PR = "r1" +PR = "r2" SECTION = "libs" LICENSE = "LGPL GPL" DESCRIPTION = "The Audio File Library provides a uniform and elegant \ @@ -8,7 +8,7 @@ Research, Amiga IFF/8SVX, and NIST SPHERE." SRC_URI = "http://www.68k.org/~michael/audiofile/audiofile-${PV}.tar.gz" -inherit autotools pkgconfig +inherit autotools pkgconfig binconfig do_stage () { install -m 0644 libaudiofile/audiofile.h libaudiofile/aupvlist.h libaudiofile/af_vfs.h ${STAGING_INCDIR}/ |