[oe-commits] [openembedded-core] 04/09: ncurses: reorder PACKAGES

git at git.openembedded.org git at git.openembedded.org
Tue Apr 5 08:56:33 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit b868345f533fc0219845b243a29c12c9a19a3ff3
Author: Patrick Ohly <patrick.ohly at intel.com>
AuthorDate: Mon Apr 4 15:41:40 2016 +0200

    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/ncurses/ncurses.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
index acd2579..ff0117b 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} = "\

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list