git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9da9883
)
angstrom disable strace for debug builds, since it doesn't build. It is still in...
author
Koen Kooi
<koen@openembedded.org>
Thu, 12 Oct 2006 14:42:38 +0000
(14:42 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 12 Oct 2006 14:42:38 +0000
(14:42 +0000)
conf/distro/angstrom-2007.1.conf
patch
|
blob
|
history
diff --git
a/conf/distro/angstrom-2007.1.conf
b/conf/distro/angstrom-2007.1.conf
index
f424c3e
..
11d47f1
100644
(file)
--- 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 ?= ""