]> code.ossystems Code Review - openembedded-core.git/commitdiff
icu-native: Bandaid do_configure
authorRichard Purdie <richard@openedhand.com>
Mon, 5 May 2008 22:11:33 +0000 (22:11 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 5 May 2008 22:11:33 +0000 (22:11 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4423 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/icu/icu-3.6.inc

index ec95cabb842b0fb955ffcc7d5d21d5b911ba1243..04fc8420abf6ad68825f01635605525e53004721 100644 (file)
@@ -11,6 +11,7 @@ inherit autotools pkgconfig binconfig
 
 do_configure() {
        libtoolize --force
+       gnu-configize --force
        oe_runconf
 }