asterisk_1.4.19.1: Do not run libtoolize and gnu-configize
authorKhem Raj <raj.khem@gmail.com>
Sat, 20 Dec 2008 08:37:13 +0000 (00:37 -0800)
committerKhem Raj <raj.khem@gmail.com>
Sat, 20 Dec 2008 08:37:13 +0000 (00:37 -0800)
* Also fixes bug 4620

packages/asterisk/asterisk_1.4.19.1.bb

index 31c8f54..3a675a0 100644 (file)
@@ -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
 }