ncurses: preserve default PACKAGES list by using +=, not =
authorEnrico Scholz <enrico.scholz@sigma-chemnitz.de>
Sun, 29 Aug 2010 16:10:24 +0000 (18:10 +0200)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sun, 29 Aug 2010 19:51:11 +0000 (21:51 +0200)
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
recipes/ncurses/ncurses_5.7.bb

index e815d8e..f938aa1 100644 (file)
@@ -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 \
 "