diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-12 14:42:38 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-12 14:42:38 +0000 |
commit | 6d24cd2c3e70d50dc3eec4e919ee982007a78363 (patch) | |
tree | a8b62b8150f4ce74f47481157d18c9ff717c4612 /conf | |
parent | 9da98834b853521dee3d46d9a0b63fedb8e362e1 (diff) |
angstrom disable strace for debug builds, since it doesn't build. It is still in the feeds: http://www.angstrom-distribution.org/repo/?action=details&pnm=strace
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index f424c3ef32..11d47f11c8 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -154,7 +154,7 @@ PREFERRED_VERSION_hostap-modules ?= "0.4.7" # We want to ship extra debug utils in the rootfs when doing a debug build DEBUG_APPS ?= "" -DEBUG_APPS += '${@base_conditional("DISTRO_TYPE", "release", "", "tslib-tests tslib-calibrate strace gdb procps",d)}' +DEBUG_APPS += '${@base_conditional("DISTRO_TYPE", "release", "", "tslib-tests tslib-calibrate gdb procps",d)}' #this should go away soon EXTRA_STUFF ?= "" |