From: Frans Meulenbroeks Date: Wed, 14 Jun 2006 20:35:57 +0000 (+0000) Subject: asterisk-sounds: add dependency on asterisk; X-Git-Tag: Release-2010-05/1~9453^2~1461 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0621d7c282208125afd95093f6102baa4543dab;p=openembedded.git asterisk-sounds: add dependency on asterisk; --- 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"