aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ncurses
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-07-26 15:41:03 +0200
committerKoen Kooi <koen@openembedded.org>2010-07-26 15:41:54 +0200
commit181244a3a629b6dacd5f221f9e9380ba9a078bb0 (patch)
treedad139d0be0923ea4bf546f5d10dc5e1122e621f /recipes/ncurses
parenta6125ce3129564998e65ef1a52597f10ea37cc39 (diff)
downloadopenembedded-181244a3a629b6dacd5f221f9e9380ba9a078bb0.tar.gz
ncurses: proPagate is with a p, not a g
Diffstat (limited to 'recipes/ncurses')
-rw-r--r--recipes/ncurses/ncurses.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/ncurses/ncurses.inc b/recipes/ncurses/ncurses.inc
index bebdeb4cb4..cdc181a69a 100644
--- a/recipes/ncurses/ncurses.inc
+++ b/recipes/ncurses/ncurses.inc
@@ -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.