diff options
author | Jesse Gilles <jgilles@multitech.com> | 2014-06-04 15:56:12 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2014-06-04 15:56:12 -0500 |
commit | 03305cc50a2d1288f3b6e09e911866c9081c3c67 (patch) | |
tree | 4ff539ec48610f43f5f09868d2fe4cfa841ff681 | |
parent | 629d439a977c2caf4260148a2a242e4abf3c55a6 (diff) |
procps: depend on ncurses-terminfo-base instead (smaller)
-rw-r--r-- | multitech/recipes/procps/procps_3.2.8.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/multitech/recipes/procps/procps_3.2.8.bbappend b/multitech/recipes/procps/procps_3.2.8.bbappend new file mode 100644 index 0000000..ea8476c --- /dev/null +++ b/multitech/recipes/procps/procps_3.2.8.bbappend @@ -0,0 +1,5 @@ +PR .= ".corecdp1" + +# depend on ncurses-terminfo-base instead of ncurses-terminfo +# it is much smaller and has enough terms +RDEPENDS_${PN} = "ncurses-terminfo-base" |