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 14:33:58 +0100 |
commit | e699404f73120d2b0111721409dcfd6311746cb3 (patch) | |
tree | 3f6f0f5a4958d80d4fa696f0da3f889bd7a4bd30 | |
parent | f94ad4d1fc6d8f2438b8e00c6174dfe0e0c4317c (diff) | |
download | poky-e699404f73120d2b0111721409dcfd6311746cb3.tar.gz |
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.
(From OE-Core rev: b868345f533fc0219845b243a29c12c9a19a3ff3)
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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" | |||
269 | 269 | ||
270 | PACKAGES += " \ | 270 | PACKAGES += " \ |
271 | ${PN}-tools \ | 271 | ${PN}-tools \ |
272 | ${PN}-terminfo \ | ||
273 | ${PN}-terminfo-base \ | 272 | ${PN}-terminfo-base \ |
273 | ${PN}-terminfo \ | ||
274 | " | 274 | " |
275 | 275 | ||
276 | FILES_${PN} = "\ | 276 | FILES_${PN} = "\ |