diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-06-15 07:46:04 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-15 07:46:04 +0000 |
commit | dc32d171b52e7a268b49b6324c0d10fe7b5052d0 (patch) | |
tree | 9df261b7daa28342112806914632357ab48cf541 /packages | |
parent | 18d8eeb8c0504dbfdfe7f11931dd30dcdd5fbcb8 (diff) | |
parent | a0621d7c282208125afd95093f6102baa4543dab (diff) |
merge of 6c5f6dd92dc9e167c3598305801931820379802a
and dbb4f8c5ce9d6875e4b652532e08c39932325b64
Diffstat (limited to 'packages')
-rw-r--r-- | packages/asterisk-sounds/asterisk-sounds_1.2.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/asterisk-sounds/asterisk-sounds_1.2.1.bb b/packages/asterisk-sounds/asterisk-sounds_1.2.1.bb index 18b85b8797..3a07f2cb0d 100644 --- a/packages/asterisk-sounds/asterisk-sounds_1.2.1.bb +++ b/packages/asterisk-sounds/asterisk-sounds_1.2.1.bb @@ -1,8 +1,8 @@ DESCRIPTION="Supplementary asterisk-sounds" HOMEPAGE="www.asterisk.org" LICENSE="GPL" -DEPENDS="" -PR = "r0" +DEPENDS="asterisk" +PR = "r1" SRC_URI="http://ftp.digium.com/pub/asterisk/releases/asterisk-sounds-${PV}.tar.gz" |