aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ltp
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2011-01-21 13:35:37 +0100
committerKhem Raj <raj.khem@gmail.com>2011-01-22 09:21:56 -0800
commitb0a51470836434aa70a8c30a0eb0b0b15089418b (patch)
treeedcd330da3e0316943e5fab1ab851d7444484726 /recipes/ltp
parent9660b51b536e8f8415f9fd46524850969d4f09e4 (diff)
downloadopenembedded-b0a51470836434aa70a8c30a0eb0b0b15089418b.tar.gz
ltp_20100831: `${PN}-dbg`: use `+=` instead of `=` to append to the list
Populating `${PN}-dbg` the second entry replaces the list instead of appending to it [1]. [1] http://docs.openembedded.org/usermanual/usermanual.html#metadata_writing_data Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> CC: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/ltp')
-rw-r--r--recipes/ltp/ltp_20100831.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/ltp/ltp_20100831.bb b/recipes/ltp/ltp_20100831.bb
index f705405b21..ca6a4e365a 100644
--- a/recipes/ltp/ltp_20100831.bb
+++ b/recipes/ltp/ltp_20100831.bb
@@ -15,8 +15,8 @@ S = "${WORKDIR}/ltp-full-${PV}"
EXTRA_OEMAKE_append = " CROSS_COMPILE=${HOST_PREFIX} SKIP_IDCHECK=1"
-FILES_${PN}-dbg = "/usr/.debug"
-FILES_${PN}-dbg = "/usr/bin/.debug"
+FILES_${PN}-dbg += "/usr/.debug"
+FILES_${PN}-dbg += "/usr/bin/.debug"
FILES_${PN}-dbg += "/usr/runtest/.debug"
FILES_${PN}-dbg += "/usr/testcases/bin/.debug"
FILES_${PN}-dbg += "/usr/testcases/bin/*/bin/.debug"