diff options
author | Philip Balister <philip@balister.org> | 2009-08-31 15:37:39 -0400 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2009-08-31 15:37:39 -0400 |
commit | 122b402e9a68769751ff2f0543f8eb3794867243 (patch) | |
tree | cd446895c88dc7daa453c4a78de03b6aa2e43ec4 /recipes/asterisk | |
parent | 1d32651d78dfed06579231a6ff6b63e2b79d59cf (diff) |
asterisk-1.4.23.1 : Checksum changed on source package.
* Updated checksum to new values.
* Dropped sounds.xml.patch so recipe builds.
The Asterisk people changed the source tarballs for legal reasons. This
blog entry explains the music-on-hold changes:
http://blogs.digium.com/2009/08/18/asterisk-music-on-hold-changes/
I made the minimum updates so the recipe builds again. We'll need
someone familiar with Asterisk to work out what else needs changing.
Diffstat (limited to 'recipes/asterisk')
-rw-r--r-- | recipes/asterisk/asterisk_1.4.23.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/asterisk/asterisk_1.4.23.1.bb b/recipes/asterisk/asterisk_1.4.23.1.bb index f9f8399021..c4934efc5d 100644 --- a/recipes/asterisk/asterisk_1.4.23.1.bb +++ b/recipes/asterisk/asterisk_1.4.23.1.bb @@ -9,7 +9,7 @@ DEPENDS = "speex readline zlib openssl curl popt gnutls sqlite libogg libvorbis" #RRECOMMENDS_${PN} = "logrotate" SRC_URI="http://downloads.digium.com/pub/asterisk/releases/asterisk-${PV}.tar.gz \ - file://sounds.xml.patch;patch=1 \ +# file://sounds.xml.patch;patch=1 \ file://Makefile.patch;patch=1 \ file://logrotate \ file://volatiles \ |