Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/asterisk
@ 2006-12-14 15:25 aldot at uclibc.org
  0 siblings, 0 replies; 4+ messages in thread
From: aldot at uclibc.org @ 2006-12-14 15:25 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2006-12-14 07:25:47 -0800 (Thu, 14 Dec 2006)
New Revision: 16924

Log:
- update path. Closes #896.


Modified:
   trunk/buildroot/package/asterisk/asterisk.mk


Changeset:
Modified: trunk/buildroot/package/asterisk/asterisk.mk
===================================================================
--- trunk/buildroot/package/asterisk/asterisk.mk	2006-12-14 15:17:39 UTC (rev 16923)
+++ trunk/buildroot/package/asterisk/asterisk.mk	2006-12-14 15:25:47 UTC (rev 16924)
@@ -5,7 +5,7 @@
 ##############################################################
 ASTERISK_VERSION := 1.2.0-beta1
 ASTERISK_SOURCE := asterisk-$(ASTERISK_VERSION).tar.gz
-ASTERISK_SITE := ftp://ftp.digium.com/pub/asterisk
+ASTERISK_SITE := ftp://ftp.digium.com/pub/asterisk/old-releases
 ASTERISK_DIR := $(BUILD_DIR)/asterisk-$(ASTERISK_VERSION)
 ASTERISK_BINARY := asterisk
 ASTERISK_TARGET_BINARY := usr/sbin/asterisk

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/asterisk
@ 2007-11-29 13:01 ulf at uclibc.org
  2007-11-29 13:51 ` Thiago A. Corrêa
  0 siblings, 1 reply; 4+ messages in thread
From: ulf at uclibc.org @ 2007-11-29 13:01 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-11-29 05:01:45 -0800 (Thu, 29 Nov 2007)
New Revision: 20582

Log:
Make asterisk depend on packets, instead of selecting them

Modified:
   trunk/buildroot/package/asterisk/Config.in


Changeset:
Modified: trunk/buildroot/package/asterisk/Config.in
===================================================================
--- trunk/buildroot/package/asterisk/Config.in	2007-11-29 13:01:23 UTC (rev 20581)
+++ trunk/buildroot/package/asterisk/Config.in	2007-11-29 13:01:45 UTC (rev 20582)
@@ -3,8 +3,11 @@
 	default n
 	select BR2_PACKAGE_NCURSES
 	select BR2_PACKAGE_ZLIB
-	select BR2_PACKAGE_OPENSSL
-	select BR2_PACKAGE_MPG123
+	depends BR2_PACKAGE_OPENSSL
+	depends BR2_PACKAGE_MPG123
 	help
 		Asterisk - the Open Source PBX
 
+comment "asterisk	- disabled (required openssl and mpg123)"
+	depends !BR2_PACKAGE_OPENSSL || ! BR2_PACKAGE_MPG123
+

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-11-29 14:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-14 15:25 [Buildroot] svn commit: trunk/buildroot/package/asterisk aldot at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2007-11-29 13:01 ulf at uclibc.org
2007-11-29 13:51 ` Thiago A. Corrêa
2007-11-29 14:39   ` Ulf Samuelsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox