diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2016-04-04 15:41:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-05 09:55:47 +0100 |
commit | b868345f533fc0219845b243a29c12c9a19a3ff3 (patch) | |
tree | 1b146524f31a0a59bb46035923697f3b93eb6f30 /meta | |
parent | 695b99336b40842c15762ef9dac2ce43d1c8c186 (diff) | |
download | openembedded-core-b868345f533fc0219845b243a29c12c9a19a3ff3.tar.gz openembedded-core-b868345f533fc0219845b243a29c12c9a19a3ff3.tar.bz2 openembedded-core-b868345f533fc0219845b243a29c12c9a19a3ff3.zip |
ncurses: reorder PACKAGES
Having ncurses-terminfo-base before ncurses-terminfo is currently irrelevant
because the current file lists are completely disjunct. However, when building
"stateless" via a .bbappend, the content of curses-terminfo-base also needs
to live under /usr/share and then it becomes important that files
belonging to ncurses-terminfo-base are checked first.
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/ncurses/ncurses.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index acd2579448..ff0117b822 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc @@ -269,8 +269,8 @@ BBCLASSEXTEND = "native nativesdk" PACKAGES += " \ ${PN}-tools \ - ${PN}-terminfo \ ${PN}-terminfo-base \ + ${PN}-terminfo \ " FILES_${PN} = "\ |