ncurses: proPagate is with a p, not a g
authorKoen Kooi <koen@openembedded.org>
Mon, 26 Jul 2010 13:41:03 +0000 (15:41 +0200)
committerKoen Kooi <koen@openembedded.org>
Mon, 26 Jul 2010 13:41:54 +0000 (15:41 +0200)
recipes/ncurses/ncurses.inc

index bebdeb4..cdc181a 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/ncurses/ncurses.html"
 LICENSE = "MIT"
 SECTION = "libs"
 DEPENDS = "ncurses-native"
-INC_PR = "r20"
+INC_PR = "r21"
 
 inherit autotools
 
@@ -32,7 +32,7 @@ export EXTRA_OEMAKE = '"BUILD_LDFLAGS=" "BUILD_CCFLAGS=${BUILD_CCFLAGS}"'
 # Below option is added to overcome the GCC bug on ARM
 # see http://gcc.gnu.org/PR42981 for further details.
 # We could potentially take it off when its fixed in gcc 4.5
-CFLAGS_EXTRA_append_arm = " -fforward-progagate"
+CFLAGS_EXTRA_append_arm = " -fforward-propagate"
 
 # This is necessary so that the "tic" command executed during the install can
 # link with the correct libary in staging.