minimal: ship debug apps, if requested
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 17 Mar 2009 11:45:22 +0000 (12:45 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 17 Mar 2009 11:46:05 +0000 (12:46 +0100)
conf/distro/minimal.conf

index 196018b..f7c33d4 100644 (file)
@@ -99,8 +99,8 @@ require conf/distro/include/preferred-xorg-versions-X11R7.4.inc
 #############################################################################
 
 # Ship extra debug utils in the rootfs when doing a debug build 
-DEBUG_APPS ?= ""
-DEBUG_APPS += '${@base_conditional("DISTRO_TYPE", "release", "", "task-cli-tools-debug",d)}'
+DISTRO_EXTRA_APPS ?= ""
+DISTRO_EXTRA_APPS += '${@base_conditional("DISTRO_TYPE", "release", "", "task-cli-tools-debug",d)}'
 
 # Additional content I (only valid if you include task-base)
 # distro-feed-configs: configuration files for the online feeds
@@ -110,6 +110,7 @@ DISTRO_EXTRA_RDEPENDS += "\
   distro-feed-configs \
   util-linux-ng-mount util-linux-ng-umount \
   angstrom-libc-fixup-hack \
+  ${DISTRO_EXTRA_APPS} \
 "
 
 # Additional content II (can be masked with BAD_RECOMMENDS)