[oe-commits] org.oe.dev 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

koen commit openembedded-commits at lists.openembedded.org
Thu Oct 12 14:51:26 UTC 2006


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

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 9dc9ebf5aea9f29a19dca9b5f59a756d2b0ad27d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=9dc9ebf5aea9f29a19dca9b5f59a756d2b0ad27d
Files:
1
conf/distro/angstrom-2007.1.conf
Diffs:

#
# mt diff -re9d250facb6ebff3bad1043f7e81fb2ce892c899 -r9dc9ebf5aea9f29a19dca9b5f59a756d2b0ad27d
#
# 
# 
# patch "conf/distro/angstrom-2007.1.conf"
#  from [4e7afdddb89f99719115d0fbe26004eabe9be878]
#    to [acd6bfba17b6e0db4dbe1a89c6b0c70765be6861]
# 
============================================================
--- conf/distro/angstrom-2007.1.conf	4e7afdddb89f99719115d0fbe26004eabe9be878
+++ conf/distro/angstrom-2007.1.conf	acd6bfba17b6e0db4dbe1a89c6b0c70765be6861
@@ -154,7 +154,7 @@ DEBUG_APPS ?= ""
 
 # 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 ?= ""






More information about the Openembedded-commits mailing list