diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-06-09 10:48:47 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-06-09 10:50:55 -0700 |
commit | 8b7a068f7cc0919103e4dbd730eafcf85f8b0d74 (patch) | |
tree | a7a88190b97ec4a485f213e9621d442469d8c856 /recipes | |
parent | ea0f1b38fffc6a13385f31e5466f583e86b186ab (diff) |
ncurses{,-native,-sdk}: Drop unnecessary FILESPATH
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/ncurses/ncurses.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/ncurses/ncurses.inc b/recipes/ncurses/ncurses.inc index 337d670cc5..fb4d9123bf 100644 --- a/recipes/ncurses/ncurses.inc +++ b/recipes/ncurses/ncurses.inc @@ -8,8 +8,6 @@ inherit autotools PARALLEL_MAKE="" -FILESPATH = "${FILE_DIRNAME}/local:${FILE_DIRNAME}/ncurses-${PV}-${PR}:${FILE_DIRNAME}/ncurses-${PV}:${FILE_DIRNAME}/ncurses:${FILE_DIRNAME}" - EXTRA_OECONF = "\ --enable-static \ --with-shared \ |