aboutsummaryrefslogtreecommitdiffstats
path: root/packages/usrp
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-26 02:04:16 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-26 02:04:16 +0000
commit4ddb6204e15197bcb77ea348a16580639083320a (patch)
tree3b2c8da4ad8513170f128d45b1ddecb5a62010c2 /packages/usrp
parente20bbf1c69cb37642bb535fe23b7834826853f9b (diff)
downloadopenembedded-4ddb6204e15197bcb77ea348a16580639083320a.tar.gz
divers: replace '=' definition of dbg packages with '+=' for 43 files. fixes 2317.
Diffstat (limited to 'packages/usrp')
-rw-r--r--packages/usrp/usrp_0.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/usrp/usrp_0.12.bb b/packages/usrp/usrp_0.12.bb
index b47ea9b62e..7112fc621a 100644
--- a/packages/usrp/usrp_0.12.bb
+++ b/packages/usrp/usrp_0.12.bb
@@ -37,5 +37,5 @@ do_stage () {
}
PACKAGES += "python-pyusrp-dbg python-pyusrp"
-FILES_python-pyusrp-dbg = "${libdir}/python*/site-packages/.debug"
+FILES_python-pyusrp-dbg += "${libdir}/python*/site-packages/.debug"
FILES_python-pyusrp = "${libdir}/python*"