mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f94ad4d1fc
commit
e699404f73
@@ -269,8 +269,8 @@ BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
PACKAGES += " \
|
||||
${PN}-tools \
|
||||
${PN}-terminfo \
|
||||
${PN}-terminfo-base \
|
||||
${PN}-terminfo \
|
||||
"
|
||||
|
||||
FILES_${PN} = "\
|
||||
|
||||
Reference in New Issue
Block a user