From: Enrico Scholz Date: Sun, 29 Aug 2010 16:10:24 +0000 (+0200) Subject: ncurses: preserve default PACKAGES list by using +=, not = X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=447e7396addd26f32afcf5ae21ca360d5b7e599e;p=openembedded.git ncurses: preserve default PACKAGES list by using +=, not = Signed-off-by: Enrico Scholz --- diff --git a/recipes/ncurses/ncurses_5.7.bb b/recipes/ncurses/ncurses_5.7.bb index e815d8e86b..f938aa16d5 100644 --- a/recipes/ncurses/ncurses_5.7.bb +++ b/recipes/ncurses/ncurses_5.7.bb @@ -173,13 +173,8 @@ pkg_prerm_ncurses-tools () { BBCLASSEXTEND = "native sdk" -PACKAGES = " \ - ${PN}-dbg \ - ${PN}-dev \ - ${PN}-doc \ +PACKAGES += " \ ${PN}-tools \ - ${PN} \ - ${PN}-static \ ${PN}-terminfo \ ${PN}-terminfo-base \ "