diff options
-rw-r--r-- | meta/recipes-core/ncurses/ncurses.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index bcb9c94395..2ed1bba53e 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc | |||
@@ -42,6 +42,8 @@ EXCONFIG_ARGS_virtclass-nativesdk = " \ | |||
42 | --with-chtype='long' \ | 42 | --with-chtype='long' \ |
43 | --with-mmask-t='long'" | 43 | --with-mmask-t='long'" |
44 | 44 | ||
45 | PACKAGES_DYNAMIC = "^${PN}-lib.*" | ||
46 | |||
45 | # Fall back to the host termcap / terminfo for -nativesdk and -native | 47 | # Fall back to the host termcap / terminfo for -nativesdk and -native |
46 | # The reality is a work around for strange problems with things like | 48 | # The reality is a work around for strange problems with things like |
47 | # "bitbake -c menuconfig busybox" where it cannot find the terminfo | 49 | # "bitbake -c menuconfig busybox" where it cannot find the terminfo |