diff options
author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-06-14 20:35:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-14 20:35:57 +0000 |
commit | a0621d7c282208125afd95093f6102baa4543dab (patch) | |
tree | 2520f8cfeb3f39d362a3d9c2318a522405738341 /packages/asterisk-sounds | |
parent | 8a4ac051f2d6764d53f4f7674e9a7bb6f7f59d69 (diff) |
asterisk-sounds: add dependency on asterisk;
Diffstat (limited to 'packages/asterisk-sounds')
-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" |