diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-03-17 12:45:22 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-03-17 12:46:05 +0100 |
commit | 18e898f91445bca0c1817146d10e0ae57ca11ba9 (patch) | |
tree | 1e650ce52bb56813ee2301d21031fc7f9db9f97c | |
parent | f71735cf445f1ff3e3b464853f4f4303bf6f4078 (diff) |
minimal: ship debug apps, if requested
-rw-r--r-- | conf/distro/minimal.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf index 196018b431..f7c33d4ed6 100644 --- a/conf/distro/minimal.conf +++ b/conf/distro/minimal.conf @@ -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) |