diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-15 15:40:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-16 11:56:30 +0000 |
commit | e0890b662e590d18a4eb7229b469f0078f97b1e7 (patch) | |
tree | 68a658a13cde6650067ef61444d961936a9570d5 /meta/recipes-connectivity | |
parent | b7766e4bbe61d025346365de4cbafcae56909c27 (diff) | |
download | poky-e0890b662e590d18a4eb7229b469f0078f97b1e7.tar.gz |
meta: Drop now pointless manual -dbg packaging
With the autodebug package generation logic, specifically setting FILES_${PN}-dbg
isn't needed in most cases, we can remove them.
(From OE-Core rev: 3ab59d49dd7c18e194b58d1248b4b87709b5a738)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index 529d5a66f7..62bd143b0d 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -94,14 +94,6 @@ def get_noinst_tools_paths (d, bb, tools): | |||
94 | 94 | ||
95 | FILES_${PN}-noinst-tools = "${@get_noinst_tools_paths(d, bb, d.getVar('NOINST_TOOLS', True))}" | 95 | FILES_${PN}-noinst-tools = "${@get_noinst_tools_paths(d, bb, d.getVar('NOINST_TOOLS', True))}" |
96 | 96 | ||
97 | FILES_${PN}-dbg += "\ | ||
98 | ${libexecdir}/bluetooth/.debug \ | ||
99 | ${libdir}/bluetooth/plugins/.debug \ | ||
100 | ${libdir}/*/.debug \ | ||
101 | */udev/.debug \ | ||
102 | */*/udev/.debug \ | ||
103 | " | ||
104 | |||
105 | RDEPENDS_${PN}-testtools += "python python-dbus python-pygobject" | 97 | RDEPENDS_${PN}-testtools += "python python-dbus python-pygobject" |
106 | 98 | ||
107 | SYSTEMD_SERVICE_${PN} = "bluetooth.service" | 99 | SYSTEMD_SERVICE_${PN} = "bluetooth.service" |