[oe-commits] Khem Raj : asterisk_1.4.19.1: Do not run libtoolize and gnu-configize

GIT User account git at amethyst.openembedded.net
Sat Dec 20 08:41:00 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 415bddd2af6075d767a7a21823b19fe254a49d6c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=415bddd2af6075d767a7a21823b19fe254a49d6c

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Dec 20 00:37:13 2008 -0800

asterisk_1.4.19.1: Do not run libtoolize and gnu-configize
* Also fixes bug 4620

---

 packages/asterisk/asterisk_1.4.19.1.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/asterisk/asterisk_1.4.19.1.bb b/packages/asterisk/asterisk_1.4.19.1.bb
index 31c8f54..3a675a0 100644
--- a/packages/asterisk/asterisk_1.4.19.1.bb
+++ b/packages/asterisk/asterisk_1.4.19.1.bb
@@ -7,7 +7,7 @@ PRIORITY = "optional"
 SECTION = "console/telephony"
 DEPENDS = "speex readline zlib openssl curl popt gnutls sqlite libogg libvorbis"
 #RRECOMMENDS_${PN} = "logrotate"
-PR = "r1"
+PR = "r2"
 
 
 SRC_URI="http://ftp.digium.com/pub/asterisk/releases/asterisk-${PV}.tar.gz\
@@ -68,8 +68,8 @@ do_configure_prepend () {
 do_configure () {
 	# Looks like rebuilding configure doesn't work, so we are skipping
 	# that and are just using the shipped one
-	gnu-configize
-	libtoolize --force
+	# gnu-configize
+	# libtoolize --force
 	oe_runconf
 }
 





More information about the Openembedded-commits mailing list