diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-06-22 08:40:26 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-07-07 08:42:01 -0700 |
commit | 692d33d8ec8928136834ffb69b6250a32e741cce (patch) | |
tree | acbd03bdf510c27ba30ef1a2054b677500556c1c /recipes | |
parent | a9b65bd9cfe974fac9a14221060e68aa28fd1683 (diff) |
ncurses-nativesdk: Add to BBCLASSEXTEND
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/ncurses/ncurses_5.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ncurses/ncurses_5.4.bb b/recipes/ncurses/ncurses_5.4.bb index d358e162ec..50231a0e3e 100644 --- a/recipes/ncurses/ncurses_5.4.bb +++ b/recipes/ncurses/ncurses_5.4.bb @@ -12,7 +12,7 @@ LEAD_SONAME = "libncurses.so.5" SRC_URI[md5sum] = "069c8880072060373290a4fefff43520" SRC_URI[sha256sum] = "5abce063cf431790f4e6a801a96c7eea0b33a41ecd0970f6312f52575c083b36" -BBCLASSEXTEND = "native sdk" +BBCLASSEXTEND = "native nativesdk sdk" DEPENDS_virtclass-native = "" EXTRA_OEMAKE_virtclass-native = '"BUILD_CCFLAGS=${BUILD_CCFLAGS}"' EXTRA_OEMAKE_virtclass-sdk = '"BUILD_CCFLAGS=${BUILD_CCFLAGS}"' |