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 bcb9c943958..2ed1bba53ef 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc @@ -42,6 +42,8 @@ EXCONFIG_ARGS_virtclass-nativesdk = " \ --with-chtype='long' \ --with-mmask-t='long'" +PACKAGES_DYNAMIC = "^${PN}-lib.*" + # Fall back to the host termcap / terminfo for -nativesdk and -native # The reality is a work around for strange problems with things like # "bitbake -c menuconfig busybox" where it cannot find the terminfo |