aboutsummaryrefslogtreecommitdiffstats
path: root/packages/audiofile
diff options
context:
space:
mode:
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-01-01 15:40:06 +0000
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-01-01 15:40:06 +0000
commit1378756abdd60f4f2773b641e7a47efc40db2f62 (patch)
tree58f9ffa0ed62699dd78fbf0e05c8f756bdc8763a /packages/audiofile
parent50dbf8735688d2089517b32abb6209e1057287eb (diff)
downloadopenembedded-1378756abdd60f4f2773b641e7a47efc40db2f62.tar.gz
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/01/01 15:33:31+00:00 nexus.co.uk!pb add RPROVIDES for audiofile 2005/01/01 15:33:09+00:00 nexus.co.uk!pb remove xprop from meta-gpe and meta-sectest-gpe 2005/01/01 15:32:04+00:00 nexus.co.uk!pb relegate iptables-save and iptables-restore to iptables-utils package 2005/01/01 14:52:58+00:00 nexus.co.uk!pb fix xprop to use libXmuu, not libXmu 2005/01/01 14:50:18+00:00 nexus.co.uk!pb fix xrdb to use libXmuu, not libXmu 2005/01/01 14:49:45+00:00 nexus.co.uk!pb fix xhost to use libXmuu, not libXmu 2005/01/01 14:46:05+00:00 nexus.co.uk!pb fix xset to use libXmuu, not libXmu 2005/01/01 14:45:23+00:00 nexus.co.uk!pb update gpe-contacts to 0.34 2005/01/01 14:44:56+00:00 nexus.co.uk!pb fix xauth to use libXmuu, not libXmu 2005/01/01 14:42:26+00:00 nexus.co.uk!pb split libXmuu from libXmu BKrev: 41d6c456Kg0GF-pB7EYbYUh24-OHNg
Diffstat (limited to 'packages/audiofile')
-rw-r--r--packages/audiofile/audiofile_0.2.6.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/audiofile/audiofile_0.2.6.bb b/packages/audiofile/audiofile_0.2.6.bb
index 0d08c2fd37..8ca5b1779f 100644
--- a/packages/audiofile/audiofile_0.2.6.bb
+++ b/packages/audiofile/audiofile_0.2.6.bb
@@ -1,4 +1,4 @@
-PR = "r3"
+PR = "r4"
SECTION = "libs"
LICENSE = "LGPL GPL"
DESCRIPTION = "The Audio File Library provides a uniform and elegant \
@@ -10,6 +10,7 @@ PACKAGES += "${PN}-bin"
FILES_${PN} = "${libdir}/libaudiofile*.so.*"
FILES_${PN}-dev += "${bindir}/*-config"
FILES_${PN}-bin += "${bindir}"
+RPROVIDES_${PN} += "audiofile"
SRC_URI = "http://www.68k.org/~michael/audiofile/audiofile-${PV}.tar.gz"